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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
ObsTerm, but that requires settingconcatenate_terms=Falsein the environment, which breaks the observation structure. Another option I found in stack_ik_rel_blueprint_env_cfg.py implements customsave_image_to_filelogic, but this saves to individual image files, instead of to the.hdf5datasets. Therefore, I wonder what's the preferred way to record demo.hdf5datasets with images.Beta Was this translation helpful? Give feedback.
All reactions