mickeykang commited on
Commit
b6e9052
·
verified ·
1 Parent(s): 54ffde7

Update README (license + structure)

Browse files
Files changed (1) hide show
  1. README.md +15 -2
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
- Please cite Event6D (CVPR 2026) if you use this data.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```