-
Notifications
You must be signed in to change notification settings - Fork 19
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
About renderer #33
Comments
I met the same problem. |
same issue |
我怀疑是11.x的cuda无法正常运行p2i |
Need to make sure the point cloud data is loaded correctly onto the cuda, if the point cloud data is on the CPU it will return an empty projection map. |
That work for me, thank you! |
@boqiuphd But I found that the visualization of point clouds for various categories looks quite strange, as if they are disordered. Do you have any suggestions? |
Are the projection maps for all viewpoints weird? Or maybe you can modify class ComputeDepthMaps in SpareNet/utils/p2i_utils.py, for example, to customize a function to generate the eyes_pos_list you need. |
It was probably my incorrect use of reshape that caused the data structure to get messed up. Thank you for your help! |
You're welcome and good luck with your research! |
I use the renderer according to the usage, but always get a black background image, what is the reason?
The text was updated successfully, but these errors were encountered: