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

Mismatch between result message and result image #263

Open
yes89929 opened this issue Jul 22, 2021 · 0 comments
Open

Mismatch between result message and result image #263

yes89929 opened this issue Jul 22, 2021 · 0 comments

Comments

@yes89929
Copy link

I made custom dataset that has 3 classes.

And, I trained hrnet model with pretrained weights.
python train.py --gpus 0,1,2 --cfg config/ade20k-hrnetv2.yaml

Then, I validated a one image used training.

Output message is Mean IoU: 1.0000, Accuracy: 100.00%
image

But, when looking result image, it's not.
image

I printed number of pixcel in intersection and union.
And, number of gray pixcel is 12614.
However, it is must be > 1,000,000, considering result image.

image
### intersection: [12614 4295 3970] union [12614 4295 3970]

I have no idea what is problem.

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

1 participant