Robotics
Safetensors
gr00t_n1_5
youliangt commited on
Commit
b636b0d
·
verified ·
1 Parent(s): c18a6e5

Fix Agibot to agibot_genie1 (#2)

Browse files

- Fix Agibot to agibot_genie1 (01ea8823b10ac365be3bdad876b5fbfaae4670e3)
- Update video keys for agibot and driod (266f053135e2ade27f5987ff945f3120a638338e)

Files changed (1) hide show
  1. experiment_cfg/metadata.json +8 -8
experiment_cfg/metadata.json CHANGED
@@ -1352,7 +1352,7 @@
1352
  },
1353
  "modalities": {
1354
  "video": {
1355
- "exterior_image_1_left_pad_res256_freq15": {
1356
  "resolution": [
1357
  256,
1358
  256
@@ -1360,7 +1360,7 @@
1360
  "channels": 3,
1361
  "fps": 15.0
1362
  },
1363
- "exterior_image_2_left_pad_res256_freq15": {
1364
  "resolution": [
1365
  256,
1366
  256
@@ -1368,7 +1368,7 @@
1368
  "channels": 3,
1369
  "fps": 15.0
1370
  },
1371
- "wrist_image_left_pad_res256_freq15": {
1372
  "resolution": [
1373
  256,
1374
  256
@@ -1487,7 +1487,7 @@
1487
  },
1488
  "embodiment_tag": "oxe_droid"
1489
  },
1490
- "agibot": {
1491
  "statistics": {
1492
  "state": {
1493
  "left_arm_joint_position": {
@@ -1932,7 +1932,7 @@
1932
  },
1933
  "modalities": {
1934
  "video": {
1935
- "top_head_pad_res256_freq10": {
1936
  "resolution": [
1937
  256,
1938
  256
@@ -1940,7 +1940,7 @@
1940
  "channels": 3,
1941
  "fps": 30.0
1942
  },
1943
- "hand_left_pad_res256_freq10": {
1944
  "resolution": [
1945
  256,
1946
  256
@@ -1948,7 +1948,7 @@
1948
  "channels": 3,
1949
  "fps": 30.0
1950
  },
1951
- "hand_right_pad_res256_freq10": {
1952
  "resolution": [
1953
  256,
1954
  256
@@ -2071,6 +2071,6 @@
2071
  ]
2072
  }
2073
  },
2074
- "embodiment_tag": "agibot"
2075
  }
2076
  }
 
1352
  },
1353
  "modalities": {
1354
  "video": {
1355
+ "exterior_image_1": {
1356
  "resolution": [
1357
  256,
1358
  256
 
1360
  "channels": 3,
1361
  "fps": 15.0
1362
  },
1363
+ "exterior_image_2": {
1364
  "resolution": [
1365
  256,
1366
  256
 
1368
  "channels": 3,
1369
  "fps": 15.0
1370
  },
1371
+ "wrist_image": {
1372
  "resolution": [
1373
  256,
1374
  256
 
1487
  },
1488
  "embodiment_tag": "oxe_droid"
1489
  },
1490
+ "agibot_genie1": {
1491
  "statistics": {
1492
  "state": {
1493
  "left_arm_joint_position": {
 
1932
  },
1933
  "modalities": {
1934
  "video": {
1935
+ "top_head": {
1936
  "resolution": [
1937
  256,
1938
  256
 
1940
  "channels": 3,
1941
  "fps": 30.0
1942
  },
1943
+ "hand_left": {
1944
  "resolution": [
1945
  256,
1946
  256
 
1948
  "channels": 3,
1949
  "fps": 30.0
1950
  },
1951
+ "hand_right": {
1952
  "resolution": [
1953
  256,
1954
  256
 
2071
  ]
2072
  }
2073
  },
2074
+ "embodiment_tag": "agibot_genie1"
2075
  }
2076
  }