Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
License:
yaojin17 commited on
Commit
baf6224
·
verified ·
1 Parent(s): e35cb61

Change license to CC BY 4.0

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # COCO3D
6
+
7
+ 3D bounding box annotations for COCO images, produced by
8
+ [LabelAny3D](https://github.com/UVA-Computer-Vision-Lab/LabelAny3D).
9
+
10
+ | Split | Images | Annotations | Categories |
11
+ |---|---|---|---|
12
+ | val | 2,010 | 5,409 | 80 |
13
+ | train | 15,869 | 86,395 | 80 |
14
+
15
+ Format follows [Omni3D](https://github.com/facebookresearch/omni3d).
16
+
17
+ ## License
18
+
19
+ CC BY 4.0 covers our 3D annotations only. Images are not redistributed here —
20
+ they are referenced by COCO image id and file path, and remain under the
21
+ original [COCO terms of use](https://cocodataset.org/#termsofuse).
22
+
23
+ ## Citation
24
+
25
+ ```BibTeX
26
+ @inproceedings{yao2025labelany3d,
27
+ title={LabelAny3D: Label Any Object 3D in the Wild},
28
+ author={Jin Yao and Radowan Mahmud Redoy and Sebastian Elbaum and Matthew B. Dwyer and Zezhou Cheng},
29
+ booktitle={Neural Information Processing Systems (NeurIPS)},
30
+ year={2025}
31
+ }
32
+ ```