pytorch-neural-style-transfer icon indicating copy to clipboard operation
pytorch-neural-style-transfer copied to clipboard

Added requirements.txt

Open PJ-Finlay opened this issue 4 years ago • 3 comments

PJ-Finlay avatar Jan 09 '21 15:01 PJ-Finlay

Not sure if you want this but I have a working requirements.txt for people that want to use pip.

PJ-Finlay avatar Jan 09 '21 15:01 PJ-Finlay

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.

gordicaleksa avatar Feb 15 '21 09:02 gordicaleksa

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!

PJ-Finlay avatar Feb 15 '21 14:02 PJ-Finlay