diff --git a/SmartCrop/main.cpp b/SmartCrop/main.cpp index c90fd00..5f06302 100644 --- a/SmartCrop/main.cpp +++ b/SmartCrop/main.cpp @@ -302,7 +302,7 @@ void pipeline(const std::filesystem::path& path, const Config& config, Yolo& yol { detection.priority += 10; hasmatch = true; - detections.push_back({0, "Face", match.confidence, 20, {255, 0, 0}, match.rect}); + //detections.push_back({0, "Face", match.confidence, 20, {255, 0, 0}, match.rect}); } } Log(Log::DEBUG)<> classes;