DocumentationRecipesReferenceGraphQLChangelog
Log In

July 20th, 2022

Changelog (v2.116.0)

New

  • [Exporting] It is now possible to export labels directly to PASCAL VOC format. For details, refer to our documentation

Changed

  • [Project settings] Frame projects are now called Video projects. This change will eliminate some of the potential naming-related confusion. Consequently, Video projects will be available as type Video (Legacy).
  • [Exporting] When you export labels from a Video project (formerly known as Frame projects), frame numbering in each file containing labels now follows the mathematical order (1, 2, 3…); it used to be textual order (1, 11, 2, 23, 3…). This change will eliminate possible confusion.
  • [Labeling] In Image projects, when you copy&paste an object, the contents of its sub-jobs, if any, are also copied. This can help speed up labeling similar complex objects.

  • [Labeling] We’ve significantly increased the rendering speed of the labeling interface’s jobs viewer. The change will be especially visible in projects with a large number of annotations (1000+) that are combined with relation tasks.
  • [CLI] In Kili CLI, we removed the exclude option of the import command.
  • [Python SDK] Projects of type Frame have been renamed to Video and projects of type Videohave been renamed to VIDEO_LEGACY. The use of the Frameproject type is deprecated and will be removed starting from Kili version 2.118.
  • [Python SDK] We’ve implemented a new mutation: send_back_to_queue. It enables you to send reviewed assets back to queue and change their status toTO DO or ONGOING.
  • [Python SDK] We’ve simplified the GraphQLException messages; they no longer contain server-side traceback. This will eliminate some clutter and help you quickly find the gist of the issue.
  • [Python SDK] The use of .assets, .labels, .project_users, .issues, and .project_versions without providing a project_id is now forbidden (end of deprecation period).
  • [GraphQL API] Projects of type Frame have been renamed to Video and projects of type Video have been renamed to VideoLegacy. The use of the Frameproject type is deprecated and will be removed starting from Kili version 2.118.