aliencaocao
commited on
Commit
•
9f2d890
1
Parent(s):
98cd3e8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- zero-shot-object-detection
|
5 |
+
- zero-shot-image-classification
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
+
---
|
9 |
+
# Described Flying Objects
|
10 |
+
|
11 |
+
This dataset was created for the [DSTA BrainHack TIL 2024](https://github.com/aliencaocao/TIL-2024) competition's VLM task. It includes various flying objects in backgrounds, and augmented with noise. Bounding box and short text description are provided. This is meant for open vocabulary object detection/classification tasks.
|
12 |
+
|
13 |
+
This dataset was created by [Ooi Xuan Shan](https://github.com/ooixs) from team 12000SGDPLUSHIE. Creation code can be found [here](https://github.com/aliencaocao/TIL-2024/blob/main/vlm/create_and_augment_new_data.ipynb).
|