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 unittests for YOLOGraphSurgeon #275

Merged
merged 3 commits into from
Jan 14, 2022
Merged

Add unittests for YOLOGraphSurgeon #275

merged 3 commits into from
Jan 14, 2022

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Jan 14, 2022

  • Rename to test_yolo_trt_module_to_onnx
  • Add unittest for test_yolo_graphsurgeon_wo_nms
  • Add unittest for test_yolo_graphsurgeon_register_nms

@zhiqwang zhiqwang added the code quality Code format and unit tests label Jan 14, 2022
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #275 (7bd40e3) into main (6ea355d) will increase coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #275      +/-   ##
==========================================
+ Coverage   93.82%   94.01%   +0.18%     
==========================================
  Files          11       11              
  Lines         696      718      +22     
==========================================
+ Hits          653      675      +22     
  Misses         43       43              
Flag Coverage Δ
unittests 94.01% <100.00%> (+0.18%) ⬆️

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

Impacted Files Coverage Δ
test/test_runtime.py 100.00% <100.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 6ea355d...7bd40e3. Read the comment docs.

@zhiqwang zhiqwang merged commit fb80432 into main Jan 14, 2022
@zhiqwang zhiqwang deleted the yolo-graphsurgeon-ut branch January 14, 2022 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code format and unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant