Datasets:

Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
Bazyl commited on
Commit
cadced2
1 Parent(s): a06c15f

update dataset_info

Browse files
Files changed (2) hide show
  1. dataset_infos.json +2 -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:9d6f6e96b66d05e006ef9f0ac2dab481931d4131fac0390ec936e13975cb95b3
3
- size 3075
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
- # "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"
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"