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

About testing model's performance #25

Closed
XiaoqiangZhou opened this issue Sep 23, 2019 · 4 comments
Closed

About testing model's performance #25

XiaoqiangZhou opened this issue Sep 23, 2019 · 4 comments

Comments

@XiaoqiangZhou
Copy link

Hi,
Could you please provide the testing code of calculating mAcc? I re-train a model based on your design but on a different dataset. I want to evaluate the performance.
Thanks~

@steven413d
Copy link
Collaborator

Hi, the metric I used is overall per-pixel accuracy. It is the percent of pixels in the target image that is classified correctly. It is easy to implement.

@XiaoqiangZhou
Copy link
Author

Thanks for your reply~ I have retrained the model based on different train/test split. The performance is similar, Overall Acc=93.7, and miou = 79.2.

I will colse this issue and the other one.
Thanks~

@Ha0Tang
Copy link

Ha0Tang commented Apr 21, 2020

@XiaoqiangZhou can you provide code to calculate Acc and mIoU?

@Ha0Tang
Copy link

Ha0Tang commented Apr 21, 2020

Now I got

miou: 0.7905515417320962
acc: 0.9342066654064838

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants