ask password only at download
Browse files
ecoset.py
CHANGED
@@ -16,9 +16,6 @@ from botocore import UNSIGNED
|
|
16 |
from botocore.client import Config
|
17 |
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
# TODO: Add BibTeX citation
|
22 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
23 |
_CITATION = """\
|
24 |
@article{mehrer2021ecologically,
|
@@ -32,7 +29,6 @@ _CITATION = """\
|
|
32 |
}
|
33 |
"""
|
34 |
|
35 |
-
# TODO: Add description of the dataset here
|
36 |
# You can copy an official description
|
37 |
_DESCRIPTION = """\
|
38 |
Tired of all the dogs in ImageNet (ILSVRC)? Then ecoset is here for you. 1.5m images
|
@@ -43,22 +39,25 @@ trained deep neural network models, code to interact with them, and published pa
|
|
43 |
using it.
|
44 |
"""
|
45 |
|
46 |
-
#
|
47 |
_HOMEPAGE = "https://www.kietzmannlab.org/ecoset/"
|
48 |
|
49 |
-
#
|
50 |
_LICENSE = "CC BY NC SA 2.0"
|
51 |
|
52 |
-
#
|
53 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
54 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
55 |
_URLS = {
|
56 |
-
#"codeocean": "https://files.codeocean.com/datasets/verified/0ab003f4-ff2d-4de3-b4f8-b6e349c0e5e5/ecoset.zip?download",
|
57 |
"codeocean": "s3://codeocean-datasets/0ab003f4-ff2d-4de3-b4f8-b6e349c0e5e5/ecoset.zip",
|
58 |
}
|
59 |
|
60 |
labels = ['cymbals', 'bison', 'lemonade', 'crib', 'chestnut', 'mosquito', 'aloe', 'extinguisher', 'onion', 'starfish', 'basket', 'jar', 'snail', 'mushroom', 'coffin', 'joystick', 'raspberry', 'gearshift', 'tyrannosaurus', 'stadium', 'telescope', 'blueberry', 'hippo', 'cannabis', 'hairbrush', 'river', 'artichoke', 'wallet', 'city', 'bee', 'rifle', 'boar', 'bib', 'envelope', 'silverfish', 'shower', 'curtain', 'pinwheel', 'guillotine', 'snowplow', 'hut', 'jukebox', 'gecko', 'marshmallow', 'lobster', 'flashlight', 'breadfruit', 'cow', 'spoon', 'blender', 'croissant', 'greenhouse', 'church', 'antenna', 'monkey', 'zucchini', 'snake', 'manatee', 'child', 'table', 'winterberry', 'sloth', 'cannon', 'baguette', 'persimmon', 'candelabra', 'necklace', 'flag', 'geyser', 'thermos', 'tweezers', 'chandelier', 'kebab', 'mailbox', 'steamroller', 'crayon', 'lawnmower', 'pomegranate', 'fire', 'violin', 'matchstick', 'train', 'hamster', 'bobsleigh', 'boat', 'bullet', 'forklift', 'clock', 'saltshaker', 'anteater', 'crowbar', 'lightbulb', 'pier', 'muffin', 'paintbrush', 'crawfish', 'bench', 'nectarine', 'eyedropper', 'backpack', 'goat', 'hotplate', 'fishnet', 'robot', 'rice', 'shovel', 'candle', 'blimp', 'bridge', 'mountain', 'coleslaw', 'stagecoach', 'waterfall', 'ladle', 'radiator', 'drain', 'tray', 'house', 'key', 'skunk', 'lake', 'earpiece', 'gazebo', 'blackberry', 'groundhog', 'paperclip', 'cookie', 'milk', 'rug', 'thermostat', 'milkshake', 'scoreboard', 'bean', 'giraffe', 'antelope', 'newsstand', 'camcorder', 'sawmill', 'balloon', 'ladder', 'videotape', 'microphone', 'coin', 'hay', 'moth', 'octopus', 'honeycomb', 'wrench', 'cane', 'bobcat', 'banner', 'newspaper', 'reef', 'worm', 'cucumber', 'beach', 'couch', 'streetlamp', 'rhino', 'ceiling', 'cupcake', 'hourglass', 'caterpillar', 'tamale', 'asparagus', 'flower', 'frog', 'dog', 'knife', 'lamp', 'walnut', 'grape', 'scone', 'peanut', 'ferret', 'kettle', 'elephant', 'oscilloscope', 'weasel', 'guava', 'gramophone', 'stove', 'bamboo', 'chicken', 'guacamole', 'toolbox', 'tractor', 'tiger', 'butterfly', 'coffeepot', 'bus', 'meteorite', 'fish', 'graveyard', 'blowtorch', 'grapefruit', 'cat', 'jellyfish', 'carousel', 'wheat', 'tadpole', 'kazoo', 'raccoon', 'typewriter', 'scissors', 'pothole', 'earring', 'drawers', 'cup', 'warthog', 'wall', 'lighthouse', 'burrito', 'cassette', 'nacho', 'sink', 'seashell', 'bed', 'noodles', 'woman', 'rabbit', 'fence', 'pistachio', 'pencil', 'hotdog', 'ball', 'ship', 'strawberry', 'pan', 'custard', 'dolphin', 'tent', 'bun', 'tortilla', 'tumbleweed', 'playground', 'scallion', 'anchor', 'hare', 'waterspout', 'dough', 'burner', 'kale', 'razor', 'chocolate', 'doughnut', 'squeegee', 'bandage', 'beaver', 'refrigerator', 'cork', 'anvil', 'microchip', 'banana', 'thumbtack', 'chair', 'sharpener', 'bird', 'castle', 'wand', 'doormat', 'celery', 'steak', 'ant', 'apple', 'cave', 'scaffolding', 'bell', 'towel', 'mantis', 'thimble', 'bowl', 'chess', 'pickle', 'lollypop', 'leek', 'barrel', 'dollhouse', 'tapioca', 'spareribs', 'fig', 'apricot', 'strongbox', 'brownie', 'beaker', 'manhole', 'piano', 'whale', 'hammer', 'dishrag', 'pecan', 'highlighter', 'pretzel', 'earwig', 'cogwheel', 'trashcan', 'syringe', 'turnip', 'pear', 'lettuce', 'hedgehog', 'guardrail', 'bubble', 'pineapple', 'burlap', 'moon', 'spider', 'fern', 'binoculars', 'gravel', 'plum', 'scorpion', 'cube', 'squirrel', 'book', 'crouton', 'bag', 'lantern', 'parsley', 'jaguar', 'thyme', 'oyster', 'kumquat', 'chinchilla', 'cherry', 'umbrella', 'bicycle', 'eggbeater', 'pig', 'kitchen', 'fondue', 'treadmill', 'casket', 'papaya', 'beetle', 'shredder', 'grasshopper', 'anthill', 'chili', 'bottle', 'calculator', 'gondola', 'pizza', 'compass', 'mop', 'hamburger', 'chipmunk', 'bagel', 'outhouse', 'pliers', 'wolf', 'matchbook', 'corn', 'salamander', 'lasagna', 'stethoscope', 'eggroll', 'avocado', 'eggplant', 'mouse', 'walrus', 'sprinkler', 'glass', 'cauldron', 'parsnip', 'canoe', 'pancake', 'koala', 'deer', 'chalk', 'urinal', 'toilet', 'cabbage', 'platypus', 'lizard', 'leopard', 'cake', 'hammock', 'defibrillator', 'sundial', 'beet', 'popcorn', 'spinach', 'cauliflower', 'canyon', 'spacecraft', 'teapot', 'tunnel', 'porcupine', 'jail', 'spearmint', 'dustpan', 'calipers', 'toast', 'drum', 'phone', 'wire', 'alligator', 'vase', 'motorcycle', 'toothpick', 'coconut', 'lion', 'turtle', 'cheetah', 'bugle', 'casino', 'fountain', 'pie', 'bread', 'meatball', 'windmill', 'gun', 'projector', 'chameleon', 'tomato', 'nutmeg', 'plate', 'bulldozer', 'camel', 'sphinx', 'mall', 'hanger', 'ukulele', 'wheelbarrow', 'ring', 'dildo', 'loudspeaker', 'odometer', 'ruler', 'mousetrap', 'breadbox', 'parachute', 'bolt', 'bracelet', 'library', 'otter', 'airplane', 'pea', 'tongs', 'cactus', 'knot', 'shrimp', 'computer', 'sheep', 'television', 'melon', 'kangaroo', 'helicopter', 'birdcage', 'pumpkin', 'dishwasher', 'crocodile', 'stairs', 'garlic', 'barnacle', 'crate', 'lime', 'axe', 'hairpin', 'egg', 'emerald', 'candy', 'stegosaurus', 'broom', 'mistletoe', 'submarine', 'fireworks', 'peach', 'ape', 'chalkboard', 'bumblebee', 'potato', 'battery', 'guitar', 'opossum', 'volcano', 'llama', 'ashtray', 'sieve', 'coliseum', 'cinnamon', 'moose', 'tree', 'donkey', 'wasp', 'corkscrew', 'gargoyle', 'taco', 'macadamia', 'camera', 'mandolin', 'kite', 'cranberry', 'thermometer', 'tofu', 'closet', 'hovercraft', 'escalator', 'horseshoe', 'wristwatch', 'lemon', 'sushi', 'rat', 'rainbow', 'pillow', 'radish', 'granola', 'okra', 'pastry', 'mango', 'dragonfly', 'flashbulb', 'chalice', 'acorn', 'birdhouse', 'gooseberry', 'locker', 'padlock', 'missile', 'clarinet', 'panda', 'iceberg', 'road', 'flea', 'hazelnut', 'cockroach', 'needle', 'omelet', 'desert', 'condom', 'graffiti', 'iguana', 'bucket', 'photocopier', 'blanket', 'microscope', 'horse', 'nest', 'screwdriver', 'toaster', 'car', 'doll', 'salsa', 'man', 'zebra', 'stapler', 'grate', 'truck', 'bear', 'carrot', 'auditorium', 'cashew', 'shield', 'crown', 'altar', 'pudding', 'cheese', 'rhubarb', 'broccoli', 'tower', 'cumin', 'elevator', 'wheelchair', 'flyswatter']
|
61 |
|
|
|
|
|
|
|
62 |
# Name of the dataset usually match the script name with CamelCase instead of snake_case
|
63 |
class Ecoset(datasets.GeneratorBasedBuilder):
|
64 |
"""Ecoset is a large clean and ecologically valid image dataset."""
|
@@ -83,12 +82,11 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
83 |
DEFAULT_CONFIG_NAME = "Full" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
84 |
|
85 |
def _info(self):
|
86 |
-
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
87 |
|
|
|
88 |
features=datasets.Features(
|
89 |
{
|
90 |
"image": datasets.Image(),
|
91 |
-
#"label": datasets.ClassLabel(names=list(IMAGENET2012_CLASSES.values())),
|
92 |
"label": datasets.ClassLabel(names=labels),
|
93 |
}
|
94 |
)
|
@@ -97,28 +95,30 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
97 |
description=_DESCRIPTION,
|
98 |
# This defines the different columns of the dataset and their types
|
99 |
features=features, # Here we define them above because they are different between the two configurations
|
100 |
-
# If there's a common (input, target) tuple from the features, uncomment supervised_keys line below and
|
101 |
-
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
102 |
-
# supervised_keys=("sentence", "label"),
|
103 |
# Homepage of the dataset for documentation
|
104 |
homepage=_HOMEPAGE,
|
105 |
# License for the dataset if available
|
106 |
license=_LICENSE,
|
107 |
# Citation for the dataset
|
108 |
citation=_CITATION,
|
|
|
109 |
task_templates=[datasets.tasks.ImageClassification(image_column="image", label_column="label")],
|
110 |
)
|
111 |
|
112 |
|
113 |
def _split_generators(self, dl_manager):
|
114 |
-
#
|
115 |
-
|
116 |
-
"agreement found under:\nhttps://codeocean.com/capsule/9570390"
|
117 |
-
"\nand enter the mentioned password.\n\nPlease Enter Password:\n")
|
118 |
def abslist(path):
|
|
|
119 |
return [op.join(path, p) for p in os.listdir(path)]
|
120 |
|
121 |
def s3_zipfile_download(source_url, target_dir):
|
|
|
|
|
|
|
|
|
|
|
122 |
s3 = S3FileSystem(anon=True, use_ssl=False, default_block_size=int(15 * 2**20))
|
123 |
with s3.open(source_url, "rb") as raw_filw:
|
124 |
with ZipFile(raw_filw, compression=zipfile.ZIP_DEFLATED, allowZip64=True) as zip_file:
|
@@ -128,6 +128,10 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
128 |
|
129 |
|
130 |
def subprocess_download(source_url, target_dir):
|
|
|
|
|
|
|
|
|
131 |
# download
|
132 |
urlinfo = urlparse(source_url, allow_fragments=False)
|
133 |
if not op.exists(target_dir):
|
@@ -139,16 +143,16 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
139 |
# unzip
|
140 |
# Expand-Archive -LiteralPath <PathToZipFile> -DestinationPath <PathToDestination>
|
141 |
subprocess.call(["unzip", "-P", password.encode("ascii"), "-o", zip_path, "-d", target_dir], shell=False)
|
142 |
-
|
|
|
|
|
143 |
if platform.system() in ("Linux", "Darwin"):
|
144 |
-
print('Using "fast" Linux/Mac Download and Unzipping. This will take about 15h on a typical Computer.')
|
145 |
archives = dl_manager.download_custom(_URLS["codeocean"], subprocess_download)
|
146 |
else:
|
147 |
-
print('Using slow Windows Download and Unzipping. This can take up to 70h on a typical Computer. Sorry.')
|
148 |
archives = dl_manager.download_custom(_URLS["codeocean"], s3_zipfile_download)
|
149 |
|
150 |
#archives = dl_manager.download(_URLS["codeocean"])
|
151 |
-
print(archives)
|
152 |
|
153 |
# create a dict containing all files
|
154 |
split_dict = {split:[] for split in ("train", "val", "test")}
|
|
|
16 |
from botocore.client import Config
|
17 |
|
18 |
|
|
|
|
|
|
|
19 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
20 |
_CITATION = """\
|
21 |
@article{mehrer2021ecologically,
|
|
|
29 |
}
|
30 |
"""
|
31 |
|
|
|
32 |
# You can copy an official description
|
33 |
_DESCRIPTION = """\
|
34 |
Tired of all the dogs in ImageNet (ILSVRC)? Then ecoset is here for you. 1.5m images
|
|
|
39 |
using it.
|
40 |
"""
|
41 |
|
42 |
+
# official homepage for the dataset here
|
43 |
_HOMEPAGE = "https://www.kietzmannlab.org/ecoset/"
|
44 |
|
45 |
+
# licence for the dataset here
|
46 |
_LICENSE = "CC BY NC SA 2.0"
|
47 |
|
48 |
+
# dataset URLs here
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
_URLS = {
|
52 |
+
#"codeocean": "https://files.codeocean.com/datasets/verified/0ab003f4-ff2d-4de3-b4f8-b6e349c0e5e5/ecoset.zip?download", # codeocean cancels after 50GB
|
53 |
"codeocean": "s3://codeocean-datasets/0ab003f4-ff2d-4de3-b4f8-b6e349c0e5e5/ecoset.zip",
|
54 |
}
|
55 |
|
56 |
labels = ['cymbals', 'bison', 'lemonade', 'crib', 'chestnut', 'mosquito', 'aloe', 'extinguisher', 'onion', 'starfish', 'basket', 'jar', 'snail', 'mushroom', 'coffin', 'joystick', 'raspberry', 'gearshift', 'tyrannosaurus', 'stadium', 'telescope', 'blueberry', 'hippo', 'cannabis', 'hairbrush', 'river', 'artichoke', 'wallet', 'city', 'bee', 'rifle', 'boar', 'bib', 'envelope', 'silverfish', 'shower', 'curtain', 'pinwheel', 'guillotine', 'snowplow', 'hut', 'jukebox', 'gecko', 'marshmallow', 'lobster', 'flashlight', 'breadfruit', 'cow', 'spoon', 'blender', 'croissant', 'greenhouse', 'church', 'antenna', 'monkey', 'zucchini', 'snake', 'manatee', 'child', 'table', 'winterberry', 'sloth', 'cannon', 'baguette', 'persimmon', 'candelabra', 'necklace', 'flag', 'geyser', 'thermos', 'tweezers', 'chandelier', 'kebab', 'mailbox', 'steamroller', 'crayon', 'lawnmower', 'pomegranate', 'fire', 'violin', 'matchstick', 'train', 'hamster', 'bobsleigh', 'boat', 'bullet', 'forklift', 'clock', 'saltshaker', 'anteater', 'crowbar', 'lightbulb', 'pier', 'muffin', 'paintbrush', 'crawfish', 'bench', 'nectarine', 'eyedropper', 'backpack', 'goat', 'hotplate', 'fishnet', 'robot', 'rice', 'shovel', 'candle', 'blimp', 'bridge', 'mountain', 'coleslaw', 'stagecoach', 'waterfall', 'ladle', 'radiator', 'drain', 'tray', 'house', 'key', 'skunk', 'lake', 'earpiece', 'gazebo', 'blackberry', 'groundhog', 'paperclip', 'cookie', 'milk', 'rug', 'thermostat', 'milkshake', 'scoreboard', 'bean', 'giraffe', 'antelope', 'newsstand', 'camcorder', 'sawmill', 'balloon', 'ladder', 'videotape', 'microphone', 'coin', 'hay', 'moth', 'octopus', 'honeycomb', 'wrench', 'cane', 'bobcat', 'banner', 'newspaper', 'reef', 'worm', 'cucumber', 'beach', 'couch', 'streetlamp', 'rhino', 'ceiling', 'cupcake', 'hourglass', 'caterpillar', 'tamale', 'asparagus', 'flower', 'frog', 'dog', 'knife', 'lamp', 'walnut', 'grape', 'scone', 'peanut', 'ferret', 'kettle', 'elephant', 'oscilloscope', 'weasel', 'guava', 'gramophone', 'stove', 'bamboo', 'chicken', 'guacamole', 'toolbox', 'tractor', 'tiger', 'butterfly', 'coffeepot', 'bus', 'meteorite', 'fish', 'graveyard', 'blowtorch', 'grapefruit', 'cat', 'jellyfish', 'carousel', 'wheat', 'tadpole', 'kazoo', 'raccoon', 'typewriter', 'scissors', 'pothole', 'earring', 'drawers', 'cup', 'warthog', 'wall', 'lighthouse', 'burrito', 'cassette', 'nacho', 'sink', 'seashell', 'bed', 'noodles', 'woman', 'rabbit', 'fence', 'pistachio', 'pencil', 'hotdog', 'ball', 'ship', 'strawberry', 'pan', 'custard', 'dolphin', 'tent', 'bun', 'tortilla', 'tumbleweed', 'playground', 'scallion', 'anchor', 'hare', 'waterspout', 'dough', 'burner', 'kale', 'razor', 'chocolate', 'doughnut', 'squeegee', 'bandage', 'beaver', 'refrigerator', 'cork', 'anvil', 'microchip', 'banana', 'thumbtack', 'chair', 'sharpener', 'bird', 'castle', 'wand', 'doormat', 'celery', 'steak', 'ant', 'apple', 'cave', 'scaffolding', 'bell', 'towel', 'mantis', 'thimble', 'bowl', 'chess', 'pickle', 'lollypop', 'leek', 'barrel', 'dollhouse', 'tapioca', 'spareribs', 'fig', 'apricot', 'strongbox', 'brownie', 'beaker', 'manhole', 'piano', 'whale', 'hammer', 'dishrag', 'pecan', 'highlighter', 'pretzel', 'earwig', 'cogwheel', 'trashcan', 'syringe', 'turnip', 'pear', 'lettuce', 'hedgehog', 'guardrail', 'bubble', 'pineapple', 'burlap', 'moon', 'spider', 'fern', 'binoculars', 'gravel', 'plum', 'scorpion', 'cube', 'squirrel', 'book', 'crouton', 'bag', 'lantern', 'parsley', 'jaguar', 'thyme', 'oyster', 'kumquat', 'chinchilla', 'cherry', 'umbrella', 'bicycle', 'eggbeater', 'pig', 'kitchen', 'fondue', 'treadmill', 'casket', 'papaya', 'beetle', 'shredder', 'grasshopper', 'anthill', 'chili', 'bottle', 'calculator', 'gondola', 'pizza', 'compass', 'mop', 'hamburger', 'chipmunk', 'bagel', 'outhouse', 'pliers', 'wolf', 'matchbook', 'corn', 'salamander', 'lasagna', 'stethoscope', 'eggroll', 'avocado', 'eggplant', 'mouse', 'walrus', 'sprinkler', 'glass', 'cauldron', 'parsnip', 'canoe', 'pancake', 'koala', 'deer', 'chalk', 'urinal', 'toilet', 'cabbage', 'platypus', 'lizard', 'leopard', 'cake', 'hammock', 'defibrillator', 'sundial', 'beet', 'popcorn', 'spinach', 'cauliflower', 'canyon', 'spacecraft', 'teapot', 'tunnel', 'porcupine', 'jail', 'spearmint', 'dustpan', 'calipers', 'toast', 'drum', 'phone', 'wire', 'alligator', 'vase', 'motorcycle', 'toothpick', 'coconut', 'lion', 'turtle', 'cheetah', 'bugle', 'casino', 'fountain', 'pie', 'bread', 'meatball', 'windmill', 'gun', 'projector', 'chameleon', 'tomato', 'nutmeg', 'plate', 'bulldozer', 'camel', 'sphinx', 'mall', 'hanger', 'ukulele', 'wheelbarrow', 'ring', 'dildo', 'loudspeaker', 'odometer', 'ruler', 'mousetrap', 'breadbox', 'parachute', 'bolt', 'bracelet', 'library', 'otter', 'airplane', 'pea', 'tongs', 'cactus', 'knot', 'shrimp', 'computer', 'sheep', 'television', 'melon', 'kangaroo', 'helicopter', 'birdcage', 'pumpkin', 'dishwasher', 'crocodile', 'stairs', 'garlic', 'barnacle', 'crate', 'lime', 'axe', 'hairpin', 'egg', 'emerald', 'candy', 'stegosaurus', 'broom', 'mistletoe', 'submarine', 'fireworks', 'peach', 'ape', 'chalkboard', 'bumblebee', 'potato', 'battery', 'guitar', 'opossum', 'volcano', 'llama', 'ashtray', 'sieve', 'coliseum', 'cinnamon', 'moose', 'tree', 'donkey', 'wasp', 'corkscrew', 'gargoyle', 'taco', 'macadamia', 'camera', 'mandolin', 'kite', 'cranberry', 'thermometer', 'tofu', 'closet', 'hovercraft', 'escalator', 'horseshoe', 'wristwatch', 'lemon', 'sushi', 'rat', 'rainbow', 'pillow', 'radish', 'granola', 'okra', 'pastry', 'mango', 'dragonfly', 'flashbulb', 'chalice', 'acorn', 'birdhouse', 'gooseberry', 'locker', 'padlock', 'missile', 'clarinet', 'panda', 'iceberg', 'road', 'flea', 'hazelnut', 'cockroach', 'needle', 'omelet', 'desert', 'condom', 'graffiti', 'iguana', 'bucket', 'photocopier', 'blanket', 'microscope', 'horse', 'nest', 'screwdriver', 'toaster', 'car', 'doll', 'salsa', 'man', 'zebra', 'stapler', 'grate', 'truck', 'bear', 'carrot', 'auditorium', 'cashew', 'shield', 'crown', 'altar', 'pudding', 'cheese', 'rhubarb', 'broccoli', 'tower', 'cumin', 'elevator', 'wheelchair', 'flyswatter']
|
57 |
|
58 |
+
_PWD_MSG = "\nIn order to use ecoset, please read the README and License agreement found under:\nhttps://codeocean.com/capsule/9570390\nand enter the mentioned password.\n\nPlease Enter Password:\n"
|
59 |
+
|
60 |
+
|
61 |
# Name of the dataset usually match the script name with CamelCase instead of snake_case
|
62 |
class Ecoset(datasets.GeneratorBasedBuilder):
|
63 |
"""Ecoset is a large clean and ecologically valid image dataset."""
|
|
|
82 |
DEFAULT_CONFIG_NAME = "Full" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
83 |
|
84 |
def _info(self):
|
|
|
85 |
|
86 |
+
# define dataset features
|
87 |
features=datasets.Features(
|
88 |
{
|
89 |
"image": datasets.Image(),
|
|
|
90 |
"label": datasets.ClassLabel(names=labels),
|
91 |
}
|
92 |
)
|
|
|
95 |
description=_DESCRIPTION,
|
96 |
# This defines the different columns of the dataset and their types
|
97 |
features=features, # Here we define them above because they are different between the two configurations
|
|
|
|
|
|
|
98 |
# Homepage of the dataset for documentation
|
99 |
homepage=_HOMEPAGE,
|
100 |
# License for the dataset if available
|
101 |
license=_LICENSE,
|
102 |
# Citation for the dataset
|
103 |
citation=_CITATION,
|
104 |
+
# creating a template
|
105 |
task_templates=[datasets.tasks.ImageClassification(image_column="image", label_column="label")],
|
106 |
)
|
107 |
|
108 |
|
109 |
def _split_generators(self, dl_manager):
|
110 |
+
# Ask password of user. This could be also handled through dataset config
|
111 |
+
|
|
|
|
|
112 |
def abslist(path):
|
113 |
+
"""Helper function to give abspaths of os.listdir"""
|
114 |
return [op.join(path, p) for p in os.listdir(path)]
|
115 |
|
116 |
def s3_zipfile_download(source_url, target_dir):
|
117 |
+
"""Extremely slow download"""
|
118 |
+
print('Using slow Windows Download and Unzipping. This can take up to 70h on a typical Computer. Sorry.')
|
119 |
+
# ask password
|
120 |
+
password = getpass(_PWD_MSG)
|
121 |
+
# download and unzip
|
122 |
s3 = S3FileSystem(anon=True, use_ssl=False, default_block_size=int(15 * 2**20))
|
123 |
with s3.open(source_url, "rb") as raw_filw:
|
124 |
with ZipFile(raw_filw, compression=zipfile.ZIP_DEFLATED, allowZip64=True) as zip_file:
|
|
|
128 |
|
129 |
|
130 |
def subprocess_download(source_url, target_dir):
|
131 |
+
"""Moderately slow download"""
|
132 |
+
print('Using "fast" Linux/Mac Download and Unzipping. This will take about 15h on a typical Computer.')
|
133 |
+
# ask password
|
134 |
+
password = getpass(_PWD_MSG)
|
135 |
# download
|
136 |
urlinfo = urlparse(source_url, allow_fragments=False)
|
137 |
if not op.exists(target_dir):
|
|
|
143 |
# unzip
|
144 |
# Expand-Archive -LiteralPath <PathToZipFile> -DestinationPath <PathToDestination>
|
145 |
subprocess.call(["unzip", "-P", password.encode("ascii"), "-o", zip_path, "-d", target_dir], shell=False)
|
146 |
+
|
147 |
+
|
148 |
+
# take slow or very slow download depending on platform
|
149 |
if platform.system() in ("Linux", "Darwin"):
|
|
|
150 |
archives = dl_manager.download_custom(_URLS["codeocean"], subprocess_download)
|
151 |
else:
|
|
|
152 |
archives = dl_manager.download_custom(_URLS["codeocean"], s3_zipfile_download)
|
153 |
|
154 |
#archives = dl_manager.download(_URLS["codeocean"])
|
155 |
+
print("Ecoset files are stored under: \n", archives)
|
156 |
|
157 |
# create a dict containing all files
|
158 |
split_dict = {split:[] for split in ("train", "val", "test")}
|