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
Looks like here https://github.com/Jack-CV/FaceKit/blob/master/PCN/PCN.cpp#L594
you just vertically flip image obtaining img180 which is not the same as clockwise rotation +180 degrees as mentioned in figure 5 in paper, is it desired behaviour, what logic behind it?
Looks like here
https://github.com/Jack-CV/FaceKit/blob/master/PCN/PCN.cpp#L594
you just vertically flip image obtaining
img180
which is not the same as clockwise rotation +180 degrees as mentioned in figure 5 in paper, is it desired behaviour, what logic behind it?i.e. seems correct way should look like
https://stackoverflow.com/a/5912847/1179925
The text was updated successfully, but these errors were encountered: