Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some qusetions on the variables of the project. #6

Open
Impuuuuuu opened this issue Dec 24, 2021 · 1 comment
Open

Some qusetions on the variables of the project. #6

Impuuuuuu opened this issue Dec 24, 2021 · 1 comment

Comments

@Impuuuuuu
Copy link

Thanks a lot for your contribution of the work!
And here are some qusetions when I read your code.
First, what dose the parameter "radius" of rendering mean in the config file?
Second, what dose the variable "depth_intersect" mean, which is the output of function "get_sphere_intersection" in rendering.py?
Looking forward to your reply, thanks again!

@SienChen1997
Copy link

Thanks a lot for your contribution of the work! And here are some qusetions when I read your code. First, what dose the parameter "radius" of rendering mean in the config file? Second, what dose the variable "depth_intersect" mean, which is the output of function "get_sphere_intersection" in rendering.py? Looking forward to your reply, thanks again!

I think the function get_sphere_intersection is used to decide the depth of how ray should reach. More intuitively, the parameter "radius" defines a sphere which contains the Occ field, and the get_sphere_intersection calculate the intersectional points between rays and sphere and the closer one is truncated to zero (etc. from 0 to 5),which decide how depth will the rays should sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants