You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
will i get the pixel accuracy?
or this
The text was updated successfully, but these errors were encountered:
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:
will i get the pixel accuracy?
or this
The two are Pixel Accuracy and mean Pixel Accuracy. You can learn about them.
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:
will i get the pixel accuracy?
or this
The text was updated successfully, but these errors were encountered: