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.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8d4b0659bc52e35dbe979626f29a71b382f7e9068fd1cf583afd00ce6001b72 |
|
MD5 | 0e3115ab693df68e06552b8bac6d77bf |
|
BLAKE2b-256 | b2f41053a087977ecdf955aa8fe20dd3226848a383808ab64d80b12b869ac161 |
Close
Hashes for dataset_format_benchmark-0.0.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37cb7b49ef7342c1f504135c51b0875c3a4e32dee3615128e9f75ad37bb84a8c |
|
MD5 | b7f50f24bab13d7cfd57f517bfc2c7df |
|
BLAKE2b-256 | 6ced4a39c3d7c89eb6681ff3b10c10faf0a7c7ad1310c07096ceed1c898f59ba |