Skip to content

Commit 0d4f3ea

Browse files
committed
Fix dataset extraction not working
1 parent 269c672 commit 0d4f3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsic_ipd/download_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
for dataset in selected_datasets:
2727
zip_path = download_dataset(dataset, camera, args.root)
2828
if args.extract and zip_path:
29-
extract(zip_path)
29+
extract(zip_path, args.root)
3030

3131
#download the cad_models
3232
print(f"Downloading cad models to {args.folder}/models")

0 commit comments

Comments
 (0)