mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +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:
@@ -69,3 +69,7 @@ def test_basicvsr():
|
||||
if t >= 10:
|
||||
break
|
||||
capture.release()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_basicvsr()
|
||||
|
Reference in New Issue
Block a user