FastDeploy
latest
Fast & Easy to Deploy!
|
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... | |
Preprocessor object for AnimeGAN serials model.
bool fastdeploy::vision::generation::AnimeGANPreprocessor::Run | ( | std::vector< Mat > & | images, |
std::vector< FDTensor > * | output | ||
) |
Process the input image and prepare input tensors for runtime.
[in] | images | The input image data list, all the elements are returned wrapped by FDMat. |
[in] | output | The output tensors which will feed in runtime |