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

Preprocessor object for AnimeGAN serials model. More...

#include <preprocessor.h>

Public Member Functions

 AnimeGANPreprocessor ()
 Create a preprocessor instance for AnimeGAN serials model.
 
bool Run (std::vector< Mat > &images, std::vector< FDTensor > *output)
 Process the input image and prepare input tensors for runtime. More...
 

Detailed Description

Preprocessor object for AnimeGAN serials model.

Member Function Documentation

◆ Run()

bool fastdeploy::vision::generation::AnimeGANPreprocessor::Run ( std::vector< Mat > &  images,
std::vector< FDTensor > *  output 
)

Process the input image and prepare input tensors for runtime.

Parameters
[in]imagesThe input image data list, all the elements are returned wrapped by FDMat.
[in]outputThe output tensors which will feed in runtime
Returns
true if the preprocess successed, otherwise false

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