Open gowriaddepalli opened 1 year ago
i see the same behaviour exactly with poisson mesh extraction for synthetic data both in google colab and docker file. @akristoffersen please let me know if mesh extraction is implemented for blender data or it looks like it works only for nerfstudio format data. Thanks.
I see the the same behavior while doing mesh extraction on custom data processed to nerfstudio format usingns-process-data
and train usingns-train nerfacto --pipeline.predict-normals True -- data datafolder --output-dir outputdir
and then I try to do a poisson mesh extraction but it seems stuck at the progress bar computing point cloud 0%
please let me know if this is normal @akristoffersen @tancik Thanks.
https://discord.com/channels/1025504971606724712/1026948888936059011/1056227061896859770
I am having the same issue. I can compute the Poster dataset with the --pipeline.model.predict-normals True, but then there is no rendering in the viewer. When I try to export the Poisson mesh reconstruction, the progress bar stays at 0% with the GPU at 100% and CPU at 60%.
This is on Windows 11, AMD Ryzen 7 5800H, NVidia RTX 3080 with 16 GB VRAM.
Relinking the closed issue because of some questions in the thread. https://github.com/nerfstudio-project/nerfstudio/issues/1152
Thanks @akristoffersen