Interpolation of Labels #594
Replies: 2 comments 7 replies
-
Hi, @justusschock. That's a good point. This was shortly discussed with @romainVala in #342. I believe the conclusion was that it's not really worth it. Especially when there is a large number of labels, like in |
Beta Was this translation helpful? Give feedback.
-
Hi there I check the dice score, and the differences was very small, but this is dependent of the label size you check ... (Gray matter in my case) Actually I have an other use case: I do work with Partial Volume label, (similar to one-hot encoded label, but with continuous values in the [0 1] interval, (and the sum over channel ==1) So I vote +1 to add this functionality may be an easy way to do is to separate the problem the point 2 is then very easy to add, with few changes ... no ? |
Beta Was this translation helpful? Give feedback.
-
Hi, your docs state that
I was wondering if this really is the best approach to do so. Wouldn't it make more sense for LabelMaps to be converted to one-hot, interpolated with the same type as
ScalarImage
and then be argmaxed again?I could imagine the interpolation to be inconsistent w.r.t images (though I do understand why interpolation on labels without the one-hot approach has to be do interpolated this way).
Beta Was this translation helpful? Give feedback.
All reactions