Update README (license + structure)
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
- object-detection
|
| 5 |
tags:
|
|
@@ -53,4 +53,17 @@ for licensing details.
|
|
| 53 |
|
| 54 |
## Citation
|
| 55 |
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
- object-detection
|
| 5 |
tags:
|
|
|
|
| 53 |
|
| 54 |
## Citation
|
| 55 |
|
| 56 |
+
```bibtex
|
| 57 |
+
@inproceedings{kang2026event6d,
|
| 58 |
+
title = {Event6D: Event-based Novel Object 6D Pose Tracking},
|
| 59 |
+
author = {Kang, Jae-Young and
|
| 60 |
+
Cho, Hoonehee and
|
| 61 |
+
Lee, Taeyeop and
|
| 62 |
+
Kang, Minjun and
|
| 63 |
+
Wen, Bowen and
|
| 64 |
+
Kim, Youngho and
|
| 65 |
+
Yoon, Kuk-Jin},
|
| 66 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 67 |
+
year = {2026}
|
| 68 |
+
}
|
| 69 |
+
```
|