Hi, I followed your guidance in REALBOT_PIPELINE_GUIDE.md, and downloaded the arrow format dataset. But when I setup everything and run the following scripts:
python3 scripts/data_visualize.py --config configs/config_holobrain_qwen_common.py
it gave me the following error:
File "/home/wqh/Project/RoboOrchardLab/robo_orchard_lab/dataset/horizon_manipulation/agilex_ro_dataset.py", line 159, in __call__
data.update(self.get_instruction(data))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/wqh/Project/RoboOrchardLab/robo_orchard_lab/dataset/horizon_manipulation/agilex_ro_dataset.py", line 77, in get_instruction
text = data["instruction"].json_content["description"]
~~~~^^^^^^^^^^^^^^^
KeyError: 'instruction'
The same happened when I launched the training script. After checking the dataset_info.json of the arrow format dataset. I found it had no instruction field but instruction_index. The dataset_info.json was here: dataset_info.json
Hi, I followed your guidance in REALBOT_PIPELINE_GUIDE.md, and downloaded the arrow format dataset. But when I setup everything and run the following scripts:
it gave me the following error:
The same happened when I launched the training script. After checking the dataset_info.json of the arrow format dataset. I found it had no instruction field but instruction_index. The dataset_info.json was here: dataset_info.json