03 February 2022 2 8K Report

I have been using Mask-RCNN for work. I have to do custom object detection. For this, I have labeled all my images using polygon in the given image. I have 50 images and hence I have 50 annotations.json files. But according to the information given on the Mask RCNN Github Repo, we need only one annotation JSON file.

So my question is:

How to change the export_boxes and load_mask functions given in the code to accommodate my problem? If so, how do I do that? or should I merge all the JSON files into one? If I go ahead with the merging, would that have the correct formatting?

Pls help me out.

regards,

Saqib

More Saqib Qamar's questions See All
Similar questions and discussions