qway / nerfmeshes

A pipeline to reconstruct 3d meshes based on Neural Radiance Fields
MIT License
354 stars 35 forks source link

Is there a way to visualise the Axis-Aligned Bounding Boxes? #15

Open Nischal-avataar opened 2 years ago

Nischal-avataar commented 2 years ago

Hello,

I was curious if I could see the AABB's while training, similar to the way it's shown in this projects readme

PS: This is an amazing work. Thank you for sharing.

DomainFlag commented 2 years ago

Hi, you can use tensorboard --logdir logs/... --port 6006 and visualize the progressive refinement of the voxel grid. We actually took the sample pictures based on the state of the canvas when running tensorboard, so nothing special for it.