Skip to content

Add new attribute - "tag_category"  #3

@lpogo

Description

@lpogo

Hi,
can I ask you to add one more attribute to coco definition called tag_category?

I have tagged my images to be able to filter dataset more precise.
I would be able to add tag_categories like below:

 "tag_categories": [
  {
   "id": 0,
   "name": "tag1"
  },
  {
   "id": 1,
   "name": "tag2"
  }
 ]

and then add tag to image:

  {
   "file_name": "0B7414E1.png",
   "height": 3024,
   "width": 4032,
   "id": 1,
   "tag_ids": [
    0
   ]
 }

Thanks in advanve!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions