-
Notifications
You must be signed in to change notification settings - Fork 62
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
Can I read numpy data from the depth,normal and silhouette image? #58
Comments
Hi, sorry for the delayed response. Are you referring to the raw, floating-point values? If so, you'd have to render the raw values with Mitsuba using our released XML files yourself. Please feel free to reopen if you have further questions. |
Thank you for your reply. |
By "using Mitsuba and the XML files," I meant rendering the depth, normal, and silhouette images into EXR files, and then reading the floating-point values from there. You can of course do ray casting to the 3D model to get all these values (equivalent to doing the rendering yourself instead of with Mitsuba), but I think it'd be easier to just use Mitsuba. |
ok, thank you ^_^! |
Hi,
I know that the depth,normal and silhouette image can be visualized from their numpy data, But can I read numpy data from the depth,normal and silhouette image?
The text was updated successfully, but these errors were encountered: