base
Description
Basic dataset model.
The abstract BaseDataset handle provides a Sequence
, which yields a
torch.Tensor
tuple of (input image, ground truth)
upon a call to
__getitem__.
The transformations from image to tensor data can be changed.
Classes
Abstract base class for tuple datasets with storage location. |
|
Tuple of train/test/validation datasets (w/ automatic splitting if necessary). |
|
Types of dataset splits. |
Functions
|
Add a peak to the heatmap |
|
Split dataset it into |