Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: PyTorch Lightning
|
4 |
+
tags:
|
5 |
+
- Image Translation
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
This model is from [FSPBT-Image-Translation](https://github.com/rnwzd/FSPBT-Image-Translation)
|
11 |
+
|
12 |
+
## Citation Information
|
13 |
+
```bibtex
|
14 |
+
@Article{Texler20-SIG,
|
15 |
+
author = "Ond\v{r}ej Texler and David Futschik and Michal Ku\v{c}era and Ond\v{r}ej Jamri\v{s}ka and \v{S}\'{a}rka Sochorov\'{a} and Menglei Chai and Sergey Tulyakov and Daniel S\'{y}kora",
|
16 |
+
title = "Interactive Video Stylization Using Few-Shot Patch-Based Training",
|
17 |
+
journal = "ACM Transactions on Graphics",
|
18 |
+
volume = "39",
|
19 |
+
number = "4",
|
20 |
+
pages = "73",
|
21 |
+
year = "2020",
|
22 |
+
}
|
23 |
+
```
|