The batch mode post-processing function of the SSD network.
Prototype
std::vector< SSDResult > ssd_post_process(size_t batch_size)=0;
Returns
The vector of struct ofSSDResult. The batch mode post-processing function of the SSD network.
std::vector< SSDResult > ssd_post_process(size_t batch_size)=0;
SSDResult.