Visualizing the pointclouds saved in a trajectories hdf5 file #869
Replies: 2 comments
-
Currently there is not a convenient way through maniskill to visualize trajectory data (a contribution for that would be great and I think it would be a useful tool). It is best if you use a tool like open3d or trimesh to load the PCD data or just use matplotlib plt.imshow to render the RGB and depth data. Documentation on the trajectory file formats are here: https://maniskill.readthedocs.io/en/latest/user_guide/datasets/demos.html#trajectory-data-hdf5. For docs on the observation dictionary formats, we detail all of them based on a given Usually something like
Otherwise we do have a trajectory replay tool but the only visualization supported is to save videos or open the viewer and watch the replay. |
Beta Was this translation helpful? Give feedback.
-
Oh I just remember actually our trajectory replay tool does support recording the visual sensor data into a video actually. All environments have a render mode called "sensors" which make
probably works, and will save a video visualizing the registered cameras for policy observations in the environment to the same folder the trajectory is in. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a convenient way to visualize the pointclouds (or rgbd's) saved in a trajectory? Something like the open3d visualizer (https://www.open3d.org/html/python_api/open3d.visualization.Visualizer.html).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions