Tools for downloading the RAISE dataset.
python -m venv
source venv/bin/activate
pip install -r requirements.txt
python download.py --dataset_csv <path_to_dataset_csv> --output_dir <path_to_output_dir>
where:
dataset_csv
: A csv of RAISE dataset obtained from its official website.output_dir
: Path to an output directory.
The project is licensed under GNU GPLv3.