bertjiazheng / Structured3D

[ECCV'20] Structured3D: A Large Photo-realistic Dataset for Structured 3D Modeling
https://structured3d-dataset.org
MIT License
541 stars 62 forks source link

How do I know which room in the scene each box in bbox_3d.json corresponds to? #48

Closed Leon1207 closed 1 year ago

Leon1207 commented 1 year ago

Does the "ID" in bbox_3d.json correspond to the room? Thanks!

bertjiazheng commented 1 year ago

The "ID" corresponds to the instance ID in instance.png.

Leon1207 commented 1 year ago

Thanks for reply, so can I know which room in the scene each box corresponds to?

bertjiazheng commented 1 year ago

You can obtain this information by calculating the geometric relationships between the object bbox and the room polygon.

Leon1207 commented 1 year ago

OK, thanks for your advice!