Skip to content

How to customize metrics? #1204

Answered by Yshuo-Li
cjj490168650 asked this question in How-to
Discussion options

You must be logged in to vote

Metrics are defined in https://github.com/open-mmlab/mmediting/blob/master/mmedit/core/evaluation/metrics.py.

You can add your metrics in https://github.com/open-mmlab/mmediting/blob/master/mmedit/core/evaluation/metrics.py or create a new file in https://github.com/open-mmlab/mmediting/blob/master/mmedit/core/evaluation/ to add your metrics.

Besides, it will be better if you push your code to this Repo by PR. By which we can help you more directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zengyh1900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How-to
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #842 on October 09, 2022 11:51.