Rock-100 / FaceKit

[CVPR 2018] Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to convert wider rectangle label to a square? what formulation you used for your papar results.

libohit opened this issue · comments

how to convert wider rectangle label to a square? what formulation you used for your papar results.

The center point of the square is the same as the rectangle. And the length of the square's side is the average of the rectangle's width and height.

@Jack-CV what do face.x, face.y, face.width mean in PCN.h? I cannot understand your coordinates calculation, could you please give me a hint?
Best,
Edward