Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Size:
10K - 100K
License:
Bazyl
commited on
Commit
·
cadced2
1
Parent(s):
a06c15f
update dataset_info
Browse files- dataset_infos.json +2 -2
- gtsrb.py +2 -2
dataset_infos.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:430e0b16e2da844865cbd5f6cd55a99d96534ce96b699bcbe9d41dbd870679a6
|
3 |
+
size 6139
|
gtsrb.py
CHANGED
@@ -73,8 +73,8 @@ _FEATURES = datasets.Features({
|
|
73 |
"Roi.X2": datasets.Value("uint8"),
|
74 |
"Roi.Y2": datasets.Value("uint8"),
|
75 |
"ClassId": datasets.Value("uint8"),
|
76 |
-
|
77 |
-
"Path": datasets.Value("string"),
|
78 |
})
|
79 |
|
80 |
_URL = "https://github.com/bazylhorsey/gtsrb/archive/refs/tags/0.0.0.tar.gz"
|
|
|
73 |
"Roi.X2": datasets.Value("uint8"),
|
74 |
"Roi.Y2": datasets.Value("uint8"),
|
75 |
"ClassId": datasets.Value("uint8"),
|
76 |
+
"Path": datasets.Image("png"),
|
77 |
+
# "Path": datasets.Value("string"),
|
78 |
})
|
79 |
|
80 |
_URL = "https://github.com/bazylhorsey/gtsrb/archive/refs/tags/0.0.0.tar.gz"
|