Santiago Hincapie-Potes commited on
Commit
c5689b8
1 Parent(s): 13a1b39

feat: add git url

Browse files
bosch-small-traffic-lights-dataset.py CHANGED
@@ -43,8 +43,8 @@ the color distribution may seem unusual.
43
  _HOMEPAGE = "https://hci.iwr.uni-heidelberg.de/content/bosch-small-traffic-lights-dataset"
44
  _LICENSE = "non-commercial use only"
45
  _URL = {
46
- "train": "train.tar.gz",
47
- "test": "test.tar.gz",
48
  }
49
 
50
  class BoschSmallTrafficLights(datasets.GeneratorBasedBuilder):
 
43
  _HOMEPAGE = "https://hci.iwr.uni-heidelberg.de/content/bosch-small-traffic-lights-dataset"
44
  _LICENSE = "non-commercial use only"
45
  _URL = {
46
+ "train": "https://huggingface.co/datasets/shpotes/bosch-small-traffic-lights-dataset/resolve/main/train.tar.gz",
47
+ "test": "https://huggingface.co/datasets/shpotes/bosch-small-traffic-lights-dataset/resolve/main/test.tar.gz",
48
  }
49
 
50
  class BoschSmallTrafficLights(datasets.GeneratorBasedBuilder):