bertjiazheng / Structured3D

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

How can I visualize a manhattan plane? #40

Closed godhj93 closed 1 year ago

godhj93 commented 1 year ago

Hi! I am interested in utilizing manhattan annotations in your dataset.

Can you guide me on how to visualize Manhattan planes as depicted in the given figure(b)?

Screenshot from 2023-07-05 05-12-12

bertjiazheng commented 1 year ago

Try the following args:

python visualize_3d.py --type plane --color manhattan
godhj93 commented 1 year ago

Thanks!