JeVois
1.17
JeVois Smart Embedded Machine Vision Toolkit
|
|
Functions | |
void | yolo (cv::Mat const &out, std::vector< int > &classIds, std::vector< float > &confidences, std::vector< cv::Rect > &boxes, size_t nclass, float const *biases, int const yolonum, float confThreshold, cv::Size const &bsiz, int fudge) |
void jevois::dnn::npu::yolo | ( | cv::Mat const & | out, |
std::vector< int > & | classIds, | ||
std::vector< float > & | confidences, | ||
std::vector< cv::Rect > & | boxes, | ||
size_t | nclass, | ||
float const * | biases, | ||
int const | yolonum, | ||
float | confThreshold, | ||
cv::Size const & | bsiz, | ||
int | fudge | ||
) |
Definition at line 52 of file PostProcessNPUhelpers.C.
References h, LFATAL, jevois::dnn::shapestr(), and jevois::dnn::softmax().
Referenced by jevois::dnn::PostProcessorDetect::process().