linxxx3 commited on
Commit
02ed941
·
verified ·
1 Parent(s): 7774e32

Upload benchmark torch datasets: pixmo_datasets/pixmo-points-eval

Browse files
pixmo_datasets/pixmo-points-eval/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0b16843902e87482e7e587746ca3faea3b27396c5cfd337d8504ad67c6eee20
3
+ size 22637976
pixmo_datasets/pixmo-points-eval/dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "pixmo-points-eval",
6
+ "dataset_size": 59685505,
7
+ "description": "",
8
+ "download_size": 3154059,
9
+ "features": {
10
+ "image_url": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "image_sha256": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "dtype": "string",
20
+ "_type": "Value"
21
+ },
22
+ "points": {
23
+ "feature": {
24
+ "x": {
25
+ "dtype": "float64",
26
+ "_type": "Value"
27
+ },
28
+ "y": {
29
+ "dtype": "float64",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "_type": "List"
34
+ },
35
+ "masks": {
36
+ "feature": {
37
+ "feature": {
38
+ "feature": {
39
+ "dtype": "bool",
40
+ "_type": "Value"
41
+ },
42
+ "_type": "List"
43
+ },
44
+ "_type": "List"
45
+ },
46
+ "_type": "List"
47
+ },
48
+ "image": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ }
52
+ },
53
+ "homepage": "",
54
+ "license": "",
55
+ "size_in_bytes": 62839564,
56
+ "splits": {
57
+ "test": {
58
+ "name": "test",
59
+ "num_bytes": 59685505,
60
+ "num_examples": 436,
61
+ "dataset_name": "pixmo-points-eval"
62
+ }
63
+ },
64
+ "version": {
65
+ "version_str": "0.0.0",
66
+ "major": 0,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }
pixmo_datasets/pixmo-points-eval/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "efa5d9d4f7606e88",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }