File size: 16,102 Bytes
e8aa256 e68b1e2 e8aa256 e68b1e2 e8aa256 e68b1e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 |
# DragAnything
### <div align="center"> DragAnything: Motion Control for Anything using Entity Representation <div>
<div align="center">
<a href="https://weijiawu.github.io/draganything_page/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages"></a>  
<a href="https://arxiv.org/abs/2403.07420/"><img src="https://img.shields.io/static/v1?label=Paper&message=Arxiv&color=red&logo=arxiv"></a>  
</div>
<p align="center">
<img src="./assets/1709656085862.jpg" width="800px"/>
<br>
</p>
## :notes: **Updates**
<!--- [ ] Mar. 13, 2024. Release the train code in **three month**.-->
- [x] Mar. 24, 2024. Support interactive demo with gradio.
- [x] Mar. 13, 2024. Release the inference code.
- [x] Mar. 12, 2024. Rep initialization.
---
## 🐱 Abstract
We introduce DragAnything, which utilizes an entity representation to achieve motion control for any object in controllable video generation. Comparison to existing motion control methods, DragAnything offers several advantages. Firstly, trajectory-based is more user-friendly for interaction, when acquiring other guidance signals (\eg{} masks, depth maps) is labor-intensive. Users only need to draw a line~(trajectory) during interaction. Secondly, our entity representation serves as an open-domain embedding capable of representing any object, enabling the control of motion for diverse entities, including background. Lastly, our entity representation allows simultaneous and distinct motion control for multiple objects. Extensive experiments demonstrate that our DragAnything achieves state-of-the-art performance for FVD, FID, and User Study, particularly in terms of object motion control, where our method surpasses the previous state of the art (DragNUWA) by 26% in human voting.
---
## User-Trajectory Interaction with SAM
<table class="center">
<tr>
<td style="text-align:center;"><b>Input Image</b></td>
<td style="text-align:center;"><b>Drag point with SAM</b></td>
<td style="text-align:center;"><b>2D Gaussian Trajectory</b></td>
<td style="text-align:center;"><b>Generated Video</b></td>
</tr>
<tr>
<td><img src="./assets/1709660422197.jpg" width="177" height="100"></td>
<td><img src="./assets/1709660459944.jpg" width="177" height="100"></td>
<td><img src="./assets/image28 (3).gif" width="177" height="100"></td>
<td><img src="./assets/image28 (2).gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709660422197.jpg" width="177" height="100"></td>
<td><img src="./assets/1709660471568.jpg" width="177" height="100"></td>
<td><img src="./assets/image2711.gif" width="177" height="100"></td>
<td><img src="./assets/image27 (1)1.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709660422197.jpg" width="177" height="100"></td>
<td><img src="./assets/1709660965701.jpg" width="177" height="100"></td>
<td><img src="./assets/image29111.gif" width="177" height="100"></td>
<td><img src="./assets/image29 (1)1.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709660422197.jpg" width="177" height="100"></td>
<td><img src="./assets/1709661150250.jpg" width="177" height="100"></td>
<td><img src="./assets/image30 (1)1.gif" width="177" height="100"></td>
<td><img src="./assets/image3011.gif" width="177" height="100"></td>
</tr>
</table>
## Comparison with DragNUWA
<table class="center">
<tr>
<td style="text-align:center;"><b>Model</b></td>
<td style="text-align:center;"><b>Input Image and Drag</b></td>
<td style="text-align:center;"><b>Generated Video</b></td>
<td style="text-align:center;"><b>Visualization for Pixel Motion</b></td>
</tr>
<tr>
<td style="text-align:center;"><b>DragNUWA</b></td>
<td><img src="./assets/1709661872632.jpg" width="177" height="100"></td>
<td><img src="./assets/image63111.gif" width="177" height="100"></td>
<td><img src="./assets/image6411.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;"><b>Ours</b></td>
<td><img src="./assets/1709662077471.jpg" width="177" height="100"></td>
<td><img src="./assets/image65111.gif" width="177" height="100"></td>
<td><img src="./assets/image6611.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;"><b>DragNUWA</b></td>
<td><img src="./assets/1709662293661.jpg" width="177" height="100"></td>
<td><img src="./assets/image77.gif" width="177" height="100"></td>
<td><img src="./assets/image76.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;"><b>Ours</b></td>
<td><img src="./assets/1709662429867.jpg" width="177" height="100"></td>
<td><img src="./assets/image75.gif" width="177" height="100"></td>
<td><img src="./assets/image74.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;"><b>DragNUWA</b></td>
<td><img src="./assets/1709662596207.jpg" width="177" height="100"></td>
<td><img src="./assets/image84.gif" width="177" height="100"></td>
<td><img src="./assets/image85.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;"><b>Ours</b></td>
<td><img src="./assets/1709662724643.jpg" width="177" height="100"></td>
<td><img src="./assets/image87.gif" width="177" height="100"></td>
<td><img src="./assets/image88.gif" width="177" height="100"></td>
</tr>
</table>
## More Demo
<table class="center">
<tr>
<td style="text-align:center;"><b>Drag point with SAM</b></td>
<td style="text-align:center;"><b>2D Gaussian</b></td>
<td style="text-align:center;"><b>Generated Video</b></td>
<td style="text-align:center;"><b>Visualization for Pixel Motion</b></td>
</tr>
<tr>
<td><img src="./assets/1709656550343.jpg" width="177" height="100"></td>
<td><img src="./assets/image188.gif" width="177" height="100"></td>
<td><img src="./assets/image190.gif" width="177" height="100"></td>
<td><img src="./assets/image189.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709657635807.jpg" width="177" height="100"></td>
<td><img src="./assets/image187 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image186.gif" width="177" height="100"></td>
<td><img src="./assets/image185.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709658516913.jpg" width="177" height="100"></td>
<td><img src="./assets/image158.gif" width="177" height="100"></td>
<td><img src="./assets/image159.gif" width="177" height="100"></td>
<td><img src="./assets/image160.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709658781935.jpg" width="177" height="100"></td>
<td><img src="./assets/image163.gif" width="177" height="100"></td>
<td><img src="./assets/image161.gif" width="177" height="100"></td>
<td><img src="./assets/image162.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709659276722.jpg" width="177" height="100"></td>
<td><img src="./assets/image165.gif" width="177" height="100"></td>
<td><img src="./assets/image167.gif" width="177" height="100"></td>
<td><img src="./assets/image166.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709659787625.jpg" width="177" height="100"></td>
<td><img src="./assets/image172.gif" width="177" height="100"></td>
<td><img src="./assets/Our_Motorbike_cloud_floor.gif" width="177" height="100"></td>
<td><img src="./assets/image171.gif" width="177" height="100"></td>
</tr>
</table>
## Various Motion Control
<table class="center">
<tr>
<td style="text-align:center;"><b>Drag point with SAM</b></td>
<td style="text-align:center;"><b>2D Gaussian</b></td>
<td style="text-align:center;"><b>Generated Video</b></td>
<td style="text-align:center;"><b>Visualization for Pixel Motion</b></td>
</tr>
<tr>
<td><img src="./assets/1709663429471.jpg" width="177" height="100"></td>
<td><img src="./assets/image265.gif" width="177" height="100"></td>
<td><img src="./assets/image265 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image268.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709663831581.jpg" width="177" height="100"></td>
<td><img src="./assets/image274.gif" width="177" height="100"></td>
<td><img src="./assets/image274 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image276.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;" colspan="4"><b>(a) Motion Control for Foreground</b></td>
</tr>
<tr>
<td><img src="./assets/1709664593048.jpg" width="177" height="100"></td>
<td><img src="./assets/image270.gif" width="177" height="100"></td>
<td><img src="./assets/image270 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image269.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709664834397.jpg" width="177" height="100"></td>
<td><img src="./assets/image271.gif" width="177" height="100"></td>
<td><img src="./assets/image271 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image272.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;" colspan="4"><b>(b) Motion Control for Background</b></td>
</tr>
<tr>
<td><img src="./assets/1709665073460.jpg" width="177" height="100"></td>
<td><img src="./assets/image279.gif" width="177" height="100"></td>
<td><img src="./assets/image278.gif" width="177" height="100"></td>
<td><img src="./assets/image277.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709665252573.jpg" width="177" height="100"></td>
<td><img src="./assets/image282.gif" width="177" height="100"></td>
<td><img src="./assets/image280.gif" width="177" height="100"></td>
<td><img src="./assets/image281.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;" colspan="4"><b>(c) Simultaneous Motion Control for Foreground and Background
</b></td>
</tr>
<tr>
<td><img src="./assets/1709665505339.jpg" width="177" height="100"></td>
<td><img src="./assets/image283.gif" width="177" height="100"></td>
<td><img src="./assets/image283 (1).gif" width="177" height="100"></td>
<td><img src="./assets/image285.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709666205795.jpg" width="177" height="100"></td>
<td><img src="./assets/image286.gif" width="177" height="100"></td>
<td><img src="./assets/image288.gif" width="177" height="100"></td>
<td><img src="./assets/image287.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709666401284.jpg" width="177" height="100"></td>
<td><img src="./assets/image289.gif" width="177" height="100"></td>
<td><img src="./assets/image290.gif" width="177" height="100"></td>
<td><img src="./assets/image291.gif" width="177" height="100"></td>
</tr>
<tr>
<td><img src="./assets/1709666772216.jpg" width="177" height="100"></td>
<td><img src="./assets/image294.gif" width="177" height="100"></td>
<td><img src="./assets/image293.gif" width="177" height="100"></td>
<td><img src="./assets/image292.gif" width="177" height="100"></td>
</tr>
<tr>
<td style="text-align:center;" colspan="4"><b>(d) Motion Control for Camera Motion
</b></td>
</tr>
</table>
## 🔧 Dependencies and Dataset Prepare
### Dependencies
- Python >= 3.10 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- [PyTorch >= 1.13.0+cu11.7](https://pytorch.org/)
```Shell
git clone https://github.com/Showlab/DragAnything.git
cd DragAnything
conda create -n DragAnything python=3.8
conda activate DragAnything
pip install -r environment.txt
```
### Dataset Prepare
Download [VIPSeg](https://github.com/VIPSeg-Dataset/VIPSeg-Dataset) and [Youtube-VOS](https://youtube-vos.org/) to the ```./data``` directory.
### Motion Trajectory Annotataion Prepare
You can use our preprocessed annotation files or choose to process your own motion trajectory annotation files using [Co-Track](https://github.com/facebookresearch/co-tracker?tab=readme-ov-file#installation-instructions).
If you choose to generate motion trajectory annotations yourself, you need to follow the processing steps outlined in [Co-Track](https://github.com/facebookresearch/co-tracker?tab=readme-ov-file#installation-instructions).
```Shell
cd ./utils/co-tracker
pip install -e .
pip install matplotlib flow_vis tqdm tensorboard
mkdir -p checkpoints
cd checkpoints
wget https://huggingface.co/facebook/cotracker/resolve/main/cotracker2.pth
cd ..
```
Then, modify the corresponding ```video_path```, ```ann_path```, and ```save_path``` in the ```Generate_Trajectory_for_VIPSeg.sh``` file, and run the command. The corresponding trajectory annotations will be saved as .json files in the save_path directory.
```Shell
Generate_Trajectory_for_VIPSeg.sh
```
### Trajectory visualization
You can run the following command for visualization.
```Shell
cd .utils/
python vis_trajectory.py
```
### Pretrained Model Preparation
We adopt the [ChilloutMix](https://civitai.com/models/6424/chilloutmix) as pretrained model for extraction of entity representation, please download the diffusers version:
```bash
mkdir -p utils/pretrained_models
cd utils/pretrained_models
# Diffusers-version ChilloutMix to utils/pretrained_models
git-lfs clone https://huggingface.co/windwhinny/chilloutmix.git
```
And you can download our pretrained model for the controlnet:
```bash
mkdir -p model_out/DragAnything
cd model_out/DragAnything
# Diffusers-version DragAnything to model_out/DragAnything
git-lfs clone https://huggingface.co/weijiawu/DragAnything
```
## :paintbrush: Train(Awaiting release) <!-- omit in toc -->
### 1) Semantic Embedding Extraction
```Shell
cd .utils/
python extract_semantic_point.py
```
### 2) Train DragAnything
For VIPSeg
```Shell
sh ./script/train_VIPSeg.sh
```
For YouTube VOS
```Shell
sh ./script/train_youtube_vos.sh
```
## :paintbrush: Evaluation <!-- omit in toc -->
### Evaluation for [FID](https://github.com/mseitzer/pytorch-fid)
```Shell
cd utils
sh Evaluation_FID.sh
```
### Evaluation for [Fréchet Video Distance (FVD)](https://github.com/hyenal/relate/blob/main/extras/README.md)
```Shell
cd utils/Eval_FVD
sh compute_fvd.sh
```
### Evaluation for Eval_ObjMC
```Shell
cd utils/Eval_ObjMC
python ./ObjMC.py
```
## :paintbrush: Inference for single video <!-- omit in toc -->
```Shell
python demo.py
```
or run the interactive inference with gradio (install the ```gradio==3.50.2```).
```Shell
cd ./script
```
download the weight of ```sam_vit_h_4b8939.pth``` from [SAM](https://github.com/facebookresearch/segment-anything?tab=readme-ov-file#model-checkpoints)
```Shell
python gradio_run.py
```
### :paintbrush: Visulization of pixel motion for the generated video <!-- omit in toc -->
```Shell
cd utils/co-tracker
python demo.py
```
## 📖BibTeX
@misc{wu2024draganything,
title={DragAnything: Motion Control for Anything using Entity Representation},
author={Weijia Wu, Zhuang Li, Yuchao Gu, Rui Zhao, Yefei He, David Junhao Zhang, Mike Zheng Shou, Yan Li, Tingting Gao, Di Zhang},
year={2024},
eprint={2403.07420},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
## 🤗Acknowledgements
- Thanks to [Diffusers](https://github.com/huggingface/diffusers) for the wonderful work and codebase.
- Thanks to [svd-temporal-controlnet](https://github.com/CiaraStrawberry/svd-temporal-controlnet) for the wonderful work and codebase.
- Thanks to chaojie for building [ComfyUI-DragAnything](https://github.com/chaojie/ComfyUI-DragAnything).
|