You can import these files to Kili:
- A wide range of image and video formats
- All
.pdf
files - All
.txt
files and (with the help of a short script), any xml file
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 format | If imported as native video | If 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 format | Upload from workstation | Cloud storage | List of public URLs |
---|---|---|---|
Image (.jpg , .png , .gif ) | ✓ | ✓ | ✓ |
Special image formats (tiff , dicom , geoTIFF , sar ) | ✓ | ||
Text | ✓ | ✓ | ✓ |
Rich text | ✓ | ||
✓ | ✓ | ✓ | |
Video | ✓ |
If you want to use the CSV format, you must upload it programmatically. For details, refer to our SDK documentation.