Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamoving committed Dec 11, 2023
1 parent f61196f commit 1519195
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
80 changes: 80 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,83 @@
> [Mengyang Feng](), [Jinlin Liu](), [Kai Yu](), [Yuan Yao](), [Zheng Hui](), [Xiefan Guo](), [Xianhui Lin](), [Haolan Xue](), [Chen Shi](), [Xiaowen Li](), [Aojie Li](), [Miaomiao Cui](), [Peiran Ren](), [Xuansong Xie]()<br>
> Alibaba Group
<strong>TL;DR</strong>: <strong>DreaMoving</strong> is a diffusion-based controllable video generation framework to produce high-quality customized human dance videos.

<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/1.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/2.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/3.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/4.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/5.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle">
<video id="v0" width="99%" autoplay loop muted controls>
<source src="assets/videos/teaser/6.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
A girl, smiling, standing on a beach next to the ocean, wearing light yellow dress with long sleeves.
</p>
</td>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
An Asian girl, smiling, dancing in central park, wearing long shirt and long jeans.
</p>
</td>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
A girl, smiling, in the park with golden leaves in autumn wearing coat with long sleeve.
</p>
</td>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
A man, dancing in front of Pyramids of Egypt, wearing a suit with a blue tie.
</p>
</td>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
A girl, smiling, dancing in a French town, wearing long light blue dress.
</p>
</td>
<td align="center" valign="middle" width="16%">
<p style="font-size: 14px;" align="center">
A woman, smiling, in Times Square, wearing white clothes and long pants.
</p>
</td>
</tr>
</table>

## Citation

```bibtex
@article{feng2023dreamoving,
title={DreaMoving: A Human Dance Video Generation Framework based on Diffusion Models},
author={Mengyang Feng, Jinlin Liu, Kai Yu, Yuan Yao, Zheng Hui, Xiefan Guo, Xianhui Lin, Haolan Xue,
Chen Shi, Xiaowen Li, Aojie Li, Miaomiao Cui, Peiran Ren, Xuansong Xie},
journal={arXiv},
year={2023}
}
```
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/videos/.DS_Store
Binary file not shown.
Binary file added assets/videos/teaser/.DS_Store
Binary file not shown.
Binary file added assets/videos/teaser/1.mp4
Binary file not shown.
Binary file added assets/videos/teaser/2.mp4
Binary file not shown.
Binary file added assets/videos/teaser/3.mp4
Binary file not shown.
Binary file added assets/videos/teaser/4.mp4
Binary file not shown.
Binary file added assets/videos/teaser/5.mp4
Binary file not shown.
Binary file added assets/videos/teaser/6.mp4
Binary file not shown.

0 comments on commit 1519195

Please sign in to comment.