Update examples/real_robot_example/0_record_training_data.py
Co-authored-by: Remi <re.cadene@gmail.com>
This commit is contained in:
parent
c304474f6a
commit
7ff93e8a51
|
@ -39,7 +39,9 @@ revision = args.revision
|
||||||
|
|
||||||
out_data = DATA_DIR / repo_id
|
out_data = DATA_DIR / repo_id
|
||||||
|
|
||||||
|
# During data collection, frames are stored as png images in `images_dir`
|
||||||
images_dir = out_data / "images"
|
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"
|
videos_dir = out_data / "videos"
|
||||||
meta_data_dir = out_data / "meta_data"
|
meta_data_dir = out_data / "meta_data"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue