Skip to content

Fix inconsistency with the latest version of yolov5#235

Merged
zhiqwang merged 5 commits intomainfrom
fix-incompatibility-yolov5
Nov 24, 2021
Merged

Fix inconsistency with the latest version of yolov5#235
zhiqwang merged 5 commits intomainfrom
fix-incompatibility-yolov5

Conversation

@zhiqwang
Copy link
Copy Markdown
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
Copy Markdown

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 force-pushed the fix-incompatibility-yolov5 branch from f2254dd to e289f6b Compare November 24, 2021 17:13
@zhiqwang zhiqwang force-pushed the fix-incompatibility-yolov5 branch from e289f6b to 07203d9 Compare November 24, 2021 17:17
@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