We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269c672 commit 0d4f3eaCopy full SHA for 0d4f3ea
src/intrinsic_ipd/download_cli.py
@@ -26,7 +26,7 @@ def main():
26
for dataset in selected_datasets:
27
zip_path = download_dataset(dataset, camera, args.root)
28
if args.extract and zip_path:
29
- extract(zip_path)
+ extract(zip_path, args.root)
30
31
#download the cad_models
32
print(f"Downloading cad models to {args.folder}/models")
0 commit comments