IVRL / VolRecon

Official code of VolRecon (CVPR 2023)
MIT License
135 stars 15 forks source link

Is there a little mistake on confusing SRDF and SDF in Appendix 7 of the paper? #12

Closed Fanqyu closed 9 months ago

Fanqyu commented 11 months ago

Hi, thanks for your great work! When I read the paper, I find it seems that there is a mistake in Appendix 7. QQ图片20231030171718

By the way, I wonder if there exists an algorithm to construct SRDF from depth images. Thanks a lot~

ryf1123 commented 9 months ago

Hello, sorry for the late reply.

This is a toy example that the world only consists of two surfaces. In this setup, the SRDF value of any point x on the ray is the same as SDF value when the surface is perpendicular to the ray. In both cases, the absolute values of SDF or SRDF are the distance along the ray.

Hope my explaination answers your question and feel free to re-open this issue.