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 can I visualize wireframes in a perspective image? #41

Closed godhj93 closed 1 year ago

godhj93 commented 1 year ago

Hi there,

I'm currently trying to visualize wireframes in a perspective view and I have some difficulties understanding a few things.

From what I understand, there are two types of annotation files - 'annotation_3d.json' for each scene and 'layout.json' for each perspective view of each scene. However, I'm struggling to comprehend the relationship between the 'lineJunctionMatrix' in 'annotation_3d.json' and the 'junctions' in 'layout.json' for wireframe visualization.

Is there available code that can illustrate how these concepts are connected?

Any advice or direction you could give me on this would be greatly appreciated.

I also want to know what junctions's ID is "None" in "layout.json" means

Thank you so much for your time and assistance!

bertjiazheng commented 1 year ago

Hi,

You can find more details in data_organization.md about these annotations.

Here are some clarifications.

Best, Jia