-
Hello, I was working out your count loss formula. I realized that if I applied sigmoid to my probability map of 0s and 1s, a 100% match of counts to groundtruth number of emitters would result in a heavier loss than an 80% match of counts. I've only tried this to a simple case of 3x3 matrix with groundtruth number of emitters = 5. I am not sure yet if this applies to a very large number of emitters. Any thoughts? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not quite sure I understand. If you apply a sigmoid to the probabilities (which are already between 0 and 1) you would get numbers that are all somewhere between 0.5 and 0.6 and applying the loss to that wouldn't make much sense. |
Beta Was this translation helpful? Give feedback.
I'm not quite sure I understand. If you apply a sigmoid to the probabilities (which are already between 0 and 1) you would get numbers that are all somewhere between 0.5 and 0.6 and applying the loss to that wouldn't make much sense.