Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility for anomaly model deployment for Geti v1.13 and up #333

Merged
merged 1 commit into from Feb 15, 2024

Conversation

ljcornel
Copy link
Collaborator

@ljcornel ljcornel commented Feb 15, 2024

In Geti v1.13 and up, the prediction output of the anomaly models has changed. To handle the new output properly, otx==1.4.4 is required. Therefore, this PR:

  1. Updates the otx requirement to otx==1.4.4
  2. Adds a legacy anomaly prediction conversion mechanism, for models created with Geti v1.8 and below
  3. Slightly modifies the deployment.save mechanism to be compatible with the new conversion structure in Geti v1.13 and up

As a result, the SDK is now compatible with model deployment for both Geti v1.8 and Geti v1.14 for all tasks and models.

@ljcornel ljcornel merged commit 4bccbf9 into main Feb 15, 2024
9 checks passed
@ljcornel ljcornel deleted the fix-save-deployment branch February 15, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant