SaulLu commited on
Commit
e142333
·
1 Parent(s): a9c4b78

add loading script

Browse files
Files changed (1) hide show
  1. Birdsnap.py +1 -1
Birdsnap.py CHANGED
@@ -45,7 +45,7 @@ _HOMEPAGE = ""
45
  # TODO: Add the licence for the dataset here if you can find it
46
  _LICENSE = ""
47
 
48
- _URL = {"images_test": "images/Acadian_Flycatcher.tar.gz", "images": "images/{archive_name}", "annotations": "annotations.tar.gz"}
49
  # "http://thomasberg.org/datasets/birdsnap/1.1/birdsnap.tgz"
50
 
51
  _IMAGES_ARCHIVES = [
 
45
  # TODO: Add the licence for the dataset here if you can find it
46
  _LICENSE = ""
47
 
48
+ _URL = {"images": "images/{archive_name}", "annotations": "annotations.tar.gz"}
49
  # "http://thomasberg.org/datasets/birdsnap/1.1/birdsnap.tgz"
50
 
51
  _IMAGES_ARCHIVES = [