threedle / GeoCode

GeoCode maps 3D shapes to a human-interpretable parameter space, allowing to intuitively edit the recovered 3D shapes from a point cloud or sketch input.
374 stars 25 forks source link

include 3d object folder name #7

Open ManishJu opened 1 year ago

ManishJu commented 1 year ago

the test folder is inside the 3d object folder name

ofekp commented 1 year ago

Simply add the dataset name to the path in args.dataset_dir, no need for an additional argument

ManishJu commented 1 year ago

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

ofekp commented 1 year ago

you're right, that's a mistake in the readme, I will fix that soon, thank you 👍 (update: fixed, thank you again)