From 8a4dd8b6868770c512e72e672e99e8e5c73f3d76 Mon Sep 17 00:00:00 2001 From: sniklaus Date: Sun, 10 Sep 2017 00:08:43 -0700 Subject: no message --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 883c040..975c4b8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a reference implementation of Video Frame Interpolation via Adaptive Sep For the Torch version of this work, please see: https://github.com/sniklaus/torch-sepconv ## setup -To build the implementation and download the pretrained networks, run `bash install.bash` and make sure that you configured the `CUDA_HOME` environment variable. After successfully completeing this step, run `python run.py` to test it. Should you receive an error message regarding an invalid device function during execution, configure the utilized CUDA architecture within `install.bash` to something your graphics card supports. +To build the implementation and download the pre-trained networks, run `bash install.bash` and make sure that you configured the `CUDA_HOME` environment variable. After successfully completing this step, run `python run.py` to test it. Should you receive an error message regarding an invalid device function during execution, configure the utilized CUDA architecture within `install.bash` to something your graphics card supports. ## usage To run it on your own pair of frames, use the following command. You can either select the `l1` or the `lf` model, please see our paper for more details. @@ -19,7 +19,7 @@ python run.py --model lf --first ./images/first.png --second ./images/second.png Video ## license -The provided implementation is strictly for academic purposes only. Should you be interested in using our intelectual property, please feel free to contact us. +The provided implementation is strictly for academic purposes only. Should you be interested in using our intellectual property, please feel free to contact us. ## references ``` @@ -41,4 +41,4 @@ The provided implementation is strictly for academic purposes only. Should you b ``` ## acknowledgment -This work was supported by NSF IIS-1321119. This video uses materials under a Creative Common license or with the owner's permission, as detailed at the end. \ No newline at end of file +This work was supported by NSF IIS-1321119. The video above uses materials under a Creative Common license or with the owner's permission, as detailed at the end. \ No newline at end of file -- cgit v1.2.3-70-g09d2