I want to get the depth images by (.npy) file that include the real depth value using python code continuously.
How can i get those file in Isaac Sim?
My isaac sim version is “2022.1.1” .
Thank you!
I want to get the depth images by (.npy) file that include the real depth value using python code continuously.
How can i get those file in Isaac Sim?
My isaac sim version is “2022.1.1” .
Thank you!
Hi there,
writing a custom writer or getting the data directly the annotator using get_data
would provide you access to the depth data. Here is a snippet using the rgb
annotator as an example.
Best,
Andrei
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.