diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 17:46:16 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 17:46:16 +0300 |
commit | 8f4ab67633231a96736da860861f35c044b30323 (patch) | |
tree | d99353e53d2c36d829a505b2c6141412e9f8a025 /README.md | |
parent | 7e6c62c5ad9aace4459bc8c98fcbe561fa609983 (diff) |
Changed URL to something that works.
Automatic download has been disabled and will come back when I find a
persistent cloud hoster that is wget/curl friendly.
Changes to be committed:
modified: README.md
modified: neuralart.py
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Neural Style Transfer done from the CLI using a VGG backbone and presented as an MP4. -Weights can be downloaded from [here](https://m1.afileditch.ch/ajjMsHrRhnikrrCiUXgY.pth). The downloaded file should be placed in `./weights/` and any file will be ignored from there when pushing, as seen in `./.gitignore`. Update: Alternatively, if the `./weights/` directory is empty, `./neuralart.py` will automatically download publicly available VGG19 weights for the user. +Weights can be downloaded from [here](https://drive.google.com/file/d/1Pfh-dHvCdhn97MpLT0_I6QAAzvejqs1i/). The downloaded file should be placed in `./weights/` and any file will be ignored from there when pushing, as seen in `./.gitignore`. Update: Alternatively, if the `./weights/` directory is empty, `./neuralart.py` will automatically download publicly available VGG19 weights for the user. More in depth information about Neural Style Transfer ( NST ) can be found in this great [paper](https://arxiv.org/abs/1705.04058). Make sure to check [Requirements](#requirements) and [Usage](#usage). |