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

3D_mesh visualization #49

Closed satyapalsinh10 closed 11 months ago

satyapalsinh10 commented 11 months ago

Hi,

I am able to generate the mesh using

python visualize_mesh.py --path /path/to/dataset --scene scene_id --room room_id

However, it is constrained to each room individually. Is there a way to get the mesh of the entire scene?

bertjiazheng commented 11 months ago

This can be easily accomplished by using a for loop to generate textured meshes for all rooms in the scene and then visualizing the list of meshes.