Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yaoyuping
nnDetection
Commits
d710afc9
Unverified
Commit
d710afc9
authored
Jul 19, 2021
by
Michael Baumgartner
Committed by
GitHub
Jul 19, 2021
Browse files
Fix prepare
parent
470ef323
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
projects/Task001_Decathlon/scripts/prepare.py
projects/Task001_Decathlon/scripts/prepare.py
+1
-1
No files found.
projects/Task001_Decathlon/scripts/prepare.py
View file @
d710afc9
...
...
@@ -115,7 +115,7 @@ def main():
save_json
(
dataset_info
,
task_data_dir
/
"dataset.json"
)
# prepare data and labels
case_ids
=
get_case_ids_from_dir
(
source_data_dir
,
remove_modality
=
Fals
e
)
case_ids
=
get_case_ids_from_dir
(
source_data_dir
,
remove_modality
=
Tru
e
)
case_ids
=
sorted
([
c
for
c
in
case_ids
if
c
])
logger
.
info
(
f
"Found
{
len
(
case_ids
)
}
for preparation."
)
...
...
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