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

Update to support newer versions of Supervision #146

Merged
merged 2 commits into from
May 17, 2024

Conversation

stellasphere
Copy link
Contributor

Newer versions of Supervision have two changes that cause issues with the current implementation:

  • the previous BoxAnnotator is deprecated, replaced by BoundingBoxAnnotator
  • an additional value (tracker_id) was added to the Detections API iteration

The changes in this PR resolve these incompatibilities. Tested in a Colab on the branch

@capjamesg capjamesg self-requested a review May 17, 2024 16:20
Copy link
Member

@capjamesg capjamesg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@capjamesg capjamesg merged commit bc82593 into autodistill:main May 17, 2024
2 of 5 checks passed
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

2 participants