mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
[Model] add style transfer model (#922)
* add style transfer model * add examples for generation model * add unit test * add speed comparison * add speed comparison * add variable for constant * add preprocessor and postprocessor * add preprocessor and postprocessor * fix * fix according to review Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ from . import ocr
|
||||
from . import headpose
|
||||
from . import sr
|
||||
from . import evaluation
|
||||
from . import generation
|
||||
from .utils import fd_result_to_json
|
||||
from .visualize import *
|
||||
from .. import C
|
||||
|
Reference in New Issue
Block a user