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

Add onnxruntime unit test cases #4704

Merged
merged 32 commits into from
Mar 15, 2021
Merged

Add onnxruntime unit test cases #4704

merged 32 commits into from
Mar 15, 2021

Conversation

QingChuanWS
Copy link
Contributor

This PR provides onnxruntime backend runtime unit test cases focused neck and head of RetinaNet and Yolov3.

@CLAassistant
Copy link

CLAassistant commented Mar 3, 2021

CLA assistant check
All committers have signed the CLA.

@RunningLeon
Copy link
Collaborator

fix lint at first.

@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #4704 (5dbfc81) into master (4febf34) will increase coverage by 0.55%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4704      +/-   ##
==========================================
+ Coverage   63.70%   64.26%   +0.55%     
==========================================
  Files         252      252              
  Lines       19809    19809              
  Branches     3373     3373              
==========================================
+ Hits        12620    12730     +110     
+ Misses       6514     6403     -111     
- Partials      675      676       +1     
Flag Coverage Δ
unittests 64.22% <66.66%> (+0.55%) ⬆️

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

Impacted Files Coverage Δ
mmdet/models/dense_heads/anchor_head.py 87.82% <66.66%> (+3.91%) ⬆️
mmdet/models/dense_heads/corner_head.py 75.60% <0.00%> (+1.87%) ⬆️
mmdet/models/detectors/cornernet.py 100.00% <0.00%> (+5.12%) ⬆️
mmdet/__init__.py 100.00% <0.00%> (+5.88%) ⬆️
mmdet/core/post_processing/bbox_nms.py 87.87% <0.00%> (+13.63%) ⬆️
mmdet/models/dense_heads/yolo_head.py 61.95% <0.00%> (+30.73%) ⬆️
mmdet/models/necks/yolo_neck.py 100.00% <0.00%> (+36.53%) ⬆️

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 4febf34...39df73b. Read the comment docs.

.gitignore Outdated Show resolved Hide resolved
requirements/tests.txt Outdated Show resolved Hide resolved
setup.cfg Outdated Show resolved Hide resolved
Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

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

Please change as discussed.

Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

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

Please change pickle files' extension to xx.pkl as well.

@RunningLeon RunningLeon assigned ZwwWayne and unassigned ZwwWayne Mar 15, 2021
@RunningLeon RunningLeon requested a review from ZwwWayne March 15, 2021 09:06
Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

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

LGTM

@ZwwWayne ZwwWayne merged commit 31afd0d into open-mmlab:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants