Closed cubantonystark closed 2 years ago
Thank you!!
Hey @kwea123 !
My pleasure! Also, thanks for pinning to the top of the issue list for visibility. It is great being able to help somehow.
Question: how feasible would it be to create an mesh (.obj or ply) from the checkpoints with the old colab notebooks for nerf_pl? I'm really interested in that part. I also took out some of he hodgepodge code in the dataset generator to make it more compatible with ngp_pl. I'm by no means an expert as you are and hope you and the community at large are able to use my code as well.
Regarding using the colab notebooks; some advise would be appreciated.
To create a mesh, the process is the same:
kornia create_meshgrid3d
)model.density()
)I've successfully done this on my side, but the code is messy, I will upload this later
I’ll jump on that and see what i come up with. Thank you!
Not really an issue but just a small PSA to contribute to your effort, if allowed. I just uploaded a Synthetic NeRF dataset creation tool here. Please feel free to critique and enhance and if deemed usable incorporate onto your effort. I am amazed at your work and felt the need to humbly contribute . I'm working on a GUI as well. Regards