SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_model_detector.h>
Public Member Functions | |
Detector (Engine *engine, const char *name, ma_model_type_t type) | |
virtual | ~Detector () |
const std::forward_list< ma_bbox_t > & | getResults () |
const void * | getInput () override |
ma_err_t | run (const ma_img_t *img) |
ma_err_t | setConfig (ma_model_cfg_opt_t opt,...) override |
ma_err_t | getConfig (ma_model_cfg_opt_t opt,...) override |
Public Member Functions inherited from ma::Model | |
Model (Engine *engine, const char *name, uint16_t type) | |
virtual | ~Model () |
const ma_perf_t | getPerf () const |
const char * | getName () const |
ma_model_type_t | getType () const |
ma_input_type_t | getInputType () const |
ma_output_type_t | getOutputType () const |
void | setPreprocessDone (std::function< void(void *)> func) |
void | setPostprocessDone (std::function< void(void *)> func) |
void | setRunDone (std::function< void(void *)> func) |
void | setUserCtx (void *ctx) |
Protected Member Functions | |
ma_err_t | preprocess () override |
Protected Member Functions inherited from ma::Model | |
virtual ma_err_t | postprocess ()=0 |
ma_err_t | underlyingRun () |
Protected Attributes | |
ma_tensor_t | input_ |
ma_img_t | img_ |
const ma_img_t * | input_img_ |
double | threshold_nms_ |
double | threshold_score_ |
bool | is_nhwc_ |
std::forward_list< ma_bbox_t > | results_ |
Protected Attributes inherited from ma::Model | |
Engine * | p_engine_ |
const char * | p_name_ |
ma::model::Detector::Detector | ( | Engine * | engine, |
const char * | name, | ||
ma_model_type_t | type | ||
) |
|
virtual |
|
overridevirtual |
Implements ma::Model.
|
overridevirtual |
Implements ma::Model.
const std::forward_list< ma_bbox_t > & ma::model::Detector::getResults | ( | ) |
|
overrideprotectedvirtual |
|
overridevirtual |
Implements ma::Model.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |