Skip to content

requiremets.txt might help with potential user issues #11

@anhelina007

Description

@anhelina007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions