Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
---
|
| 4 |
+
<h1 align="center">
|
| 5 |
+
🦋 FlowMimic: Mask-free Visual Editing and Generation with Pixel-pair Warped Flow Field<br>for Online Video Editing Data Generation and Modality Mimicry
|
| 6 |
+
</h1>
|
| 7 |
+
|
| 8 |
+
## ✨ Informations
|
| 9 |
+
- ☘️ **`2026/07/21`**: [main.pdf](https://huggingface.co/datasets/FlowMimic/Uncompressed/blob/main/main.pdf) in this dataset repository is the uncompressed file of the corresponding [arXiv file](https://arxiv.org/pdf/2607.18227). Thank you for reading, and have a nice day 🌷
|
| 10 |
+
|
| 11 |
+
## 🌿 Citation
|
| 12 |
+
If you find this research useful for your work, or you would like to build upon the findings or contents described herein, the following BibTeX could be used for citation:
|
| 13 |
+
```bibtex
|
| 14 |
+
@article{zhang2026flowmimic,
|
| 15 |
+
title = {FlowMimic: Mask-free Visual Editing and Generation with Pixel-pair Warped Flow Field for Online Video Editing Data Generation and Modality Mimicry},
|
| 16 |
+
author = {Zhang, Dingyun and Gong, Lixue and Liu, Wei},
|
| 17 |
+
journal = {arXiv preprint arXiv:2607.18227},
|
| 18 |
+
year = {2026}
|
| 19 |
+
}
|
| 20 |
+
```
|