Utilities to load and use pytorch datasets stored in Minio S3
Project description
Torch Dataset Utilities
The python library torchdatasetutils produces torch DataLoader classes and utility functions for several imaging datasets. This currently includes sets of images and annotations from CVAT, COCO dataset. "torchdatasetutil" uses an s3 object storage to hold dataset data. This enables training and test to be performed on nodes different from where the dataset is stored with application defined credentials. It uses torch PyTorch worker threads to prefetch data for efficient GPU or CPU training and inference.
"torchdatasetutils" takes as an input the pymlutil.s3 object to access the object storage.
Two json or yaml dictionaries are loaded from the object storage to identify and process the dataset: the dataset description and class dictionary. The the dataset description is unique for each type of dataset. The class dictionary is common to all datasets and describes data transformation and data augmentation.
Library structure
- pymlutil.s3: access to object storage
- torchdatasetutil
- gitcoco.getcoco: function to load the COCO dataset from internet archives into object storage
- cocostore
- CocoStore: class providing a python iterator over the coco dataset in object storage
- CocoDataset" class implementing the pytorch Dataset class for the CocoStore iterator
- imstore
See torchdatasetutil.ipynb for library interface and usage
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file torchdatasetutil-0.0.29.tar.gz.
File metadata
- Download URL: torchdatasetutil-0.0.29.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.2 importlib-metadata/4.8.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67fbc971a0f8fa6d57947fb1d239745995c198013d8b881664f73e3db1af16a4
|
|
| MD5 |
581f7df4e826cdab74a9513320907760
|
|
| BLAKE2b-256 |
78cf9b87ca4c08b17c4ea5176e9a72665fdf5a2434b79038ca27608e4e5856ad
|
File details
Details for the file torchdatasetutil-0.0.29-py3-none-any.whl.
File metadata
- Download URL: torchdatasetutil-0.0.29-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.2 importlib-metadata/4.8.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cae863d5926053fc301e7da933347b3560e581427aeecdd4881a82b7b9b52d8
|
|
| MD5 |
e764dd05cd45c1dd28fed45bc13855ba
|
|
| BLAKE2b-256 |
7761b989339480da0ea5314c5570c54144c8916c472aa4b7205c865260a26d2a
|