dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
759 stars 129 forks source link

The value range of depth loss #57

Closed iYuqinL closed 2 years ago

iYuqinL commented 2 years ago

Hello, I try to run your code with my own data, but I found the depth loss is pretty large (0.25). I'm not sure if it is because the generated depth is not right in my own data, so I want to know the depth loss's value in your training.

dunbar12138 commented 2 years ago

Should be smaller than 0.01 after training.

iYuqinL commented 2 years ago

thank you for your reply, I do make a mistake.