Cannot find the key 'key_frame' in task_info.json

#5
by JimWaddu - opened

I'm working with the dataset and trying to follow the GO-1 model's specifications to locate failure recovery cases. However, I've hit a snag. When I load the dataset and look for the task_info.json file, it seems to be missing the key 'key_frame'. I expected this key to be present because:

  1. The dataset's README specifically mentions that failure recovery cases are labeled using a 'key_frame' field.
  2. The GO-1 paper also describes using this 'key_frame' key to identify these crucial data points.

My goal is to extract all the failure recovery episodes, so having access to this label is essential. Has anyone else encountered this discrepancy between the documentation and the actual data structure?

Thank you for your help!

Sign up or log in to comment