Skip to content
Snippets Groups Projects
Commit e34faa50 authored by Chauhan, Aneesh's avatar Chauhan, Aneesh
Browse files

add results directory to args | forgot that

parent 4d216227
Branches andor
No related tags found
No related merge requests found
......@@ -110,6 +110,8 @@ def get_args_parser():
parser.add_argument('--conf_thresh', default=0.85, type=float,
help='Path to the location of the model')
parser.add_argument('--results_dir', default='results',
help='path where to save, empty for no saving')
return parser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment