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!
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_categorieslike below:and then add tag to image:
{ "file_name": "0B7414E1.png", "height": 3024, "width": 4032, "id": 1, "tag_ids": [ 0 ] }Thanks in advanve!