Coretex
coretex.entities.dataset.image_dataset.image_dataset.ImageDataset Class Reference
Inheritance diagram for coretex.entities.dataset.image_dataset.image_dataset.ImageDataset:
coretex.entities.dataset.network_dataset.NetworkDataset coretex.entities.dataset.dataset.Dataset

Additional Inherited Members

- Public Member Functions inherited from coretex.entities.dataset.network_dataset.NetworkDataset
Path path (self)
 
Self fetchCachedDataset (cls, List[str] dependencies)
 
Self createDataset (cls, str name, int projectId, Optional[Dict[str, Any]] meta=None)
 
str generateCacheName (cls, str prefix, List[str] dependencies)
 
Self createCacheDataset (cls, str prefix, List[str] dependencies, int projectId)
 
bool finalize (self)
 
None download (self, bool decrypt=True, bool ignoreCache=False)
 
bool rename (self, str name)
 
SampleType add (self, Union[Path, str] samplePath, Optional[str] sampleName=None, **Any metadata)
 
- Public Member Functions inherited from coretex.entities.dataset.dataset.Dataset
int count (self)
 
Optional[SampleType] getSample (self, str name)
 

Detailed Description

    Represents the Image Dataset class \n
    Includes functionality for working with Image Datasets
    that are uploaded to Coretex.ai

Definition at line 37 of file image_dataset.py.


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