mirror of
https://github.com/Tavish9/any4lerobot.git
synced 2026-05-23 17:59:41 +00:00
🐛 fix video shape (#49)
This commit is contained in:
@@ -7,7 +7,7 @@ AgiBotWorld_BETA_GRIPPER_CONFIG = {
|
|||||||
},
|
},
|
||||||
"head_center_fisheye": {
|
"head_center_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"head_depth": {
|
"head_depth": {
|
||||||
@@ -17,12 +17,12 @@ AgiBotWorld_BETA_GRIPPER_CONFIG = {
|
|||||||
},
|
},
|
||||||
"head_left_fisheye": {
|
"head_left_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"head_right_fisheye": {
|
"head_right_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"hand_left": {
|
"hand_left": {
|
||||||
@@ -37,12 +37,12 @@ AgiBotWorld_BETA_GRIPPER_CONFIG = {
|
|||||||
},
|
},
|
||||||
"back_left_fisheye": {
|
"back_left_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"back_right_fisheye": {
|
"back_right_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -148,7 +148,7 @@ AgiBotWorld_BETA_DEXHAND_CONFIG = {
|
|||||||
},
|
},
|
||||||
"head_center_fisheye": {
|
"head_center_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"head_depth": {
|
"head_depth": {
|
||||||
@@ -158,32 +158,32 @@ AgiBotWorld_BETA_DEXHAND_CONFIG = {
|
|||||||
},
|
},
|
||||||
"head_left_fisheye": {
|
"head_left_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"head_right_fisheye": {
|
"head_right_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"hand_left_fisheye": {
|
"hand_left_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"hand_right_fisheye": {
|
"hand_right_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"back_left_fisheye": {
|
"back_left_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
"back_right_fisheye": {
|
"back_right_fisheye": {
|
||||||
"dtype": "video",
|
"dtype": "video",
|
||||||
"shape": (748, 960, 3),
|
"shape": (768, 960, 3),
|
||||||
"names": ["height", "width", "rgb"],
|
"names": ["height", "width", "rgb"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user