DocumentationRecipesReferenceGraphQLChangelog
Log In

You can import these files to Kili:


Supported image formats

Native support
Here are the natively supported formats for image :

.png; .jpeg/.jpg; .gif; .bmp; .webp; .ico; .jp2;.ntf;.tiff/.tif(including GeoTIFF file)

🚧

In Image semantic segmentation projects, the interactive segmentation tool does not work with the following formats:

  • .ico
  • .webp
  • .gif
  • .tif/.tiff
  • .ntf
  • .jp2

Other image formats

  • Medical (DICOMs, .dcm). To import DICOM images you can use this tutorial.

  • For other custom or specific formats, you can try to add them to a sample project. If the image doesn't load, it means you need to convert it using Imagemagick.


Supported video formats

Refer to this table for information on specific video formats supported in Kili video projects.

Video formatIf imported as native videoIf imported as a set of frames
.3gpβœ“βœ“
.aviβœ“
.m4vβœ“βœ“
.mkvβœ“βœ“
.movβœ“βœ“
.mp4βœ“βœ“
.webmβœ“βœ“

Unsupported formats

.ogv; .mpeg

In case of .mov files, Kili supports this set of codecs:

  • AV1
  • H.264 and H.265
  • MPEG-4
  • Theora
  • VP8 and VP9

Additionally, not every file format is supported with all the file sources. Refer to this table:

File formatUpload from workstationCloud storageList of public URLs
Image (.jpg, .png, .gif)βœ“βœ“βœ“
Special image formats (tiff, dicom, geoTIFF, sar)βœ“
Textβœ“βœ“βœ“
Rich textβœ“
PDFβœ“βœ“βœ“
Videoβœ“

If you want to use the CSV format, you must upload it programmatically. For details, refer to our SDK documentation.