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.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3a4c836440e29a303e35d22b20f3fee0c46f1a99b681f8b8bdec7398aba335 |
|
MD5 | 06022f4340d06bd9761efa98109ee5a0 |
|
BLAKE2b-256 | 60880a03c808f6d634b5909257a5e65d1f68f5c49e96cf3a44096f5b3af1bb03 |
Close
Hashes for dataset_format_benchmark-0.0.12-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f14f7f5fe9762c4875795a4bc69c568c24f0bb22b3c6cfb074b0e9f7c639b9 |
|
MD5 | b7b519842b9fca881d37ad0669765b47 |
|
BLAKE2b-256 | 24b3ac0b83d9348e2f5017c17c35eceed1687e2ce0970747afe884db11159e18 |