TiNeuVox icon indicating copy to clipboard operation
TiNeuVox copied to clipboard

novel view generation issue. overfitting?

Open hengfei-wang opened this issue 2 years ago • 8 comments

Hi,

Thank you for releasing the code. It is quite helpful to me.

I used my dataset which contains 140 iamges with different time stamps. But the images only from 14 training camera poses. Then I found the network can't generate good novel view images. I used the same dataset on D-nerf and it worked well. Are 14 training views too sparse for training the network? Have you found the same problem?

Thanks

hengfei-wang avatar Jun 17 '22 10:06 hengfei-wang

Thanks for your attention! I have not yet met this problem. Could you show the failed generated images? Then I can better understand the problem.

JaminFong avatar Jun 20 '22 02:06 JaminFong

Yes. I interpolated camera poses from pose1(the first image) to pose2(the second image). You can see that only trained poses can have a good render performance.

000 001 002 003 004 005

hengfei-wang avatar Jun 20 '22 09:06 hengfei-wang

Have you solved this? I might have the same problem, but it makes no sense to me to not be able to generate novel views?

dsvilarkovic avatar Aug 08 '22 12:08 dsvilarkovic

Hi @dsvilarkovic,

I haven't solved the problem. If you have any thoughts on this, please let me know.

hengfei-wang avatar Aug 10 '22 20:08 hengfei-wang

I solved it by converting my llff format camera poses to nerf/blender .json format with the script I found in torch-ngp https://github.com/ashawkey/torch-ngp/blob/main/scripts/llff2nerf.py

dsvilarkovic avatar Aug 12 '22 22:08 dsvilarkovic

@dsvilarkovic Thank you for your solution. It solved my problem (not perfect but at least make sense). But I still don't get it. What cause this difference?

hengfei-wang avatar Aug 26 '22 14:08 hengfei-wang

To be honest, I do not know. \

dsvilarkovic avatar Aug 29 '22 08:08 dsvilarkovic

OK, thanks.

hengfei-wang avatar Aug 29 '22 13:08 hengfei-wang