nerfplusplus
nerfplusplus copied to clipboard
How to train on custom dataset?
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?