Data Input¶

LightlyTrain supports standard RGB images and images for domain-specific use cases, such as medical imaging. It also loads images from specialized formats.

The following image formats are supported:

  • jpg

  • jpeg

  • png

  • ppm

  • bmp

  • pgm

  • tif

  • tiff

  • webp

  • dcm (DICOM)

See the Single- and Multi-Channel Images page for details on using multi-channel images in LightlyTrain.

See the dedicated page for more details about specific domain image support.