Update examples/real_robot_example/0_record_training_data.py

Co-authored-by: Remi <re.cadene@gmail.com>
This commit is contained in:
Thomas Wolf 2024-06-08 12:17:28 +02:00 committed by GitHub
parent c304474f6a
commit 7ff93e8a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -39,7 +39,9 @@ revision = args.revision
out_data = DATA_DIR / repo_id
# During data collection, frames are stored as png images in `images_dir`
images_dir = out_data / "images"
# After data collection, png images of each episode are encoded into a mp4 file stored in `videos_dir`
videos_dir = out_data / "videos"
meta_data_dir = out_data / "meta_data"