-
|
I'm trying to use record_demos.py to record teleoperation demonstrations for imitation learning. How can I record demos with image observations? One solution is to include the image as an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
What imitation learning are you aiming for? Are you looking to make a LeRobot dataset? If so, I believe they are saved under other folders so you won't need to add them to the Otherwise, I believe you will need to make your own script to add them manually to the |
Beta Was this translation helpful? Give feedback.
What imitation learning are you aiming for? Are you looking to make a LeRobot dataset? If so, I believe they are saved under other folders so you won't need to add them to the
.hdf5dataset (see https://docs.phospho.ai/learn/lerobot-dataset#how-is-a-lerobot-dataset-organized-on-disk).Otherwise, I believe you will need to make your own script to add them manually to the
.hdf5dataset. I don't believe this will be too hard though...? Let me know how it goes. (maybe you can adapt something like https://gist.github.com/Franklin-Yao/bf449cafb32334b300ee6b4ed1459019)