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

About renderer #33

Open
ydwxuexi55 opened this issue Jul 5, 2023 · 4 comments
Open

About renderer #33

ydwxuexi55 opened this issue Jul 5, 2023 · 4 comments

Comments

@ydwxuexi55
Copy link

I use the renderer according to the usage, but always get a black background image, what is the reason?

@twowwj
Copy link

twowwj commented Jul 19, 2023

I met the same problem.
Anybody can help?

@a4152684
Copy link

same issue

@a4152684
Copy link

我怀疑是11.x的cuda无法正常运行p2i

@boqiuphd
Copy link

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()

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

4 participants