hugoycj / torch-bakedsdf

An unofficial pytorch implementation of BakedSDF
https://bakedsdf.github.io/
MIT License
187 stars 8 forks source link

How to view glb file? Is my output a good result? #13

Open kelsey-du opened 2 months ago

kelsey-du commented 2 months ago

Thank you for your great work! I'm new in this field. I have successfully trained a model of the flower scene in the datasets of Mip-Nerf 360, and got an output of glb format in 'results' folder, but I'm wondering how do you visualize this file?

I tried blender but it does not show the color of the scene. Here is the how it looks like. Screenshot from 2024-06-21 16-00-52

In detail. Screenshot from 2024-06-21 16-03-30

I'm wondering whether this is as good as shown in BakedSDF's website and it's paper.

Looking forward to your reply!