Skip to content

kili-technology/kili-formats

Repository files navigation

kili-formats

This package expose all the methods needed for Kili to format the export in coco, kili, llm, voc, GeoJSON and yolo

Here the methods that are exposed :

clean_json_response,
convert_from_kili_to_coco_format,
convert_from_kili_to_geojson_format,
convert_from_kili_to_llm_rlhf_format,
convert_from_kili_to_llm_static_or_dynamic_format,
convert_from_kili_to_voc_format,
convert_from_kili_to_yolo_format,
convert_to_pixel_coords,
format_json_response

Installation

pip install kili-formats

Usage

from kili_formats import clean_json_response

clean_json_response(asset)

Development

If you want to contribute, here are the installation steps

Release

To release a new version:

  1. Update pyproject.toml with the new version number
  2. Tag the merge commit
  3. Create a release note using the tag previously created

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages