FastDeploy
latest
Fast & Easy to Deploy!
|
Postprocessor object for AdaFace serials model. More...
#include <postprocessor.h>
Public Member Functions | |
AdaFacePostprocessor () | |
Create a postprocessor instance for AdaFace serials model. | |
bool | Run (std::vector< FDTensor > &infer_result, std::vector< FaceRecognitionResult > *results) |
Process the result of runtime and fill to FaceRecognitionResult structure. More... | |
Postprocessor object for AdaFace serials model.
bool fastdeploy::vision::faceid::AdaFacePostprocessor::Run | ( | std::vector< FDTensor > & | infer_result, |
std::vector< FaceRecognitionResult > * | results | ||
) |
Process the result of runtime and fill to FaceRecognitionResult structure.
[in] | tensors | The inference result from runtime |
[in] | result | The output result of FaceRecognitionResult |