bertjiazheng / Structured3D

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

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

Closed Leon1207 closed 11 months ago

Leon1207 commented 11 months ago

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

bertjiazheng commented 11 months ago

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

Leon1207 commented 11 months ago

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

bertjiazheng commented 11 months ago

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

Leon1207 commented 11 months ago

OK, thanks for your advice!