AnthonyGosselin commited on
Commit
9ffc2fd
·
verified ·
1 Parent(s): f984c7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  ---
4
 
5
  # Model Card for Ctrl-Crash
@@ -28,7 +30,7 @@ TODO: Provide a longer summary of what this model is.
28
 
29
  - Visit the **project page** for demos: https://anthonygosselin.github.io/Ctrl-Crash-ProjectPage/
30
  - Visit the **repository** to get started: https://github.com/CtrlCrash-Anonymous/Ctrl-Crash-Anonymous
31
- - Read the **paper** for more details:** TODO link to paper
32
 
33
 
34
  This model uses the Stability AI Image-to-Video model (SVD 1.1) as a base model: https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1
@@ -44,4 +46,14 @@ TODO: Here we can describe the different operation modes (Reconstruction, Predic
44
  TODO: Limitations of model
45
 
46
  **BibTeX:**
47
- TODO: Add BibTeX
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ base_model:
4
+ - stabilityai/stable-video-diffusion-img2vid-xt-1-1
5
  ---
6
 
7
  # Model Card for Ctrl-Crash
 
30
 
31
  - Visit the **project page** for demos: https://anthonygosselin.github.io/Ctrl-Crash-ProjectPage/
32
  - Visit the **repository** to get started: https://github.com/CtrlCrash-Anonymous/Ctrl-Crash-Anonymous
33
+ - Read the **paper** for more details: https://arxiv.org/abs/2506.00227
34
 
35
 
36
  This model uses the Stability AI Image-to-Video model (SVD 1.1) as a base model: https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1
 
46
  TODO: Limitations of model
47
 
48
  **BibTeX:**
49
+ ```bibtex
50
+ @misc{gosselin2025ctrlcrashcontrollablediffusionrealistic,
51
+ title={Ctrl-Crash: Controllable Diffusion for Realistic Car Crashes},
52
+ author={Anthony Gosselin and Ge Ya Luo and Luis Lara and Florian Golemo and Derek Nowrouzezahrai and Liam Paull and Alexia Jolicoeur-Martineau and Christopher Pal},
53
+ year={2025},
54
+ eprint={2506.00227},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CV},
57
+ url={https://arxiv.org/abs/2506.00227},
58
+ }
59
+ ```