https://github.com/biubug6/Pytorch_Retinaface/blob/master/test_widerface.py ` parser.add_argument('--origin_size', default=True, type=str, help='Whether use origin image size to evaluate') `  这里传False 也会使用原图,这里传参是不是加个action比较好?
https://github.com/biubug6/Pytorch_Retinaface/blob/master/test_widerface.py
parser.add_argument('--origin_size', default=True, type=str, help='Whether use origin image size to evaluate')这里传False 也会使用原图,这里传参是不是加个action比较好?