wufeim / DST3D

Official implementation of "Generating images with 3D annotations using diffusion models".
https://ccvl.jhu.edu/3D-DST/
MIT License
58 stars 10 forks source link

how to run scripts/render_synthetic_data.py? #4

Open shuyuanwen opened 3 months ago

shuyuanwen commented 3 months ago

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.

  1. /path/to/all_dst_models
  2. /path/to/objaverse_models
  3. /path/to/OpenXD-OmniObject3D-New
wufeim commented 2 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:

Let me know if this answers your question.