DocumentationRecipesReferenceGraphQLChangelog
Log In

April 13th, 2023

Changelog (v2.131.0)

New

  • [Labeling] When you lower the opacity for existing annotations visible in the labeling interface, you’re able to add new ones with extra precision. Up to now, this feature has been available for image and video projects only. We’ve now added support for opacity adjustment for text and PDF projects as well.

  • [Integrations] Google Cloud Storage is now available alongside AWS and Azure. You can now easily sync your GCS bucket with a Kili project. For details, refer to our documentation.
  • [Python SDK] The SDK now provides a set of utilities in kili.utils.labels to help you automatically convert standard polygon/point formats (for example the ones used in OpenCV or industry standard image annotation formats) to the Kili format. The conversion can work both ways, of course. For details, refer to our documentation.
  • [Python SDK] We’ve added a new asset_filter_kwargs parameter to the kili.export_labels() method. It works like a filter that narrows down the list of assets to export labels from. For more information, refer to our documentation.

Changed

  • [Labeling] You can now upload videos with non-integer frame rates to Kili.
  • [Integrations] We’ve improved the creation flow for a Microsoft Azure Blob Storage integration. You can now select a tenant that is already connected to Kili. This way you won’t have to go through the authorization sequence again.
  • [Integrations] When creating a new AWS S3 integration, you can select an existing “Role external id” that was set with a previous integration. This way you won’t have to set up the role again or look up your existing ID. Simply use one from the pull-down menu.

Fixed

  • [Labeling] Uploading video assets that use unsupported codecs from the Kili user interface used to fail with no error message. We’ve fixed this: now, if you attempt to upload a video with an unsupported codec, you will get an error notification. For a list of supported codecs, refer to our documentation.
  • [Labeling] Typing “-” in any of the input fields while adjusting display settings used to trigger a zoom-out. We’ve fixed this issue.
  • [Python SDK] Calling the kili.export_labels() method on a project connected to a cloud storage with the asset download feature enabled caused the method to crash. We’ve fixed this issue: now you can only run this method if the asset download feature is disabled. Otherwise, Kili will return an error.
  • [Python SDK] When assets were being copied through the kili.copy_project() method, Kili would skip the ocrMetadata field describing these assets. This has now been fixed.