darwin-py icon indicating copy to clipboard operation
darwin-py copied to clipboard

COCO attributes are parsed as SubAnnotations

Open francozacco opened this issue 2 years ago • 1 comments

This Pull Request refers to the following issue: https://github.com/v7labs/darwin-py/issues/412

The idea is that the COCO importer appends the attributes defined for each annotation. The attributes should be defined inside the "extra" key i.e.

"annotations": [
    {
         "id": 1,
         "image_id": 1,
         "category_id": 18,
         "segmentation": [[ ... ]],
         "area": 11624.0,
         "bbox": [ ... ],
         "iscrowd": 0,
         "extra": {"attributes": ["some-attr", "some-other-attr"]}
    },
...]

The importer now should be able to parse the attributes and send them to the platform correctly.

francozacco avatar Jun 03 '22 09:06 francozacco

Hi,

What is the process on getting this merged @andreaazzini ? We have raised this with our customer success representatives at V7. Also where is the best place to make feature requests ?

Kind regards,

Guillaume

gpldecha avatar Jun 17 '22 09:06 gpldecha

Hi all,

This predates my joining the company, but unfortunately fell significnatly behind master, so I'm closing - please reopen if it's still persistent as an issue.

owencjones avatar Jul 13 '23 09:07 owencjones