services/face_detection/convert_detection library

Functions

convertToDetection(double boxYMin, double boxXMin, double boxYMax, double boxXMax, double score, int classID, bool flipVertically) Detection
convertToDetections(List<double> rawBoxes, List<Anchor> anchors, List<double> detectionScores, List<int> detectionClasses, OptionsFace options) List<Detection>