deepcam-cn / yolov5-face

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
GNU General Public License v3.0
2.01k stars 491 forks source link

The position of confidence is different in yolov5, yolov5face. #272

Closed amirakhlaghiqqq closed 7 months ago

amirakhlaghiqqq commented 8 months ago

In contrast of orginal yolo5, where the size of image_targets is (,6), in the yoloface, this value is (,18).

amirakhlaghiqqq commented 7 months ago

I open a new merge request.