Skip to content

Geti SDK v1.15.0

Compare
Choose a tag to compare
@ljcornel ljcornel released this 12 Mar 11:08
· 509 commits to main since this release

This release makes the SDK compatible for Intel® Geti™ v1.15. The majority of the changes is focused on that, but below is a list of other changes that are worth mentioning.

Release Highlights

  • Add compatibility for Intel® Geti™ v1.15. Note that we maintain backwards compatibility for models created in Intel® Geti™ v1.8: This means that the SDK can run inference on deployments from both the latest Intel® Geti™ on-prem and Intel® Geti™ cloud-based release.
  • Add benchmarking functionality for deployments through the Benchmarker class, as well as a new notebook to demonstrate this feature.
  • Improve the job monitoring feature, job progression is now displayed via progress bars.
  • Image and annotation upload and download now uses multithreading, greatly speeding up the process.
  • A new notebook demonstrating an end-to-end workflow, from model creation to deployment, was added to notebooks/use_cases.
  • Multiple dependency updates, minor bug fixes and documentation improvements.

What's Changed

New Contributors

Full Changelog: v.1.8.2...v1.15.0