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

PACC instead of mIoU #54

Open
mishaelran opened this issue Dec 2, 2018 · 1 comment
Open

PACC instead of mIoU #54

mishaelran opened this issue Dec 2, 2018 · 1 comment

Comments

@mishaelran
Copy link

mishaelran commented Dec 2, 2018

Hi Hellochick, i would like to get PACC evaluation instead of mIoU metrics do you know how i can implement it in the code?
(i am using cityscapes)
original:
mIoU, update_op = tf.contrib.metrics.streaming_mean_iou(pred, gt, num_classes=num_classes)

if i change the tf function to:
image

will i get the pixel accuracy?

or this
image

@REFunction
Copy link

Hi Hellochick, i would like to get PACC evaluation instead of mIoU metrics do you know how i can implement it in the code?
(i am using cityscapes)
original:
mIoU, update_op = tf.contrib.metrics.streaming_mean_iou(pred, gt, num_classes=num_classes)

if i change the tf function to:
image

will i get the pixel accuracy?

or this
image

The two are Pixel Accuracy and mean Pixel Accuracy. You can learn about them.

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

2 participants