-
Notifications
You must be signed in to change notification settings - Fork 153
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 num_anchors
in load_from_ultralytics
#285
Conversation
faf1eb6
to
43d4f6e
Compare
437cb85
to
3206a7c
Compare
load_yolov5_model
for vocnum_anchors
in load_from_ultralytics
42773a6
to
86a22b5
Compare
Codecov Report
@@ Coverage Diff @@
## main #285 +/- ##
==========================================
+ Coverage 95.90% 98.57% +2.67%
==========================================
Files 11 11
Lines 781 773 -8
==========================================
+ Hits 749 762 +13
+ Misses 32 11 -21
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Enable test_load_from_ultralytics_voc * The nms type is non-agnostic actually * Fix num_anchors in load_from_ultralytics * Apply pre-commit * Update copyright
num_anchors
should be:https://github.com/zhiqwang/yolov5-rt-stack/blob/2ccfb6628c9197dce32d779fdf0284a90b138b40/yolort/utils/update_module_state.py#L59