dataset-format-benchmark
========================
This package runs different image format benchmarks for dataset ML tasks
Installation
------------
Make sure you have some system deps installed:
.. code:: bash
sudo apt install pkg-config libhdf5-dev
.. code:: bash
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
--------------------------------
.. code:: bash
python -m dataset_format_benchmark --data-root /path/to/datasets/
Raw data
{
"_id": null,
"home_page": "https://github.com/kamikaze/dataset-format-benchmark",
"name": "dataset-format-benchmark",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "",
"author": "Oleg Korsak",
"author_email": "kamikaze.is.waiting.you@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9a/e6/e483b333bd80eed64f867a0907b64964adfdb4782d3f312cb19440fbcbbb/dataset-format-benchmark-0.0.13.tar.gz",
"platform": "any",
"description": "dataset-format-benchmark\n========================\n\nThis package runs different image format benchmarks for dataset ML tasks\n\nInstallation\n------------\n\nMake sure you have some system deps installed:\n\n.. code:: bash\n\n sudo apt install pkg-config libhdf5-dev\n\n.. code:: bash\n\n python3.11 -m venv venv --upgrade-deps\n source venv/bin/activate\n python -m pip install -U -r requirements_dev.txt\n\n # For running on Nvidia GPU:\n python -m pip install -U torch torchvision\n\n # For running on CPU:\n python -m pip install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu\n\n # For some reason h5py fails to install Cython while it needs it\n python -m pip install -U Cython\n\n python setup.py develop\n\nRunning dataset format benchmark\n--------------------------------\n\n.. code:: bash\n\n python -m dataset_format_benchmark --data-root /path/to/datasets/\n",
"bugtrack_url": null,
"license": "gpl-3",
"summary": "Image dataset format benchmark",
"version": "0.0.13",
"project_urls": {
"Documentation": "https://github.com/kamikaze/dataset-format-benchmark/wiki",
"Homepage": "https://github.com/kamikaze/dataset-format-benchmark"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6084819990dec4c376f910efb95c3a090e71aa076d5008e763514437b10ac3e3",
"md5": "e40dc6fc6e8183ceaa10343b33207b70",
"sha256": "4bb36102380d87d5e21726b399ef0c165e9fcee4564fc9a3835944981b597f4a"
},
"downloads": -1,
"filename": "dataset_format_benchmark-0.0.13-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e40dc6fc6e8183ceaa10343b33207b70",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.11",
"size": 45794,
"upload_time": "2023-09-19T18:05:54",
"upload_time_iso_8601": "2023-09-19T18:05:54.991084Z",
"url": "https://files.pythonhosted.org/packages/60/84/819990dec4c376f910efb95c3a090e71aa076d5008e763514437b10ac3e3/dataset_format_benchmark-0.0.13-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9ae6e483b333bd80eed64f867a0907b64964adfdb4782d3f312cb19440fbcbbb",
"md5": "b8f039762c9cbc6ba60ae925600eacbc",
"sha256": "082e957cff81046f35adf3807f930f1ffe094d7b5187cb0c28ba6d75103d88db"
},
"downloads": -1,
"filename": "dataset-format-benchmark-0.0.13.tar.gz",
"has_sig": false,
"md5_digest": "b8f039762c9cbc6ba60ae925600eacbc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 45875,
"upload_time": "2023-09-19T18:05:56",
"upload_time_iso_8601": "2023-09-19T18:05:56.888658Z",
"url": "https://files.pythonhosted.org/packages/9a/e6/e483b333bd80eed64f867a0907b64964adfdb4782d3f312cb19440fbcbbb/dataset-format-benchmark-0.0.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-19 18:05:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kamikaze",
"github_project": "dataset-format-benchmark",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "dataset-format-benchmark"
}