Open ss24cs opened 4 years ago
How did you train successfully?
How did you train successfully?
Not train this frame, I just use this "mbv2_yolov3_face_final.weights" to detect another pictures, I was crop faces region (like crop_face0.jpg) in other python demo.
Hi, buddy, thank your wonderful project, I was success face detect in custom images. But next I want crop the face region and output a .png file, how I modify the yolo_landmark.py(for example) demo like in the def cvDrawBoxes(detections, img ,ratio_w , ratio_h ) function, and let the predictions.jpg(yolo output) obtain a face_crop region(just I need a face local output). How can I let the yolo frame output it?