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 mAP evaluation for COCO and VOC datasets #70

Closed
wants to merge 9 commits into from

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Feb 24, 2021

Closes #59

  • Fix the dataset pipelines
  • Support mAP metrics computing on COCO datasets
  • Support mAO metrics computing on VOC datasets

@zhiqwang zhiqwang added the enhancement New feature or request label Feb 24, 2021
@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #70 (e6a2c45) into master (2332a2c) will decrease coverage by 1.44%.
The diff coverage is n/a.

❗ Current head e6a2c45 differs from pull request most recent head 4c5b67f. Consider uploading reports for the commit 4c5b67f to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   81.79%   80.35%   -1.45%     
==========================================
  Files           8        8              
  Lines         736      682      -54     
==========================================
- Hits          602      548      -54     
  Misses        134      134              
Flag Coverage Δ
unittests 80.35% <ø> (-1.45%) ⬇️

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

Impacted Files Coverage Δ
test/test_models.py 93.15% <0.00%> (-1.33%) ⬇️
test/test_onnx.py 86.58% <0.00%> (-1.20%) ⬇️
test/test_torchscript.py 97.43% <0.00%> (-0.57%) ⬇️

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 2332a2c...4c5b67f. Read the comment docs.

@zhiqwang zhiqwang added the API Library use interface label Mar 8, 2021
@zhenwang23
Copy link

Hi Zhiqiang, Nice to meet you. Wanna talk about new opportunities?

@zhiqwang
Copy link
Owner Author

@zhenwang23 - Nice to meet you too, Let's discuss about these via Email, and I have already replied to you, please check your email.

@zhiqwang zhiqwang closed this Mar 22, 2021
@zhiqwang zhiqwang deleted the coco-validation branch March 22, 2021 09:31
@zhiqwang zhiqwang added the duplicate This issue or pull request already exists label Mar 22, 2021
@zhiqwang
Copy link
Owner Author

Duplicate of #89

@zhiqwang zhiqwang marked this as a duplicate of #89 Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable prediction and fine-tuning
2 participants