Skip to content

Commit 11d2260

Browse files
committed
pass all command line arguments main
1 parent 0b0e924 commit 11d2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hloc/extract_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ def main(conf: Dict,
292292
parser.add_argument('--image_list', type=Path)
293293
parser.add_argument('--feature_path', type=Path)
294294
args = parser.parse_args()
295-
main(confs[args.conf], args.image_dir, args.export_dir, args.as_half)
295+
main(confs[args.conf], args.image_dir, args.export_dir, args.as_half, args.image_list, args.feature_path)

0 commit comments

Comments
 (0)