[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

@@ -69,3 +69,7 @@ def test_basicvsr():
if t >= 10:
break
capture.release()
if __name__ == "__main__":
test_basicvsr()