The batch mode post-processing function of the retinaface network.
Prototype
std::vector< RetinaFaceResult
> retinaface_post_process(size_t batch_size)=0;
Returns
The vector of struct ofRetinaFaceResult
. The batch mode post-processing function of the retinaface network.
std::vector< RetinaFaceResult
> retinaface_post_process(size_t batch_size)=0;
RetinaFaceResult
.