https://github.com/computer-vision-in-the-wild/datadownload
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: Computer-Vision-in-the-Wild
- License: mit
- Language: Python
- Default Branch: master
- Size: 87.9 KB
Statistics
- Stars: 26
- Watchers: 4
- Forks: 4
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
Data Download
This repo contains scripts for downloading datasets and knowledge files of all tasks in ELEVATER. In this repo, we provide a central hub to all the datasets along with our collected knowledge files to facilitate future end-to-end training on ELEVATER benchmark. Note that:
- Our software toolkit supports automatic dataset downloading, and knowledge files are a part of toolkit.
- Please refer to the original license of the each dataset, and this benchmark is for academic research purpose.
Image Classification
Note: The data is on Azure Storage Blob, a SAS with Read permission is provided. Please append the following SAS at the end of each link to download:
bash
?sp=r&st=2023-08-28T01:41:20Z&se=3023-08-28T09:41:20Z&sv=2022-11-02&sr=c&sig=Msoq5dIl%2Fve6F01edGr8jgcZUt7rtsuJ896xvstSNfM%3D
Install
Shell
pip install vision-datasets==0.2.17
cd classification
Download all datasets
Shell
python download_datasets.py --ds all
Download a specific dataset
``Shell
python download_datasets.py --dsDATASET_NAME`
DATASET_NAME should be one of ['caltech-101', 'cifar-10', 'cifar-100', 'country211', 'dtd', 'eurosatclip', 'fer-2013', 'fgvc-aircraft-2013b-variants102', 'food-101', 'gtsrb', 'hateful-memes', 'kitti-distance', 'mnist', 'oxford-flower-102', 'oxford-iiit-pets', 'patch-camelyon', 'ping-attack-on-titan-plus', 'ping-whiskey-plus', 'rendered-sst2', 'resisc45clip', 'stanford-cars', 'voc-2007-classification']
```
Download knowledge files
Shell
python download_knowledge.py
Object Detection
Shell
cd detection
Download all datasets
python download.py
Download a specific dataset
python download.py --dataset_names `DATASET_NAME`
Knowledge files are already included in the repo
detection/*yaml
Owner
- Name: Computer-Vision-in-the-Wild
- Login: Computer-Vision-in-the-Wild
- Kind: organization
- Repositories: 15
- Profile: https://github.com/Computer-Vision-in-the-Wild
GitHub Events
Total
- Watch event: 4
Last Year
- Watch event: 4
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 11
- Total pull requests: 0
- Average time to close issues: 7 days
- Average time to close pull requests: N/A
- Total issue authors: 10
- Total pull request authors: 0
- Average comments per issue: 1.73
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vincentlux (2)
- JegZheng (1)
- JackUrb (1)
- andsteing (1)
- Ffvdfg (1)
- junha1125 (1)
- WasedaMagina (1)
- shidahu (1)
- valentingol (1)