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
;
In Image semantic segmentation projects, the interactive segmentation tool does not work with the following formats:
.ico
.webp
.gif
.tif/.tiff
Other image formats
-
Medical (DICOMs,
.dcm
). To import DICOM images you can use this tutorial. -
The only
.tif
files that are currently supported by Kili are GeoTIFF files (.tif
files with geospatial metadata). The standard tiff format (.tif
/.tiff
) is not natively supported by Kili. We recommend converting files to.png
format. Imagemagick can help you do that. -
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.