Hi, this work is outstanding and I'm very insterested in this work!
But when I'm trying reproducing the experiment based on run_libero_eval.py, I fail to found the following json file in both OmniActionand OmniAction-LIBERO currently.
with open(f"./data/libero_{cfg.speech}.json", "r", encoding="utf-8") as f:
data = json.load(f)
BTW, it seems that the datasets provided in huggingface are incomplete yet. There are six speech type ['overlap', 'identity', 'sentiment', 'events', 'two', 'three']. But currently there are only *_identity and *_sentiment subfolders in OmniAction-LIBERO.
Could it be solved soon? I would really appreciate that!
Hi, this work is outstanding and I'm very insterested in this work!
But when I'm trying reproducing the experiment based on
run_libero_eval.py, I fail to found the following json file in both OmniActionand OmniAction-LIBERO currently.BTW, it seems that the datasets provided in huggingface are incomplete yet. There are six speech type
['overlap', 'identity', 'sentiment', 'events', 'two', 'three']. But currently there are only *_identity and *_sentiment subfolders in OmniAction-LIBERO.Could it be solved soon? I would really appreciate that!