Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA Radiomics
RADLER
Commits
ebe27862
Commit
ebe27862
authored
Mar 19, 2020
by
Alessia Marcolini
Browse files
Extract features from all files
parent
cfd821c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
02_radiomics_features_extraction/extract_features_radiomics.py
View file @
ebe27862
...
...
@@ -45,8 +45,7 @@ extractor_intensity_PET = RadiomicsFeatureExtractor(params_intensity_PET)
params_texture
=
'02_radiomics_features_extraction/texture_new.yaml'
# param file to use to create the extractor
extractor_texture
=
RadiomicsFeatureExtractor
(
params_texture
)
filenames
=
[
f
for
f
in
os
.
listdir
(
DATADIR
)
if
f
.
endswith
(
'.npy'
)][:
2
]
filenames
=
[
f
for
f
in
os
.
listdir
(
DATADIR
)
if
f
.
endswith
(
'.npy'
)]
exclude_list
=
[]
#%%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment