add loading script
Browse files- 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 = {"
|
| 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 = [
|