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
After I loaded my picture, there is an error when I use the similarityRatio function. How to fixed this error?
Besides, I am quite confused about the difference between geometricRatio and similarityRatio. What does these two indexes mean?
I want to quantify the attractiveness of one face using the Golden Ratio Rule, in this case, which index should I use for my purpose? Is higher geometricRatio or similarityRatio , the higher the attractiveness?
The text was updated successfully, but these errors were encountered:
I have solved this problem. There is something wrong with the source code:
in File "init.py" Function similarityRatio
The "landmark.yaml" should be replaced as "goldenFace.json"
But I am still confused about the second part of my question: What do geometricRatio and similarityRatio mean? I want to quantify the attractiveness of one face using the Golden Ratio Rule, in this case, which index should I use for my purpose? Is higher geometricRatio or similarityRatio , the higher the attractiveness?
After I loaded my picture, there is an error when I use the
similarityRatio
function. How to fixed this error?Besides, I am quite confused about the difference between
geometricRatio
andsimilarityRatio
. What does these two indexes mean?I want to quantify the attractiveness of one face using the Golden Ratio Rule, in this case, which index should I use for my purpose? Is higher geometricRatio or similarityRatio , the higher the attractiveness?
The text was updated successfully, but these errors were encountered: