brownvc / fast-synth

Public code release for our CVPR 2019 paper "Fast and Flexible Indoor Scene Synthesis via Deep Convolutional Generative Models"
Other
54 stars 20 forks source link

Can't find the key "height_map_obb" in "rendered.py" #2

Open zgddgz opened 3 years ago

zgddgz commented 3 years ago

Hi, image I have run the rendered.py but it makes a mistake('keyerror') .I want to know how to get the key "height_map_obb"and I am not clear about what is 'obb'.Could your give me some advice?

Looking forward to your reply. Thanks

kwang-ether commented 3 years ago

I don't think the obb representation is used in the final version - those are from earlier experiments. I think all models use add_node instead.

I might be wrong here. Can you provide more details on where this is called?

JackW987 commented 2 years ago

I don't think the obb representation is used in the final version - those are from earlier experiments. I think all models use add_node instead.

I might be wrong here. Can you provide more details on where this is called?

I meet the same problem here,the old version deep-synth/data/rendered.py scirpts caused this problem,you can call the add_nodes function,and this problem will be solved.