Coretex
coretex.coretex.dataset.image_dataset.local_image_dataset.LocalImageDataset Class Reference
Inheritance diagram for coretex.coretex.dataset.image_dataset.local_image_dataset.LocalImageDataset:
coretex.coretex.dataset.local_dataset.LocalDataset coretex.coretex.dataset.dataset.Dataset coretex.coretex.dataset.image_segmentation_dataset.local_image_segmentation_dataset.LocalImageSegmentationDataset

Additional Inherited Members

- Public Member Functions inherited from coretex.coretex.dataset.local_dataset.LocalDataset
Path path (self)
 
- Public Member Functions inherited from coretex.coretex.dataset.dataset.Dataset
int count (self)
 
bool add (self, SampleType sample)
 
bool rename (self, str name)
 
Optional[SampleType] getSample (self, str name)
 
- Static Public Member Functions inherited from coretex.coretex.dataset.local_dataset.LocalDataset
LocalDataset default (Path path)
 
LocalDataset custom (Path path, SampleGenerator generator)
 

Detailed Description

    Represents the Local Image Dataset class \n
    Includes functionality for working with local Image Datasets

    Properties
    ----------
    path : Path
        path to dataset
    sampleClass :
        Image Dataset Classes object
    classesPath : Path
        path to classes.json file

Definition at line 32 of file local_image_dataset.py.


The documentation for this class was generated from the following file: