## 方法 [paper with code](https://paperswithcode.com/task/style-transfer) - [x] [Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization](https://github.com/naoto0804/pytorch-AdaIN) - requirements - Python 3.10 - torchvision==0.14.1 - numpy==1.25.2 - ignore opencv-python and pkg-resources - result - content - ![](https://hackmd.io/_uploads/ry3xJ_VCh.jpg) - style - ![](https://hackmd.io/_uploads/HyRzydNC2.jpg) - output - ![](https://hackmd.io/_uploads/S1WrkuERh.jpg) - [x] [A Neural Algorithm of Artistic Style](https://github.com/anishathalye/neural-style) - [ ] [UniversalStyleTransfer](https://github.com/Yijunmaverick/UniversalStyleTransfer) - [ ] []() ## 執行方式