Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,22 @@ base_model:
|
|
| 5 |
pipeline_tag: video-to-video
|
| 6 |
---
|
| 7 |
|
|
|
|
| 8 |
Pretrained weights for **AutoAWG: Adverse Weather Generation with Adaptive Multi-Controls for Automotive Videos**
|
| 9 |
|
| 10 |
-
Our code is available at: https://github.com/higherhu/AutoAWG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pipeline_tag: video-to-video
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# Intro
|
| 9 |
Pretrained weights for **AutoAWG: Adverse Weather Generation with Adaptive Multi-Controls for Automotive Videos**
|
| 10 |
|
| 11 |
+
Our code is available at: https://github.com/higherhu/AutoAWG
|
| 12 |
+
|
| 13 |
+
# Citation
|
| 14 |
+
If you find our repo useful for your research, please consider citing our paper:
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@inproceedings{hu2026autoawg,
|
| 18 |
+
author={Hu, Jiagao and Zhou, Daiguo and Fu, Danzhen and Li, Fuhao and Wang, Zepeng and Wang, Fei and Liao, Wenhua and Xie, Jiayi and Sun, Haiyang},
|
| 19 |
+
title={AutoAWG: Adverse Weather Generation with Adaptive Multi-Controls for Automotive Videos},
|
| 20 |
+
booktitle = {Proceedings of the 2026 International Conference on Multimedia Retrieval, {ICMR} 2026, Amsterdam, Netherlands, 16 - 19 June 2026},
|
| 21 |
+
publisher = {{ACM}},
|
| 22 |
+
year = {2026},
|
| 23 |
+
url = {https://doi.org/10.1145/3805622.3810849},
|
| 24 |
+
doi = {10.1145/3805622.3810849},
|
| 25 |
+
}
|
| 26 |
+
```
|