How to train mask face detection using mmdetection framework
Today, I will write the tutorial to develop mask face detection using mmdetection. Firstly, we must collect the mask face data and lable it. Because the mmdetection use COCO format so after data is labeled, we must convert data to COCO format
[Read More]