YOLOF icon indicating copy to clipboard operation
YOLOF copied to clipboard

How to understand the calculation process of normalized_cls_score?

Open linklist2 opened this issue 3 years ago • 4 comments
trafficstars

I did not understand this code, can anyone help me understand this code? image

linklist2 avatar Dec 20 '21 02:12 linklist2

In our mehtod, the final class score output is sigmoid(cls_score)*sigmoid(objectness). For the sake of simplicity, we use sigmoid(normalized class score) as the final class score output. These two outputs is equal: sigmoid(normalized class score) = sigmoid(cls_score)*sigmoid(objectness). You can check this equation by yourself.

ytoon avatar Mar 10 '22 06:03 ytoon

I did not understand this code, can anyone help me understand this code? image

Have you ever make clear what does this equation mean? I can't understand this either. It seems complicate and meaningless...

maxenceliu avatar Apr 07 '22 07:04 maxenceliu

I did not understand this code, can anyone help me understand this code? image

Have you ever make clear what does this equation mean? I can't understand this either. It seems complicate and meaningless...

image Please refer to this picture

linklist2 avatar Apr 07 '22 07:04 linklist2

I did not understand this code, can anyone help me understand this code? image

Have you ever make clear what does this equation mean? I can't understand this either. It seems complicate and meaningless...

image Please refer to this picture

Thx!

maxenceliu avatar Apr 07 '22 07:04 maxenceliu