You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that the input should be cropped as square with width as 112, however the mtcnn output may be rectangle, I thought the detailed steps to run test.py are as below:
use mtcnn to crop the face images with margin 44
resize cropped face to 112x112
run test.py and the script will do face alignment with mtcnn
I am curious if my understanding is wrong, I thought the alignment before resizing should be more reliable?
The text was updated successfully, but these errors were encountered:
per the code in
deploy/test.py
:it seems that the input should be cropped as square with width as 112, however the mtcnn output may be rectangle, I thought the detailed steps to run
test.py
are as below:test.py
and the script will do face alignment with mtcnnI am curious if my understanding is wrong, I thought the alignment before resizing should be more reliable?
The text was updated successfully, but these errors were encountered: