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
da6e0a50
Commit
da6e0a50
authored
Aug 31, 2021
by
mibaumgartner
Browse files
sort ids to have cleaner prep/check output
parent
a8f0dbf0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
nndet/io/paths.py
nndet/io/paths.py
+1
-0
No files found.
nndet/io/paths.py
View file @
da6e0a50
...
@@ -106,6 +106,7 @@ def get_paths_from_splitted_dir(
...
@@ -106,6 +106,7 @@ def get_paths_from_splitted_dir(
training_ids
=
[
t
for
t
in
training_ids
if
t
not
in
remove_ids
]
training_ids
=
[
t
for
t
in
training_ids
if
t
not
in
remove_ids
]
all_cases
=
[]
all_cases
=
[]
training_ids
.
sort
()
for
case_id
in
training_ids
:
for
case_id
in
training_ids
:
case_paths
=
[]
case_paths
=
[]
...
...
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