The batch mode post-processing function of the TFSSD
network.
Prototype
std::vector< TFSSDResult
> ssd_post_process()=0;
Returns
The vector of struct ofTFSSDResult
. The batch mode post-processing function of the TFSSD
network.
std::vector< TFSSDResult
> ssd_post_process()=0;
TFSSDResult
.