h8c2
h8c2
I am using nerfstudio working on Lidar-Image Dataset. I convert the lidar points to depth images and follow the guide https://github.com/nerfstudio-project/nerfstudio/blob/main/docs/quickstart/data_conventions.md to train my model. However, It seems like the...
`Loading model from: "/home/DISCOVER_summer2022/houc/mega-nerf/Datasets/building-pixsfm/building-pixsfm-8.pt" Model loaded cuda_assert: unknown error /home/DISCOVER_summer2022/houc/mega-nerf-viewer/src/renderer/cuda_renderer.cpp 444 Segmentation fault `
I have applied your method to my dataset. From what I understand, you scale the pose in advance, whereas I use the original scale of the pose. This means I...