poissonfish commited on
Commit
30d3101
1 Parent(s): 7c2fc91

Upload dataset

Browse files
1_top/daylight-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e69c63c77cf3ba702d4c865186b00dd7d7c12aa873387d55d1bd0b23af051e7
3
+ size 53904154
1_top/indoorlight-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f074a0528bcb8106cc5fa555b832b9a4a11b72be36ff5c272d4df4bb0cff50da
3
+ size 23066258
1_top/infrared-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2330e3559aace7cf858c19d9d3ace4c0b7a3948e9f6805ec239c3212e27d25a7
3
+ size 11736578
1_top/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4cfd9a2b4b8c4aa4d48e50feddd59be9403136236e581e947e020dfefcb9ed
3
+ size 8395008
1_top/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a842cde40ff6f51f36b78cca0d03b7883f5baa06fc7778bba74f75bbf29e28c
3
+ size 80307566
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: 0_all
4
  features:
5
  - name: image
6
  dtype: image
@@ -41,6 +41,56 @@ dataset_info:
41
  num_examples: 100
42
  download_size: 143837611
43
  dataset_size: 144249437.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  configs:
45
  - config_name: 0_all
46
  data_files:
@@ -48,4 +98,16 @@ configs:
48
  path: 0_all/train-*
49
  - split: test
50
  path: 0_all/test-*
 
 
 
 
 
 
 
 
 
 
 
 
51
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: 0_all
4
  features:
5
  - name: image
6
  dtype: image
 
41
  num_examples: 100
42
  download_size: 143837611
43
  dataset_size: 144249437.0
44
+ - config_name: 1_top
45
+ features:
46
+ - name: image
47
+ dtype: image
48
+ - name: width
49
+ dtype: int64
50
+ - name: height
51
+ dtype: int64
52
+ - name: n_cows
53
+ dtype: int64
54
+ - name: annotations
55
+ sequence:
56
+ - name: id
57
+ dtype: int64
58
+ - name: image_id
59
+ dtype: int64
60
+ - name: category_id
61
+ dtype: int64
62
+ - name: iscrowd
63
+ dtype: int64
64
+ - name: area
65
+ dtype: float64
66
+ - name: bbox
67
+ sequence: float64
68
+ length: 4
69
+ - name: segmentation
70
+ sequence:
71
+ sequence: int64
72
+ - name: image_id
73
+ dtype: int64
74
+ - name: filename
75
+ dtype: string
76
+ splits:
77
+ - name: daylight
78
+ num_bytes: 53998347.0
79
+ num_examples: 296
80
+ - name: indoorlight
81
+ num_bytes: 23086697.0
82
+ num_examples: 118
83
+ - name: infrared
84
+ num_bytes: 11752283.0
85
+ num_examples: 90
86
+ - name: train
87
+ num_bytes: 80432409.0
88
+ num_examples: 454
89
+ - name: test
90
+ num_bytes: 8404918.0
91
+ num_examples: 50
92
+ download_size: 177409564
93
+ dataset_size: 177674654.0
94
  configs:
95
  - config_name: 0_all
96
  data_files:
 
98
  path: 0_all/train-*
99
  - split: test
100
  path: 0_all/test-*
101
+ - config_name: 1_top
102
+ data_files:
103
+ - split: daylight
104
+ path: 1_top/daylight-*
105
+ - split: indoorlight
106
+ path: 1_top/indoorlight-*
107
+ - split: infrared
108
+ path: 1_top/infrared-*
109
+ - split: train
110
+ path: 1_top/train-*
111
+ - split: test
112
+ path: 1_top/test-*
113
  ---