I want to train my mask rcnn model on 4 classes. ClassA,ClassB, ClassC. Class A has 16000 annotations while classB and ClassC has 5009,and 3000 respectively. I want to reduce the annotations of ClassA to 8000 only. How can I do this in Coco json file and run the model on updated json.
I tried but not working.