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

support ultralytics>=8.0.99 #873

Merged
merged 3 commits into from
May 15, 2023
Merged

support ultralytics>=8.0.99 #873

merged 3 commits into from
May 15, 2023

Conversation

eVen-gits
Copy link
Contributor

While using ultralytics prediction interface, a warining is repeatedly printed:

>WARNING ⚠️ 'Boxes.boxes' is deprecated. Use 'Boxes.data' instead.

Replaced the boxes.boxes with boxes.data to suppress the warning. In my tests, nothing breaks.

@fcakyon
Copy link
Collaborator

fcakyon commented May 12, 2023

@eVen-gits great update!

Can you also update the ultralytics versions in 3 tests?

pip install ultralytics==8.0.43

pip install ultralytics==8.0.43

pip install ultralytics==8.0.43

@eVen-gits
Copy link
Contributor Author

Hopefully this is OK :) Thanks for all your hard work!

@fcakyon fcakyon added this pull request to the merge queue May 15, 2023
Merged via the queue into obss:main with commit 1cd7a1b May 15, 2023
@fcakyon fcakyon changed the title Deprecated interface fix: ultralytics Boxes.boxes is deprecated - replaced with Boxes.data support ultralytics>=8.0.99 May 15, 2023
@eVen-gits eVen-gits deleted the boxes_boxes_fix branch May 17, 2023 08:05
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.

2 participants