Open shuyuanwen opened 3 months ago
Hi Shuyuan,
Sorry for the confusion. There is a minor issue with our released data. A patch has been pushed to fix this.
Specifically:
--model_path
should be the path to this CSV file.--objaverse_path
could be some empty directory where Objaverse models will be downloaded to this directly automatically.--omniobject3d_path
should be the path to OpenXD-OmniObject3D-New
. You will find this directory once you download the OmniObject3D dataset.Let me know if this answers your question.
python3 scripts/render_synthetic_data.py \ --data_path DST3D/train \ --model_path /path/to/all_dst_models \ --shapenet_path /path/to/ShapeNetCore.v2 \ --objaverse_path /path/to/objaverse_models \ --omniobject3d_path /path/to/OpenXD-OmniObject3D-New \ --synsets n02690373 \ --workers 48 \ --num_samples 2500 \ --disable_random_distance
I want to know, what data should be placed in the following paths? I don't see it in readme and install.