Update config.yaml
Browse files- config.yaml +3 -0
config.yaml
CHANGED
|
@@ -47,6 +47,9 @@ datasets:
|
|
| 47 |
dataset_py: rlds_datasets
|
| 48 |
data_root_dir: playground/Datasets/OXE_openvla
|
| 49 |
data_mix: bridge_rt_1
|
|
|
|
|
|
|
|
|
|
| 50 |
default_image_resolution:
|
| 51 |
- 3
|
| 52 |
- 224
|
|
|
|
| 47 |
dataset_py: rlds_datasets
|
| 48 |
data_root_dir: playground/Datasets/OXE_openvla
|
| 49 |
data_mix: bridge_rt_1
|
| 50 |
+
CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
|
| 51 |
+
Locate their bounding boxes in [x1,y1,x2,y2] format.
|
| 52 |
+
CoT_answer: bbox
|
| 53 |
default_image_resolution:
|
| 54 |
- 3
|
| 55 |
- 224
|