[bugs] coco format data is conflict with source concat
Open
bug
- Dominant language
- Python
- Stars
- 2k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
use mulit subset with glob classification id coco annotations will meet the classification id error at
[# line77](https://github.com/alibaba/EasyCV/blob/master/easycv/datasets/detection/data_sources/coco.py)
self.cat2label = {cat_id: i for i, cat_id in enumerate(self.cat_ids)}
every subset datasource will generate cls id from 0~x
Contributor guide
Assessment
This issue has not been assessed yet.