diff options
author | pux <pux@pux.dom> | 2020-02-13 06:35:00 +0100 |
---|---|---|
committer | pux <pux@pux.dom> | 2020-02-13 06:35:00 +0100 |
commit | fbc76e48b2bfff52bab5b2927bc56408c93bdb1f (patch) | |
tree | 349e2117a496d5feb6854cafdd9f6a878fc376a8 | |
parent | 5debed6fe0cb66cdfd217254a23405e98d94eabb (diff) | |
download | nstvid-fbc76e48b2bfff52bab5b2927bc56408c93bdb1f.tar.gz nstvid-fbc76e48b2bfff52bab5b2927bc56408c93bdb1f.tar.bz2 nstvid-fbc76e48b2bfff52bab5b2927bc56408c93bdb1f.zip |
add README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe149c8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# neural style transfer video generator + +## desc + +meant to be run from the root directory of this project: +[https://github.com/ProGamerGov/neural-style-pt](https://github.com/ProGamerGov/neural-style-pt) + +opticalflow.py from this project should also be copied over to the neural-style-pt root directory. +[https://github.com/larspars/neural-style-video](https://github.ocm/larspars/neural-style-video) + |