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
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()
Interestingly, when I run the same code in RoboTHOR, it works fine.
Could there be something I did wrong?
Do you have any suggestions on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
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()
Interestingly, when I run the same code in RoboTHOR, it works fine.
Could there be something I did wrong?
Do you have any suggestions on how to resolve this issue?
The text was updated successfully, but these errors were encountered: