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
I am trying to implement ULFG detector in C++ for a video. Currently the code works and detects face on each frame, but the issue is that the detected box changes its size every frame (person's face in the frame is same size as before) which cases huge problem in facial landmark detection as it relies heavily on face detector box size.
Please see the attached gif and notice on the bounding box size, it changes every frame even though the face size doesn't
Can you help me resolve this?
The text was updated successfully, but these errors were encountered:
I am trying to implement ULFG detector in C++ for a video. Currently the code works and detects face on each frame, but the issue is that the detected box changes its size every frame (person's face in the frame is same size as before) which cases huge problem in facial landmark detection as it relies heavily on face detector box size.
Please see the attached gif and notice on the bounding box size, it changes every frame even though the face size doesn't
Can you help me resolve this?
The text was updated successfully, but these errors were encountered: