gizemtanriver

Results 6 comments of gizemtanriver

Hi, I am still very confused about the way "background" pixels are treated. I have a lesion dataset and my masks have values of 255 for lesion class and 0...

@JordanMakesMaps So in that case I have two classes 'lesion' and 'background'. Does that mean that my target shape should be (batchsize, height, width, 2)? and the length of self.class_values...

This seems to work. Thanks! I have also tested it with softmax and categorical focal loss just to see what happens, but it doesn't fit very well. So better use...

> Maybe I have some error in my thinking, but isn't the way `compute_batch_ap` computes the AP wrong? It computes the AP for every image and averages the results, while...

Hi, what are those 3 different resolutions that TTA uses? Are they selected randomly? Many thanks

@glenn-jocher Thanks! Also, where exactly is this happening in the code? I couldn't find it.