Function to get running result of the RefineDet neuron network in batch mode.
Prototype
std::vector< RefineDetResult > run(const std::vector< cv::Mat > &images)=0;
Parameters
The following table lists the run function arguments.
| Type | Name | Description |
|---|---|---|
| const std::vector< cv::Mat > & | images | Input data of input images (vector<cv::Mat>). |
Returns
vector of Struct ofRefineDetResult.