I have done some data annotation work by using labelme software. So, I have now the complete dataset in COCO format.
However, I am struggling with a few things.
In my dataset, I have in total of 10 images, and 3 categories,i.e., apple, mango, and banana.
Of those 10 images, 6 images contain apple, 5 images contain mango, and 4 contain banana.
With my code, I can count this thing.
Among those 6 images which contain apples, 4 images have 5 apples each. So now I want to know the total number of instances of each category in my dataset. Is it possible?
for example, I am attaching one image.
On this image, there is X number of instances from Class Elephant. I want to count the X from my annotated dataset. I need help because I am very new to this.
Thanks in Advance.
