tpoellabauer
commited on
Commit
•
f1f2911
1
Parent(s):
a6b062c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
Code for image extraction at https://github.com/tpoellabauer/FastDataAcquisition-ObjDetSeg
|
5 |
+
|
6 |
+
If you find our work useful, please consider citing our paper.
|
7 |
+
```
|
8 |
+
@misc{pöllabauer2024fast,
|
9 |
+
title={Fast Training Data Acquisition for Object Detection and Segmentation using Black Screen Luminance Keying},
|
10 |
+
author={Thomas Pöllabauer and Volker Knauthe and André Boller and Arjan Kuijper and Dieter Fellner},
|
11 |
+
year={2024},
|
12 |
+
eprint={2405.07653},
|
13 |
+
archivePrefix={arXiv},
|
14 |
+
primaryClass={cs.CV}
|
15 |
+
}
|
16 |
+
```
|