Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,12 @@ tags:
|
|
12 |
---
|
13 |
# Stroke Interpolation Model
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Installation
|
16 |
```
|
17 |
pip install opencv-python
|
|
|
12 |
---
|
13 |
# Stroke Interpolation Model
|
14 |
|
15 |
+
To read the paper: https://drive.google.com/file/d/1EESd81NSs93OJYb42DartC5udTlOShRp/view?usp=sharing
|
16 |
+
|
17 |
+
## Example
|
18 |
+
|
19 |
+

|
20 |
+
The model predicts the inbetween frames (mid frame), given two key frames.
|
21 |
## Installation
|
22 |
```
|
23 |
pip install opencv-python
|