pineappleSoup commited on
Commit
aea9fc1
·
verified ·
1 Parent(s): b897210

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+ ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/62d36d11274bf1ef84f61d66/nY0uCIdQkWOOAzvL_Gj9e.gif)
20
+ The model predicts the inbetween frames (mid frame), given two key frames.
21
  ## Installation
22
  ```
23
  pip install opencv-python