PLB commited on
Commit
7338060
·
verified ·
1 Parent(s): bf580a7

Update experiment_cfg/metadata.json

Browse files

Changed to fix: ValueError: Video key cam_context not found in dataset metadata. Available keys: dict_keys(['images0', 'images1'])

Files changed (1) hide show
  1. experiment_cfg/metadata.json +2 -2
experiment_cfg/metadata.json CHANGED
@@ -136,7 +136,7 @@
136
  },
137
  "modalities": {
138
  "video": {
139
- "images0": {
140
  "resolution": [
141
  320,
142
  240
@@ -144,7 +144,7 @@
144
  "channels": 3,
145
  "fps": 30.0
146
  },
147
- "images1": {
148
  "resolution": [
149
  320,
150
  240
 
136
  },
137
  "modalities": {
138
  "video": {
139
+ "cam_context": {
140
  "resolution": [
141
  320,
142
  240
 
144
  "channels": 3,
145
  "fps": 30.0
146
  },
147
+ "cam_wrist": {
148
  "resolution": [
149
  320,
150
  240