Abu Noman Md. Sakib
Abu Noman Md. Sakib
Full error: ``` Traceback (most recent call last): File "segment.py", line 108, in class_id = [x['id'] for x in CATEGORIES if x['name'] in annotation_filename][0] IndexError: list index out of range...
I have installed using this: ``` !pip install cython !pip install git+git://github.com/waspinator/[email protected] ``` But still I got this error. Whole code: ``` INFO = { "description": "Fashion Dataset", "url": "https://github.com/waspinator/pycococreator",...
I have a dataset folder which contains two folders named images, annotations(../train/images, annotations). Each of these folders contains images. For example: In images: In annotations: I have seen this [blog](https://patrickwasp.com/create-your-own-coco-style-dataset/)....