You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing, I can train the model using ns-train splatfacto-w --data /home/edmonde/Documents/dataset/trevi_fountain/
which that path contains:
├── brandenburg.tsv
├── camera_paths
│ └── 2024-07-15-11-00-47.json
└── dense
├── images/(jpgs from set)
├── sparse/sparse (cameras.bin, image.bin, points3D.bin)
└── stereo(depthmaps, depth_maps_clean_300_th_0.10,pairs-dilation-0.00-fixed2.h5)
But when using the ns-viewer while I can navigate and render the splats out. I cannot change the appearance by clicking a camera view.
What are the steps or things i can look for to debug this? I would like to know how to determine if my issue is the data or the viewer.
e
The text was updated successfully, but these errors were encountered:
The code part for view changing hasn't been merged into main nerfstudio branch yet. You might need to manually clone this pr nerfstudio-project/nerfstudio#3293.
After installing, I can train the model using
ns-train splatfacto-w --data /home/edmonde/Documents/dataset/trevi_fountain/
which that path contains:
├── brandenburg.tsv
├── camera_paths
│ └── 2024-07-15-11-00-47.json
└── dense
├── images/(jpgs from set)
├── sparse/sparse (cameras.bin, image.bin, points3D.bin)
└── stereo(depthmaps, depth_maps_clean_300_th_0.10,pairs-dilation-0.00-fixed2.h5)
But when using the ns-viewer while I can navigate and render the splats out. I cannot change the appearance by clicking a camera view.
What are the steps or things i can look for to debug this? I would like to know how to determine if my issue is the data or the viewer.
e
The text was updated successfully, but these errors were encountered: