Update README.md
Browse files
README.md
CHANGED
|
@@ -41,10 +41,10 @@ python -m scripts.eval.myriad_eval.owm --checkpoint-path path/to/checkpoint -da
|
|
| 41 |
If you find our data or code useful, please cite our paper:
|
| 42 |
|
| 43 |
```bibtex
|
| 44 |
-
@inproceedings{
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
}
|
| 50 |
```
|
|
|
|
| 41 |
If you find our data or code useful, please cite our paper:
|
| 42 |
|
| 43 |
```bibtex
|
| 44 |
+
@inproceedings{baumann2026envisioning,
|
| 45 |
+
title={Envisioning the Future, One Step at a Time},
|
| 46 |
+
author={Baumann, Stefan Andreas and Wiese, Jannik and Martorella, Tommaso and Kalayeh, Mahdi M. and Ommer, Bjorn},
|
| 47 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 48 |
+
year={2026}
|
| 49 |
}
|
| 50 |
```
|