Image dataset format benchmark
Project description
This package runs different image format benchmarks for dataset ML tasks
Installation
Make sure you have some system deps installed:
sudo apt install pkg-config libhdf5-dev
python3.11 -m venv venv --upgrade-deps
source venv/bin/activate
python -m pip install -U -r requirements_dev.txt
# For running on Nvidia GPU:
python -m pip install -U torch torchvision
# For running on CPU:
python -m pip install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
# For some reason h5py fails to install Cython while it needs it
python -m pip install -U Cython
python setup.py develop
Running dataset format benchmark
python -m dataset_format_benchmark --data-root /path/to/datasets/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for dataset-format-benchmark-0.0.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2337a38e36a53b7ab539f2c0e48ef92699ca3cbc7599ae666cb54b1763b2bcf3 |
|
MD5 | 2fa148b571d64cb65103cd405ae11f5f |
|
BLAKE2b-256 | 3e9b232bab5af00104fd98f6b60e0fedb0b05cc67a7f402b67f24eb41a4fb44b |
Close
Hashes for dataset_format_benchmark-0.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd2b435d2fdc1099962eafd1ac23852942db8fc0ae1c5ed9c9d12ccbf08c62b2 |
|
MD5 | 07efdc6644f3fc84c2a3f309ff41b6ac |
|
BLAKE2b-256 | be319995894fe65eda7c2bf12f3765946363db208679f509810072e7ed65e120 |