xingyizhou / CenterNet2

Two-stage CenterNet
Apache License 2.0
1.2k stars 188 forks source link

What does coco_un_yolov4_55_0.5 mean #2

Closed moyans closed 3 years ago

xingyizhou commented 3 years ago

Hi, Thank you for your interest in our work. This is the pseudo-label file we used in training. It means the images are from COCO unsupervised set (downloaded form here). We apply ScaledYoloV4 model with 55 mAP (YOLOv4-large here). We set detections with score > 0.5 as new bounding box annotations.