Closed Libero-zz closed 3 years ago
Thanks for your feedback. I have corrected it. The correct order to retrieve landmarks is:
right eye: loc[i*14 + 4], loc[i*14 + 5]
left eye: loc[i*14 + 6], loc[i*14 + 7]
nose tip: loc[i*14 + 8], loc[i*14 + 9]
mouth right: loc[i*14 + 10], loc[i*14 + 11]
mouth left: loc[i*14 + 12], loc[i*14 + 13]
And I also make the landmark colors in opencv_dnn the same with non opencv_dnn.
According to annotation and dataset code in libfacedetection.train, shouldn't 104:114 in opencv_dnn/cpp/priorbox.cpp be
instead of
?