Created by: EthanZBY
models/PaddleCV/face_detection/widerface_eval.py Line 307 max_shrink = get_round(min(max_shrink_v1, max_shrink_v2), 2) - 0.3
This will generate a negative value when the image size is bigger and make the execution crashed.