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

Fix loss computation #25

Merged
merged 28 commits into from
Jan 6, 2021
Merged

Fix loss computation #25

merged 28 commits into from
Jan 6, 2021

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Dec 17, 2020

Closes #16

@zhiqwang zhiqwang added bug / fix Something isn't working enhancement New feature or request labels Dec 17, 2020
@zhiqwang zhiqwang changed the title Fix loss computati Fix loss computation Dec 17, 2020
@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #25 (860e4d5) into master (a432f74) will increase coverage by 2.71%.
The diff coverage is 43.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   34.30%   37.02%   +2.71%     
==========================================
  Files          31       33       +2     
  Lines        2670     2847     +177     
==========================================
+ Hits          916     1054     +138     
- Misses       1754     1793      +39     
Flag Coverage Δ
unittests 37.02% <43.52%> (+2.71%) ⬆️

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

Impacted Files Coverage Δ
datasets/coco.py 0.00% <0.00%> (ø)
datasets/transforms.py 0.00% <0.00%> (ø)
detect.py 0.00% <0.00%> (ø)
engine.py 0.00% <0.00%> (ø)
test/dataset_utils.py 0.00% <0.00%> (ø)
utils/builtin_meta.py 0.00% <0.00%> (ø)
utils/image_utils.py 0.00% <0.00%> (ø)
utils/misc.py 0.00% <0.00%> (ø)
utils/yolo2coco.py 0.00% <0.00%> (ø)
models/transform.py 86.84% <86.84%> (ø)
... and 15 more

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 a432f74...860e4d5. Read the comment docs.

@zhiqwang zhiqwang merged commit 608aa71 into master Jan 6, 2021
@zhiqwang zhiqwang deleted the fix_loss_computation branch January 6, 2021 17:36
@zhiqwang zhiqwang added bugfix and removed bug / fix Something isn't working labels Jan 8, 2021
@zhiqwang zhiqwang added the API Library use interface label Feb 16, 2021
@zhiqwang zhiqwang added bug / fix Something isn't working and removed bugfix labels Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface bug / fix Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC] Support training with COCO and VOC datasets
1 participant