biubug6 / Face-Detector-1MB-with-landmark

1M人脸检测模型(含关键点)
MIT License
1.03k stars 270 forks source link

About WiderFace test setting #40

Open tabsun opened 4 years ago

tabsun commented 4 years ago

I noticed that original version-slim/version-RFB are tested by resizing the image to a fix size 320x240 or 640x480.

RetinaFace-mnet (Retinaface-Mobilenet-0.25), from a great job insightface, when testing this network, the original image is scaled by 320 or 640 as the maximum side length, so the face will not be deformed, and the rest of the networks will have a fixed size resize. At the same time, the result of the RetinaFace-mnet optimal 1600 single-scale val set was 0.887 (Easy) / 0.87 (Medium) / 0.791 (Hard).

While in your test images are resized by max-side to 320 or 640, is it? And I'm not sure whether this will give a decrease on original version-slim/RFB's test results?