You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the renderer according to the usage, but always get a black background image, what is the reason?
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. data = torch.from_numpy(point_cloud).unsqueeze(0).cuda()
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: