tpoellabauer commited on
Commit
5d7b357
·
verified ·
1 Parent(s): 03c5489

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - object-detection
5
+ pretty_name: 'YCB-LUMA: YCB Object Dataset with Luminance Keying for Object Localization'
6
+ ---
7
+ We provide our additional recordings of objects of the YCB object dataset, complementing our previous release of the YCB-V subset (to be found at https://huggingface.co/datasets/tpoellabauer/YCB-V-LUMA)
8
+
9
+ ![Teaser Image](teaser.jpeg)
10
+
11
+ Code for processing can be found at https://github.com/tpoellabauer/ycb-luma
12
+
13
+ If you find our work useful, please consider citing our paper.
14
+ ```
15
+ @misc{pöllabauer2024ycblumaycbobjectdataset,
16
+ title={YCB-LUMA: YCB Object Dataset with Luminance Keying for Object Localization},
17
+ author={Thomas Pöllabauer},
18
+ year={2024},
19
+ eprint={2411.13149},
20
+ archivePrefix={arXiv},
21
+ primaryClass={cs.CV},
22
+ url={https://arxiv.org/abs/2411.13149},
23
+ }
24
+ ```