Created
April 22, 2023 00:04
-
-
Save isaaccorley/b8293c73d1a45be53ee761e11ee2858c to your computer and use it in GitHub Desktop.
Download the FAIR1M 2.0 dataset using gdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download test set | |
mkdir -p fair1m/train/part1 | |
mkdir fair1m/train/part2 | |
mkdir fair1m/validation | |
mkdir fair1m/test | |
cd fair1m/train/part1 | |
gdown 1LWT_ybL-s88Lzg9A9wHpj0h2rJHrqrVf # train/part1/images.zip | |
gdown 1CnOuS8oX6T9JMqQnfFsbmf7U38G6Vc8u # train/part1/labelXml.zip | |
cd .. | |
cd part2 | |
gdown 1cx4MRfpmh68SnGAYetNlDy68w0NgKucJ # train/part2/images.zip | |
gdown 1RFVjadTHA_bsB7BJwSZoQbiyM7KIDEUI # train/part2/labelXmls.zip | |
cd ../../ | |
cd test | |
gdown 1HtOOVfK9qetDBjE7MM0dK_u5u7n4gdw3 # test/images0.zip | |
gdown 1iXKCPmmJtRYcyuWCQC35bk97NmyAsasq # test/images1.zip | |
gdown 1oUc25FVf8Zcp4pzJ31A1j1sOLNHu63P0 # test/images2.zip | |
cd .. | |
cd validation | |
gdown 1lSSHOD02B6_sUmr2b-R1iqhgWRQRw-S9 # validation/images.zip | |
gdown 1sTTna1C5n3Senpfo-73PdiNilnja1AV4 # validation/labelXmls.zip | |
cd ../../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you @isaaccorley for sharing the dataset.
Currently, only the "gdown 1LWT_ybL-s88Lzg9A9wHpj0h2rJHrqrVf # train/part1/images.zip" has public access. Please help with providing public access to the other .zips as well.