ycjing / Neural-Style-Transfer-Papers

:pencil2: Neural Style Transfer: A Review
1.62k stars 270 forks source link

pystiche: A Framework for Neural Style Transfer #17

Closed pmeier closed 3 years ago

pmeier commented 3 years ago

Hey everyone. I'm building a framework for Neural Style Transfer (NST) called pystiche. It is build upon and fully compatible with PyTorch. It provides functionality for the most common NST operators, the efficient encoding of images on multiple layers of a CNN, as well as the periphery around the core parts. It is modular and can be easily extended with new functionality.

pystiche was peer-reviewed by pyOpenSci and is published in the Journal of Open Source Software (JOSS). I would be happy if it could be added to the list compiled in this repository.

Let me know if you have questions.

ycjing commented 3 years ago

Hi @pmeier

Thank you for this great work! I have added this nice framework in the repo. Please let me if there is anything else I could help.

Best, Yongcheng

pmeier commented 3 years ago

Thanks for the fast response. I'm in the process of writing a package that comprises reference implementations of NST papers with pystiche: it is called pystiche_papers. It is currently still in a WIP state so I leave it up to you if you want to add it to your list. If you do, please note its current status to avoid confusion.

ycjing commented 3 years ago

Hi @pmeier

Thank you for this nice work! I have noted the current status of pystiche_papers in the repo.

Best, Yongcheng