Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.paper.mccnn.tifs2018
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.paper.mccnn.tifs2018
Commits
e3b48a6d
Commit
e3b48a6d
authored
6 years ago
by
Anjith GEORGE
Browse files
Options
Downloads
Patches
Plain Diff
test import
parent
6a4ae113
Branches
Branches containing commit
No related tags found
Loading
Pipeline
#29807
failed
6 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/paper/mccnn/tifs2018/extractor/HaralickRDWT.py
+7
-1
7 additions, 1 deletion
bob/paper/mccnn/tifs2018/extractor/HaralickRDWT.py
environment.yml
+1
-0
1 addition, 0 deletions
environment.yml
with
8 additions
and
1 deletion
bob/paper/mccnn/tifs2018/extractor/HaralickRDWT.py
+
7
−
1
View file @
e3b48a6d
...
@@ -6,7 +6,7 @@ import numpy as np
...
@@ -6,7 +6,7 @@ import numpy as np
#Extra packages
#Extra packages
import
pywt
import
pywt
import
mahotas
import
importlib
class
HaralickRDWT
(
Extractor
):
class
HaralickRDWT
(
Extractor
):
...
@@ -96,6 +96,12 @@ class HaralickRDWT(Extractor):
...
@@ -96,6 +96,12 @@ class HaralickRDWT(Extractor):
features
=
[]
features
=
[]
try
:
mahotas
=
importlib
.
import_module
(
'
mahotas
'
)
except
:
pass
# TODO: test
for
decomposition
in
decompositions
:
for
decomposition
in
decompositions
:
## the type should be decided; haralick needs it to be uint8
## the type should be decided; haralick needs it to be uint8
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
0
View file @
e3b48a6d
...
@@ -77,6 +77,7 @@ dependencies:
...
@@ -77,6 +77,7 @@ dependencies:
-
libxcb=1.13
-
libxcb=1.13
-
libxml2=2.9.8
-
libxml2=2.9.8
-
lmdb=0.9.22
-
lmdb=0.9.22
-
mahotas=1.4.5
-
markdown=3.0.1
-
markdown=3.0.1
-
markupsafe=1.0
-
markupsafe=1.0
-
matplotlib=3.0.2
-
matplotlib=3.0.2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment