FastDeploy  latest
Fast & Easy to Deploy!
Public Member Functions | List of all members
fastdeploy::vision::generation::AnimeGANPostprocessor Class Reference

Postprocessor object for AnimeGAN serials model. More...

#include <postprocessor.h>

Public Member Functions

 AnimeGANPostprocessor ()
 Create a postprocessor instance for AnimeGAN serials model.
 
bool Run (std::vector< FDTensor > &infer_results, std::vector< cv::Mat > *results)
 Process the result of runtime. More...
 

Detailed Description

Postprocessor object for AnimeGAN serials model.

Member Function Documentation

◆ Run()

bool fastdeploy::vision::generation::AnimeGANPostprocessor::Run ( std::vector< FDTensor > &  infer_results,
std::vector< cv::Mat > *  results 
)

Process the result of runtime.

Parameters
[in]infer_resultsThe inference results from runtime
[in]resultsThe output results of style transfer
Returns
true if the postprocess successed, otherwise false

The documentation for this class was generated from the following files: