Why is dlib so slow finding an object?
问题 I'm testing some stuff with Dlib and I selected rectangles around instances of an object I want to recognize, using the compiled tool included in tools/imglab/build/imglab. With this xml file describing a few different views of the object I want to detect I run the train object predictor with a few changes: training_xml_path = os.path.join(faces_folder, "cooldataset.xml") testing_xml_path = os.path.join(faces_folder, "cooldataset.xml") and running in the images directory, makes a detector.svm