[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:
chenjian
2023-01-03 10:47:08 +08:00
committed by GitHub
parent f72846c717
commit 87bcb5df21
23 changed files with 966 additions and 1 deletions

View File

@@ -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