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

depth visualization #17

Open
checkjunghyeon opened this issue Mar 21, 2024 · 0 comments
Open

depth visualization #17

checkjunghyeon opened this issue Mar 21, 2024 · 0 comments

Comments

@checkjunghyeon
Copy link

checkjunghyeon commented Mar 21, 2024

Hello,
I tried visualizing the depth images by running your code with PASTURE dataset,
but it seems to produce abnormal results.
plt.figure(figsize=(10, 8)) plt.imshow(np.copy(event.depth_frame), cmap='gray') plt.axis('off') plt.show()
screenshot2

Interestingly, when I run the same code in RoboTHOR, it works fine.
Could there be something I did wrong?
screenshot3

Do you have any suggestions on how to resolve this issue?

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

1 participant