nerfplusplus icon indicating copy to clipboard operation
nerfplusplus copied to clipboard

How to train on custom dataset?

Open darshit-desai opened this issue 2 years ago • 0 comments

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?

darshit-desai avatar Dec 14 '23 03:12 darshit-desai