Adrian Bulat
Adrian Bulat
@moncio Thanks for checking. If you can give me some details regarding the video (resolution at least), or if you can send me the frame that causes the crash I...
I will have a look later one on this, for now, my suggestion is to fallback to SFD detector when this happens.
Blaze back camera model added (see readme for how to use it).
The network was trained to regress values between 0 and 1, however in practice it will go beyond this range slightly depending on the image as the output is unbounded....
The expected image shape is ```(H,W,3)```. A basic batching is implemented using ```get_landmarks_from_batch()```.