forked from tangger/lerobot
Validate features during add_frame + Add 2D-to-5D + Add string (#720)
This commit is contained in:
2
tests/fixtures/constants.py
vendored
2
tests/fixtures/constants.py
vendored
@@ -27,3 +27,5 @@ DUMMY_VIDEO_INFO = {
|
||||
"video.is_depth_map": False,
|
||||
"has_audio": False,
|
||||
}
|
||||
DUMMY_CHW = (3, 96, 128)
|
||||
DUMMY_HWC = (96, 128, 3)
|
||||
|
||||
Reference in New Issue
Block a user