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_responsepip install kili-formatsfrom kili_formats import clean_json_response
clean_json_response(asset)If you want to contribute, here are the installation steps
To release a new version:
- Update pyproject.toml with the new version number
- Tag the merge commit
- Create a release note using the tag previously created