nv-tlabs / ATISS

Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
Other
258 stars 55 forks source link

Fixed issue when loading objects from 3dfront without category #2

Closed nazcaspider closed 2 years ago

nazcaspider commented 2 years ago

Seems like 3DFront has been updated and now contain certain objects without category or super-category defined which causes the existing code to break. For example: "model_id": "00e4b7dd-08a6-4433-a439-856e4b5de58a"

These changes fixed the issue

paschalidoud commented 2 years ago

Hi @nazcaspider,

I am very sorry for the super late reply! Thank you very much for this fix! I merged your fix!

Please feel free to suggest more fixes! Unfortunately, I have an older version of 3D-FRONT and I haven't experienced this issue!

Cheers, Despoina