KevinXu02 / splatfacto-w

Apache License 2.0
71 stars 2 forks source link

Cannot change appearance #2

Closed edmondeng closed 1 month ago

edmondeng commented 1 month ago

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

KevinXu02 commented 1 month ago

The code part for view changing hasn't been merged into main nerfstudio branch yet. You might need to manually clone this pr https://github.com/nerfstudio-project/nerfstudio/pull/3293.

edmondeng commented 1 month ago

ok great thanks!!!