Upload dataset
Browse files- COCOtext/train-00000-of-00001.parquet +3 -0
- COCOtext/val-00000-of-00001.parquet +3 -0
- README.md +57 -0
COCOtext/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab86c62d37ae6dfcaf94899e36ccf96b7a1e15838fb19499ae0cfb19427b0933
|
3 |
+
size 12875520
|
COCOtext/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f22cd5943db49340583de2d7d067e4fc4a061a1c4df0796789951bd17fafa857
|
3 |
+
size 2404919
|
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: COCOtext
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: COCOtext/train-*
|
8 |
+
- split: val
|
9 |
+
path: COCOtext/val-*
|
10 |
+
dataset_info:
|
11 |
+
config_name: COCOtext
|
12 |
+
features:
|
13 |
+
- name: sample_id
|
14 |
+
dtype: string
|
15 |
+
- name: dataset_name
|
16 |
+
dtype: string
|
17 |
+
- name: task_name
|
18 |
+
dtype: string
|
19 |
+
- name: query
|
20 |
+
sequence: string
|
21 |
+
- name: annotations
|
22 |
+
sequence: string
|
23 |
+
- name: img_id
|
24 |
+
dtype: string
|
25 |
+
- name: query_info
|
26 |
+
struct:
|
27 |
+
- name: notes
|
28 |
+
dtype: string
|
29 |
+
- name: source_attribution
|
30 |
+
sequence: string
|
31 |
+
- name: source_license
|
32 |
+
dtype: string
|
33 |
+
- name: source_url
|
34 |
+
dtype: string
|
35 |
+
- name: annotations_info
|
36 |
+
struct:
|
37 |
+
- name: notes
|
38 |
+
dtype: string
|
39 |
+
- name: source_attribution
|
40 |
+
sequence: string
|
41 |
+
- name: source_license
|
42 |
+
dtype: string
|
43 |
+
- name: source_url
|
44 |
+
dtype: string
|
45 |
+
- name: image_info
|
46 |
+
struct:
|
47 |
+
- name: notes
|
48 |
+
dtype: string
|
49 |
+
- name: image_sha256
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 66261559
|
54 |
+
num_examples: 46970
|
55 |
+
- name: val
|
56 |
+
num_bytes: 12498555
|
57 |
+
num_examples: 8892
|
58 |
+
download_size: 15280439
|
59 |
+
dataset_size: 78760114
|
60 |
---
|