tae898 / face-detection-recognition

This repo is forked from https://github.com/deepinsight/insightface. I use their face detection (retinaface) and face recognition (arcface).
MIT License
10 stars 10 forks source link

Inquiry about resizing the image size #2

Open Younghyo opened 1 year ago

Younghyo commented 1 year ago

I'm interested to understand the rationale behind resizing the image to (640, 640) before feeding it into the face detection model. I have a concern that altering the aspect ratio of the original image might negatively affect the model's output. Could you please explain the reason behind this resizing step?

yasainet commented 8 months ago

I would like to know the same thing. Please let me know when you have time :D