Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Human-verified labels and images from the [OpenImages](https://storage.googleapis.com/openimages/web/download_v7.html) dataset, excluding the 1.9M subset that has dense annotations.
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: image_id
|
7 |
+
dtype: string
|
8 |
+
- name: original_url
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: labels
|
13 |
+
list:
|
14 |
+
- name: label
|
15 |
+
dtype: string
|
16 |
+
- name: confidence
|
17 |
+
dtype: float32
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
Human-verified labels and images from the [OpenImages](https://storage.googleapis.com/openimages/web/download_v7.html) dataset, excluding the 1.9M subset that has dense annotations.
|