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

Additional Inherited Members

- Public Member Functions inherited from coretex.entities.dataset.local_dataset.LocalDataset
Path path (self)
 
- Public Member Functions inherited from coretex.entities.dataset.dataset.Dataset
int count (self)
 
bool rename (self, str name)
 
Optional[SampleType] getSample (self, str name)
 
- Static Public Member Functions inherited from coretex.entities.dataset.local_dataset.LocalDataset
'LocalDatasetdefault (Path path)
 
'LocalDatasetcustom (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 28 of file local_image_dataset.py.


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