nadongjin
Results
3
issues of
nadongjin
How can I create a default mask image without adding color?
from eval_folder import Face_detection #default size is 640 ----> No Problem det = Face_detection(det_shape=640) but... det = Face_detection(det_shape=320) is error code [The det_shape size should be applicable in various ways....
I would like to test scrfd34G Model. Where can I get the onnx file? thank you...