MTCNN-Tensorflow
MTCNN-Tensorflow copied to clipboard
请问生成样本时,人脸框的size为什么不能超过min(width, height) / 2呢?
size = npr.randint(12, min(width, height) / 2)