pytorch-neural-style-transfer
pytorch-neural-style-transfer copied to clipboard
Added requirements.txt
Not sure if you want this but I have a working requirements.txt for people that want to use pip.
Hey @PJ-Finlay! I don't currently have the bandwidth to deal with NST PRs/issues.
I just dealt with my DeepDream repo - did lots of refactoring, added full support for cmd line, some new features, and a Jupyter notebook. And only then I reviewed the PRs/issues.
I'll do the same thing for this repo in 2 months there are a lot of things left on my backlog. Feel free to contribute and if your changes are orthogonal to mine I'll review them and integrate them. Just make sure you follow the coding style of this repository. Thank you! And apologies, I do these in my free time and so as you can see I review my old projects every 2 months.
No worries, thanks!
All I added was:
- a requirements.txt
- a script to automate multiple NSTs
- Changed the default height to 720 (this was something I wanted but might not make sense in the main repo)
Also check out the neural style transfer video I made with this library!