yzhou359 / 3DIndoor-SceneGraphNet

PyTorch implementation of 'SceneGraphNet: Neural Message Passing for 3D Indoor Scene Augmentation' ICCV 2019
92 stars 12 forks source link

How to visualize the predicted scene? #10

Open student-petercai opened 3 years ago

student-petercai commented 3 years ago

Hi, could you give some hints on how to visualize the scene after prediction as in Figure 7 in the paper? That would be very helpful for analyzing the prediction results, thank you.

yzhou359 commented 3 years ago

We use 3ds Max to render the scene. We use a simple json parser to load the object locations and place them in the right place. Then you can use the default renderer or VRay to render the scene.