SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <algorithm>
#include <forward_list>
#include <iterator>
#include <vector>
#include "../ma_types.h"
Go to the source code of this file.
Namespaces | |
ma | |
ma::utils | |
Functions | |
void | ma::utils::nms (std::forward_list< ma_bbox_t > &bboxes, float threshold_iou, float threshold_score, bool soft_nms, bool multi_target) |
void | ma::utils::nms (std::forward_list< ma_bbox_ext_t > &bboxes, float threshold_iou, float threshold_score, bool soft_nms, bool multi_target) |