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
OpenDAS
vision
Commits
fa786cce
Unverified
Commit
fa786cce
authored
Nov 03, 2021
by
Philip Meier
Committed by
GitHub
Nov 03, 2021
Browse files
remove hard coded input from category file generation (#4841)
parent
0817f7f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/prototype/datasets/generate_category_files.py
torchvision/prototype/datasets/generate_category_files.py
+1
-1
No files found.
torchvision/prototype/datasets/generate_category_files.py
View file @
fa786cce
...
...
@@ -52,7 +52,7 @@ def parse_args(argv=None):
if
__name__
==
"__main__"
:
args
=
parse_args
(
[
"-f"
,
"sbd"
]
)
args
=
parse_args
()
try
:
main
(
*
args
.
names
,
force
=
args
.
force
)
...
...
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