diff --git a/hloc/extract_features.py b/hloc/extract_features.py index 53130ab5..cf100c39 100644 --- a/hloc/extract_features.py +++ b/hloc/extract_features.py @@ -307,4 +307,11 @@ def main( parser.add_argument("--image_list", type=Path) parser.add_argument("--feature_path", type=Path) args = parser.parse_args() - main(confs[args.conf], args.image_dir, args.export_dir, args.as_half) + main( + confs[args.conf], + args.image_dir, + args.export_dir, + args.as_half, + args.image_list, + args.feature_path, + )