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
The error traceback:
Traceback (most recent call last):
File "demo_opt.py", line 470, in
eval_results = _evaluate_predictions_on_crowdhuman(gt_path, fpath)
File "demo_opt.py", line 448, in _evaluate_predictions_on_crowdhuman
database = Database(gt_path, dt_path, target_key, None, mode)
File "demo_opt.py", line 311, in init
self.loadData(gtpath, body_key, head_key, if_gt=True)
File "demo_opt.py", line 326, in loadData
self.images[record["ID"]] = Image(self.eval_mode)
TypeError: list indices must be integers or slices, not str
When I try to eval with the pretained model.
I miss this error. I have the cofig right. Asking for your help.
The text was updated successfully, but these errors were encountered: