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
In step 5 (model evaluation) when calling the function evaluete_prediction_coco( ), I get an error. Within this function, a value is assigned to a coco_dt variable by returning the call coco_get.loadRes(coco_result), but at this moment the error if 'caption' in anns [0] is displayed: IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
In step 5 (model evaluation) when calling the function evaluete_prediction_coco( ), I get an error. Within this function, a value is assigned to a coco_dt variable by returning the call coco_get.loadRes(coco_result), but at this moment the error if 'caption' in anns [0] is displayed: IndexError: list index out of range
The text was updated successfully, but these errors were encountered: