We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed17dcb commit 9227460Copy full SHA for 9227460
scripts/export.py
@@ -56,13 +56,14 @@ def args_parser():
56
parser.add_argument(
57
'--dataset',
58
type=str,
59
+ required=True,
60
help='Path to the dataset.'
61
)
62
63
64
'--test_input',
65
- default=os.path.dirname(os.path.realpath(__file__)) + '/../image/bus.jpg',
66
+ default=os.path.dirname(os.path.realpath(__file__)) + '/../images/bus.jpg',
67
help='Path to the test image.'
68
69
0 commit comments