brownvc / deep-synth

Public code release for our SIGGRAPH 2018 paper "Deep Convolutional Priors for Indoor Scene Synthesis"
Other
136 stars 33 forks source link

Data directory structure #10

Closed JackW987 closed 3 years ago

JackW987 commented 3 years ago

Hi ! I have some problem with the data directory structure.After run the create_data.py I get the bedroom folder with 7000+ images and "coarse_categories_frequency","final_categories_frequency","fine_categories_frequency","model_frequency","model_prior.pkl",Does the data directory structure is true ? Because I get a problem when I run another paper's code which use the data you support,and I get a error "No such file named model_dims.pkl". Looking forward to your reply.

kwang-ether commented 3 years ago

https://github.com/brownvc/fast-synth/blob/master/scene-synth/obj_dims.py

JackW987 commented 3 years ago

https://github.com/brownvc/fast-synth/blob/master/scene-synth/obj_dims.py

Thanks so much! !!