GeoCode
GeoCode copied to clipboard
include 3d object folder name
the test folder is inside the 3d object folder name
Simply add the dataset name to the path in args.dataset_dir
, no need for an additional argument
It asked for the name in the script that is why I added it :
~/Blender/blender-3.2.0-linux-x64/blender ~/blends/procedural_chair.blend -b --python visualize_results/visualize.py -- --dataset-dir ~/datasets --dataset-name ChairDataset --phase test --exp-name exp_geocode_chair
but yeah it can be added to dataset_name directly
you're right, that's a mistake in the readme, I will fix that soon, thank you 👍 (update: fixed, thank you again)