ArmNN
 22.08
NMS.cpp File Reference
#include "NMS.hpp"
#include <cmath>
#include <algorithm>
#include <cstddef>
#include <numeric>
#include <ostream>

Go to the source code of this file.

Namespaces

 yolov3
 

Functions

bool compare_detection (const yolov3::Detection &detection, const std::vector< float > &expected)
 Compare a detection object with a vector of float values. More...
 
void print_detection (std::ostream &os, const std::vector< Detection > &detections)
 Print identified yolo detections. More...
 
std::vector< Detection > nms (const NMSConfig &config, const std::vector< float > &detected_boxes)
 Perform Non-Maxima Supression on a list of given detections. More...