You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
:The text was updated successfully, but these errors were encountered: