WtElio

Results 2 comments of WtElio

> > > [**init**](https://github.com/AILab-CVC/YOLO-World/blob/4d90f458c1d0de310643b0ac2498f188c98c819c/yolo_world/datasets/__init__.py#L12)里写进去 > > > > > > mmdet下面的datasets的init和mmyolo下面的datasets的init我都写了。哥们你的成功了吗 > > 哥们,你现在成功了吗? 我按上述方式走通了,但是还是报 File "/home/miniconda3/lib/python3.8/site-packages/mmdet/evaluation/metrics/coco_metric.py", line 243, in results2json data['category_id'] = self.cat_ids[label] IndexError: list index out of range...

> > 对于训练中的验证报出该错误: > > ```python > > data['category_id'] = self.cat_ids[label] > > IndexError: list index out of range > > ``` > > > > > > > >...