Skip to main content

IDD Iterator

Project description

IDD Iterator

pylint workflow pypi workflow pytest workflow

from idd_iterator import idd_multimodal_iterator
multimodal_iter = idd_multimodal_iterator.IDDMultimodalIterator()

Install

pip install git+https://github.com/AdityaNG/idd_iterator

Dataset Structre

idd_multimodal_mini/
├── primary
│   └── d0
│       ├── leftCamImgs
│          ├── 0000000.jpg
│          ├── 0000001.jpg
│          ├── 0000002.jpg
│          ├── 0000003.jpg
│          └── 0000004.jpg
│       ├── test.csv
│       ├── train.csv
│       └── val.csv
├── secondary
│   └── d0
│       └── rightCamImgs
│           ├── 0000000.jpg
│           ├── 0000001.jpg
│           ├── 0000002.jpg
│           ├── 0000003.jpg
│           └── 0000004.jpg
└── supplement
    ├── lidar
       └── d0
           ├── 0000000.npy
           ├── 0000001.npy
           ├── 0000002.npy
           ├── 0000003.npy
           └── 0000004.npy
    └── obd
        └── d0
            └── obd.csv

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

IDD Iterator-1.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

IDD_Iterator-1.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page