dunbar12138 / DSNeRF

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

chapter 3.2 line 9. taking the re-projected z value? #89

Open howardchina opened 1 year ago

howardchina commented 1 year ago

"taking the re-projected z value as the keypoints' depth D{ij}" is actually not what this paper does. I means "re-project" might not be the right word for this operation. It actually convets 3D keypoints from world coordinates to camera coordinates. And then taking the z value as the depth D{ij}.

dunbar12138 commented 1 year ago

Hi, thanks for your suggestion.

Your understanding is correct -- By "re-project", we mean converting 3D keypoints from world coordinates to camera coordinates and taking the z values as depths.