RetinaFace-Cpp
RetinaFace-Cpp copied to clipboard
is crop necessary?
both input of the crop layer have identical shape. Do we really need crop layer?
when input is 640x640 or 320x320, both input of the crop layer have identical shape.
@twmht if your input shape is fixed and both width and height are multiples of 160, then crop is not needed.