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
I'm trying to get sample-wise metric score. However, for good category samples, the label and mask are zero. An output of a well-trained model nicely matches the targets. So, computing this with binary metrices for good samples will give zeo scocre!
In pytorch-lightning, the overal batch output wouold be the mean of sample-wise scores, is it correct? For example, the pixel_scores (recall, precision, f1) in the following chart.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get sample-wise metric score. However, for
good
category samples, the label and mask are zero. An output of a well-trained model nicely matches the targets. So, computing this with binary metrices for good samples will give zeo scocre!In pytorch-lightning, the overal batch output wouold be the mean of sample-wise scores, is it correct? For example, the pixel_scores (recall, precision, f1) in the following chart.
Beta Was this translation helpful? Give feedback.
All reactions