Module brevettiai.data
Tools for handling Deep Learning data management and pipelines
Expand source code
"""
Tools for handling Deep Learning data management and pipelines
"""
from .data_generator import DataGenerator, DataGeneratorMap, FileLoader
from .sample_integrity import load_sample_identification, save_sample_identification
Sub-modules
brevettiai.data.data_generatorbrevettiai.data.image- 
Image tools for handling image pipelines, augmentation and for loading annotations
 brevettiai.data.sample_integritybrevettiai.data.sample_tools- 
Tools for filtering samples and associating meta-data and tags
 brevettiai.data.tf_types- 
Classes which are serializable to tuples to allow use in tensorflow datasets
 brevettiai.data.tf_utils