summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-01-03 19:09:32 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-01-03 19:09:32 +0200
commitc111655e54f9b670270b72d1fddf6f805d90a9c4 (patch)
treed30af3842422cba949a99d0aa0d88b2a590bdfdd
parent8b67c262af3a1780cf4192a2f2d22e45537d8ace (diff)
markdown link hotfix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 251eacd..45f739a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Neural Style Transfer done from the CLI using a VGG backbone and presented as an
Weights can be downloaded from [here](https://files.catbox.moe/wcao20.pth). The downloaded file (renamed to `vgg_conv_weights.pth`) should be placed in `./weights/` and it will be ignored 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) as well as the [Video Gallery](#results-after-running-neural-art-click-on-dropdown-for-video-gallery).
+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) as well as the [Video Gallery](#results---click-on-dropdown-menu-for-video-gallery).
### Why use this in 2024 ?