datumaro.plugins.data_formats.synthia.importer#

Classes

SynthiaAlImporter()

SynthiaRandImporter()

SynthiaSfImporter()

class datumaro.plugins.data_formats.synthia.importer.SynthiaRandImporter[source]#

Bases: _SynthiaImporter

FORMAT = 'synthia_rand'#
META_FOLDERS = ['RGB', 'GTTXT', 'GT']#
class datumaro.plugins.data_formats.synthia.importer.SynthiaSfImporter[source]#

Bases: _SynthiaImporter

FORMAT = 'synthia_sf'#
META_FOLDERS = ['RGBLeft', 'GTLeft', 'DepthLeft']#
class datumaro.plugins.data_formats.synthia.importer.SynthiaAlImporter[source]#

Bases: _SynthiaImporter

FORMAT = 'synthia_al'#
META_FOLDERS = ['RGB', 'SemSeg', 'Depth']#