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

RGBD Integration: No volume visualized (Cupoc Error) #30

Open
rcffc opened this issue Jan 7, 2021 · 4 comments
Open

RGBD Integration: No volume visualized (Cupoc Error) #30

rcffc opened this issue Jan 7, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@rcffc
Copy link

rcffc commented Jan 7, 2021

I am trying to run the script rgbd_integration in examples\python\advanced.
But when the geometry is visualized, I only see a window with a black screen, and in the console I find the following errors:

[Cupoc ERROR] [CreateCoordinateFrame] size <= 0
[Cupoc ERROR] [CreateSphere] radius <= 0
[Cupoc ERROR] [CreateArrow] cylinder_radius <= 0
[Cupoc ERROR] [CreateArrow] cone_radius <= 0
[Cupoc ERROR] [CreateArrow] cylinder_height <= 0
[Cupoc ERROR] [CreateArrow] cone_height <= 0
[Cupoc ERROR] [CreateCylinder] radius <= 0
[Cupoc ERROR] [CreateCylinder] height <= 0
[Cupoc ERROR] [CreateCone] radius <= 0
[Cupoc ERROR] [CreateCone] height <= 0
[Cupoc ERROR] [CreateArrow] cylinder_radius <= 0
[Cupoc ERROR] [CreateArrow] cone_radius <= 0
[Cupoc ERROR] [CreateArrow] cylinder_height <= 0
[Cupoc ERROR] [CreateArrow] cone_height <= 0
[Cupoc ERROR] [CreateCylinder] radius <= 0
[Cupoc ERROR] [CreateCylinder] height <= 0
[Cupoc ERROR] [CreateCone] radius <= 0
[Cupoc ERROR] [CreateCone] height <= 0
[Cupoc ERROR] [CreateArrow] cylinder_radius <= 0
[Cupoc ERROR] [CreateArrow] cone_radius <= 0
[Cupoc ERROR] [CreateArrow] cylinder_height <= 0
[Cupoc ERROR] [CreateArrow] cone_height <= 0
[Cupoc ERROR] [CreateCylinder] radius <= 0
[Cupoc ERROR] [CreateCylinder] height <= 0
[Cupoc ERROR] [CreateCone] radius <= 0
[Cupoc ERROR] [CreateCone] height <= 0

Tested on two Windows 10 machines with CUDA 11.1 installed (Python 3.8).

@rcffc
Copy link
Author

rcffc commented Jan 7, 2021

Also no luck with Python 3.7

@neka-nat neka-nat added the bug Something isn't working label Jan 7, 2021
@rcffc
Copy link
Author

rcffc commented Jan 13, 2021

scalable_tsdfvolume.cu line 370 contd.:

std::shared_ptr<geometry::TriangleMesh> ScalableTSDFVolume::ExtractTriangleMesh() {
    utility::LogError("ScalableTSDFVolume::ExtractTriangleMesh is not impelemented");
    auto mesh = std::make_shared<geometry::TriangleMesh>();
    return mesh;
}

@rcffc
Copy link
Author

rcffc commented Jan 13, 2021

However that still does not explain while ExtractPointClouds() also does not work

@rcffc
Copy link
Author

rcffc commented Jan 13, 2021

Switching to UniformTSDFVolume did not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants