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

Apply Transformer to YOLO #75

Merged
merged 5 commits into from
Mar 3, 2021
Merged

Apply Transformer to YOLO #75

merged 5 commits into from
Mar 3, 2021

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Mar 3, 2021

The model structure and trained checkpoint is copy-paste from ultralytics/yolov5#2333 .

@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #75 (ab8bafe) into master (76f5a5d) will increase coverage by 1.44%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   80.35%   81.79%   +1.44%     
==========================================
  Files           8        8              
  Lines         682      736      +54     
==========================================
+ Hits          548      602      +54     
  Misses        134      134              
Flag Coverage Δ
unittests 81.79% <100.00%> (+1.44%) ⬆️

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

Impacted Files Coverage Δ
test/test_models.py 94.47% <100.00%> (+1.32%) ⬆️
test/test_onnx.py 87.77% <100.00%> (+1.19%) ⬆️
test/test_torchscript.py 98.00% <100.00%> (+0.56%) ⬆️

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 76f5a5d...ab8bafe. Read the comment docs.

@zhiqwang zhiqwang merged commit 7e5a333 into master Mar 3, 2021
@zhiqwang zhiqwang deleted the add-transformer branch March 3, 2021 16:24
@zhiqwang zhiqwang added the enhancement New feature or request label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant