Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
911 stars 101 forks source link

How to train on custom dataset? #60

Open darshit-desai opened 6 months ago

darshit-desai commented 6 months ago

I ran colmap and using the instructions in readme and I get a directory structure as below,

$ tree -d -L 6
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
.
├── mvs
│   ├── images
│   ├── sparse
│   └── stereo
│       ├── consistency_graphs
│       ├── depth_maps
│       └── normal_maps
├── posed_images
│   └── images -> /home/nerfplusplus/out_dir/mvs/images
└── sfm
    ├── images -> /home/nerfplusplus/img_dir/
    └── sparse
        └── 0
            └── 0

14 directories

What would be the next step?