I want to crop and save images from all the dataset which contains multi classes. but there is no output. and thank you. Answer Assuming everything else are correct (since I don’t have your dataset and detector code), you may want to try to correct couple indentations to see if you can get some different results: and if you want
Tag: face-detection
Python: Image face detection and sorting into face and no face
I am trying to create a sorting system where an image is sorted based on having a face or not. and it doesn’t seem to run quite as expected. after the first image is sorted, the loop stops working and I can’t seem to figure out what is wrong. (I am aware of how inefficient it is). all in all,