Spaces:
Runtime error
Runtime error
change README
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
## Introduction
|
11 |
|
12 |
This project is the official implement of [Collaborative Neural Rendering using Anime Character Sheets](https://arxiv.org/abs/2207.05378), which aims to genarate vivid dancing videos from hand-drawn anime character sheets(ACS). Watch more demos in our [HomePage](https://conr.ml).
|
|
|
13 |
|
14 |
## Usage
|
15 |
|
@@ -101,3 +102,14 @@ python3 -m torch.distributed.launch \
|
|
101 |
|
102 |
ffmpeg -r 30 -y -i {dir_to_save_result}/%d.png -r 30 -c:v libx264 output.mp4 -r 30
|
103 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
## Introduction
|
11 |
|
12 |
This project is the official implement of [Collaborative Neural Rendering using Anime Character Sheets](https://arxiv.org/abs/2207.05378), which aims to genarate vivid dancing videos from hand-drawn anime character sheets(ACS). Watch more demos in our [HomePage](https://conr.ml).
|
13 |
+
Contributors:
|
14 |
|
15 |
## Usage
|
16 |
|
|
|
102 |
|
103 |
ffmpeg -r 30 -y -i {dir_to_save_result}/%d.png -r 30 -c:v libx264 output.mp4 -r 30
|
104 |
```
|
105 |
+
|
106 |
+
## Citation
|
107 |
+
```bibtex
|
108 |
+
@article{lin2022conr,
|
109 |
+
title={Collaborative Neural Rendering using Anime Character Sheets},
|
110 |
+
author={Lin, Zuzeng and Huang, Ailin and Huang, Zhewei and Hu, Chen and Zhou, Shuchang},
|
111 |
+
journal={arXiv preprint arXiv:2207.05378},
|
112 |
+
year={2022}
|
113 |
+
}
|
114 |
+
```
|
115 |
+
|