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

Fix inconsistency with the latest version of yolov5 #235

Merged
merged 5 commits into from
Nov 24, 2021

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Nov 24, 2021

This is a quick workaround for #233 . Needs some enhancements in a follow-up PR.

Fix #236

@zhiqwang zhiqwang added bug / fix Something isn't working enhancement New feature or request labels Nov 24, 2021
@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #235 (cec2903) into main (4cba043) will decrease coverage by 3.89%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
- Coverage   97.03%   93.13%   -3.90%     
==========================================
  Files          10       10              
  Lines         640      641       +1     
==========================================
- Hits          621      597      -24     
- Misses         19       44      +25     
Flag Coverage Δ
unittests 93.13% <100.00%> (-3.90%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/test_utils.py 75.00% <100.00%> (-25.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4cba043...cec2903. Read the comment docs.

@zhiqwang zhiqwang merged commit 203b9bb into main Nov 24, 2021
@zhiqwang zhiqwang deleted the fix-incompatibility-yolov5 branch November 24, 2021 17:47
ShiquanYu pushed a commit to ShiquanYu/yolov5-rt-stack that referenced this pull request Dec 27, 2021
* Update models to yolov5n6 in notebooks

* Update with upstream yolov5

* Following ultralytics/yolov5#5694

* Update models to yolov5n6 in notebooks

* Skip test_load_from_ultralytics_voc for inconsistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency with the latest version of yolov5
1 participant