You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from docile.dataset import load_predictions
KILE_PREDICTION_PATH=Path("../../data/docile/annotations/009bdcdec5c04cd3b2e31555.json")
kile_predictions = load_predictions(KILE_PREDICTION_PATH)
File c:\Users\erp\AppData\Local\Programs\Python\Python311\Lib\site-packages\docile\dataset\field.py:90, in (.0)
...
---> 37 dct_copy = dict(dct)
38 bbox = BBox(*(dct_copy.pop("bbox")))
40 # do not fail on extra keys (if participants save extra information), only warn.
ValueError: dictionary update sequence element #0 has length 1; 2 is required
The text was updated successfully, but these errors were encountered:
File c:\Users\erp\AppData\Local\Programs\Python\Python311\Lib\site-packages\docile\dataset\field.py:90, in (.0)
...
---> 37 dct_copy = dict(dct)
38 bbox = BBox(*(dct_copy.pop("bbox")))
40 # do not fail on extra keys (if participants save extra information), only warn.
ValueError: dictionary update sequence element #0 has length 1; 2 is required
The text was updated successfully, but these errors were encountered: