tpoellabauer
commited on
Commit
•
b901d43
1
Parent(s):
e85c392
Create README.MD
Browse files
README.MD
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
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)
|
5 |
+
|
6 |
+
![Teaser Image](teaser.jpeg)
|
7 |
+
|
8 |
+
Code for processing can be found at https://github.com/tpoellabauer/ycb-luma
|
9 |
+
|
10 |
+
If you find our work useful, please consider citing our paper.
|
11 |
+
```
|
12 |
+
@misc{pöllabauer2024ycblumaycbobjectdataset,
|
13 |
+
title={YCB-LUMA: YCB Object Dataset with Luminance Keying for Object Localization},
|
14 |
+
author={Thomas Pöllabauer},
|
15 |
+
year={2024},
|
16 |
+
eprint={2411.13149},
|
17 |
+
archivePrefix={arXiv},
|
18 |
+
primaryClass={cs.CV},
|
19 |
+
url={https://arxiv.org/abs/2411.13149},
|
20 |
+
}
|
21 |
+
```
|