monailabel.datastore.cvat module¶
- class monailabel.datastore.cvat.CVATDatastore(datastore_path, api_url, username=None, password=None, project='MONAILabel', task_prefix='ActiveLearning_Iteration', image_quality=70, labels=None, normalize_label=True, segment_size=1, **kwargs)[source]¶
Bases:
monailabel.datastore.local.LocalDatastore
Creates a LocalDataset object
Parameters:
- datastore_path: str
a string to the directory tree of the desired dataset
- datastore_config: str
optional file name of the dataset configuration file (by default dataset.json)
- description()[source]¶
Gets the description field for the dataset
- Return description
str
- Return type
str