dgs.models.dataset¶
Modules for loading data, including datasets and data loaders.
The modules are a combination of my custom BaseModule and a regular torch Dataset.
Additionally, I implemented a Dataset for the PoseTrack21
dataset that can be loaded within torchreid
.
Module Functions
|
Given the name of one dataset, return an instance. |
|
Create a concatenated dataset from the given configuration and path. |
|
Register a new dataset module in :data: |
Modules
Datasets and helpers for the |
|
Load bboxes and poses from existing .json file, generated by AP. |
|
Module for handling data loading and preprocessing using torch Datasets. |
|
Use |
|
Load bboxes and poses from an existing .json file of the |
|
Default Datasets for pose-based data. |