darwin-py
darwin-py copied to clipboard
COCO attributes are parsed as SubAnnotations
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.
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
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.