nihui / ncnn-android-styletransfer

The style transfer android example
90 stars 20 forks source link

Curious About the Original Style Transfer Repository #10

Open HolmesShuan opened 2 months ago

HolmesShuan commented 2 months ago

Hi, @nihui @zchrissirhcz

Firstly, I want to say that your work is very impressive!

Could you please release the original style transfer repository used in this project? It appears to be based on the official PyTorch style transfer project, but I am not entirely sure.

Additionally, I would appreciate it if you could provide some details on how to transfer the PyTorch model to the PNNX model (I notice the step by step instructions in use ncnn with pytorch or onnx). Are there any special considerations or steps that I should be aware of during this process?

Thank you!