Closed cduguet closed 3 years ago
This most probably didn't work because of the lack of the spheric options in training and testing, and maybe because of a coordinate problem that is already being discussed in https://github.com/kwea123/nerf_pl/issues/95 .
I am using 24 pictures of a boot captured on 360deg in a studio, with a white background. I am training on 360 deg with res 300x300, but all I am getting after 30 epochs are black spots.
This is how the boot looks like
And this is what I'm currently getting: epoch:0 epoch:10 epoch:20 epoch:30
I have double-checked that the COLMAP output makes sense. I used the output of the MacOS COLMAP gui, since the commands line options were not registering all camera poses.
I am using the branch master as I just moved from colab (I just read it is not supported so first thing I'll do is to update this post with results from dev). EDIT: Update with *dev branch is in the end.
My training process looks like:
UPDATE: Now this is the result of training with theb dev branch:
And this is the result on:
Epoch 40:
Epoch 46:
UPDATE 2: I just noticed I was missing the --spheric command. Now I've trained with
--spheric
:and evaluated with:
Only to get:
Should I keep training for more epochs, or what am I missing?
Thank you!