I am trying to train with my custom data but the extracted object file is empty (it opens but nothing is there). I was using 23 images when I got these results.
First I run the img2poses file:
python scripts/imgs2poses.py ./load/bmvs_dog # images are in ./load/bmvs_dog/images output:
Then I run !python launch.py --config configs/nerf-colmap.yaml --gpu 0 --train with nerf-colmap.yaml configurations as follows. I also tried up_est_method: ground:
I am trying to train with my custom data but the extracted object file is empty (it opens but nothing is there). I was using 23 images when I got these results. First I run the img2poses file:
python scripts/imgs2poses.py ./load/bmvs_dog # images are in ./load/bmvs_dog/images
output:Then I run
!python launch.py --config configs/nerf-colmap.yaml --gpu 0 --train
with nerf-colmap.yaml configurations as follows. I also triedup_est_method: ground
: