mmocr icon indicating copy to clipboard operation
mmocr copied to clipboard

feat(evaluator): calculate average of metric result across all dataset

Open serious-gist opened this issue 2 years ago • 4 comments

Issue

Currently mmocr does not returns the avergae of all metric results in MultiDatasetEvaluator

Solution

Adding an method which calculates the average of all the metric results.

How to tackle this PR.

Just go through the changes made and test cases that are added.

serious-gist avatar Jul 05 '23 18:07 serious-gist

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Sharad Sirsat seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 05 '23 18:07 CLAassistant

@Harold-lkk I have made changes as per my requirement, please review and comment. Let me know if there is anything else.

serious-gist avatar Jul 05 '23 21:07 serious-gist

Hi @serious-gist,

We'd like to express our appreciation for your valuable contributions to the mmocr. Your efforts have significantly aided in enhancing the project's quality. It is our pleasure to invite you to join our community thorugh Discord_Special Interest Group (SIG) channel. This is a great place to share your experiences, discuss ideas, and connect with other like-minded people. To become a part of the SIG channel, send a message to the moderator, OpenMMLab, briefly introduce yourself and mention your open-source contributions in the #introductions channel. Our team will gladly facilitate your entry. We eagerly await your presence. Please follow this link to join us: ​https://discord.gg/UjgXkPWNqA.

If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID".

Thanks again for your awesome contribution, and we're excited to have you as part of our community!

OpenMMLab-Assistant-004 avatar Jul 18 '23 11:07 OpenMMLab-Assistant-004

Hi, thanks for your contribution! Before we are able to merge your PR, please don't forget to sign CLA here :)

image

Also, if you get an error message like "xxx seems not to be a GitHub user", it means that the email you used to commit changes does not match the one you used in your GitHub account. You can try to link your local email to your GitHub, or update your local email address and then amend your commits:

git config --global user.email "YOUR_GITHUB_EMAIL"
git commit --amend

gaotongxiao avatar Jul 19 '23 07:07 gaotongxiao