Commit ·
4db6753
1
Parent(s): 2e3f1ff
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
This is the model card for the EVREAL paper: https://arxiv.org/abs/2305.00434
|
| 6 |
+
|
| 7 |
+
## Citations
|
| 8 |
+
|
| 9 |
+
If you use this library in an academic context, please cite the following:
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
@inproceedings{ercan2023evreal,
|
| 13 |
+
title={{EVREAL}: Towards a Comprehensive Benchmark and Analysis Suite for Event-based Video Reconstruction},
|
| 14 |
+
author={Ercan, Burak and Eker, Onur and Erdem, Aykut and Erdem, Erkut},
|
| 15 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
|
| 16 |
+
month={June},
|
| 17 |
+
year={2023},
|
| 18 |
+
pages={3942-3951}}
|
| 19 |
+
```
|