Hi! I just started using you amazing tool for a university robotics project.
We as a team have already spend numerous days on trying to figure out the error the constantly get with any kind of json we are using
return _mask.decode(rleObjs)
File "pycocotools/_mask.pyx", line 145, in pycocotools._mask.decode
File "pycocotools/_mask.pyx", line 127, in pycocotools._mask._frString
TypeError: list indices must be integers or slices, not str
which happens in the following line of code:
masks = [maskUtils.decode(ann['segmentation']) for ann in dataset_dict['annotations']].
We have also tried CanaTree100 dataset that you provided.
I would really appreciate your help since we want to upgrade your work and train it on jungle data.
Hi! I just started using you amazing tool for a university robotics project.
We as a team have already spend numerous days on trying to figure out the error the constantly get with any kind of json we are using
which happens in the following line of code:
masks = [maskUtils.decode(ann['segmentation']) for ann in dataset_dict['annotations']].We have also tried CanaTree100 dataset that you provided.
I would really appreciate your help since we want to upgrade your work and train it on jungle data.