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

Zed2 depth data #176

Open
xiaohu-art opened this issue Dec 16, 2024 · 1 comment
Open

Zed2 depth data #176

xiaohu-art opened this issue Dec 16, 2024 · 1 comment

Comments

@xiaohu-art
Copy link

hello, thank you for your work!
I am going to run some custom data with your repo, and I use Zed2 camera to capture RGB-D images.
I found the image from Zed2 is with shape (width, height, 4), but I don't know if this shape is correct or supported.
Meanwhile, I print the depth data and cast it to np.uint16 but there is so many "nan" value, so I am again wonder if it is right.

@wenbowen123
Copy link
Collaborator

wenbowen123 commented Dec 21, 2024

the shape shape (width, height, 4) is the RGB image (with alpha). You need to get their depth image.

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

2 participants