DETRHead.cls_out_channels
and FocalLoss.use_sigmoid
#8821
Unanswered
ShunchiZhang
asked this question in
Q&A
Replies: 1 comment
-
In general, when As far as your other question. It appears it just hasn't been implemented yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, would you mind illustrate why
self.cls_out_channels = num_classes + 1
when not using sigmoid?mmdetection/mmdet/models/dense_heads/detr_head.py
Lines 134 to 137 in 9d3e162
Besides, why
use_sigmoid = False
is not supported in focal loss class? How could I use focal loss with softmax?mmdetection/mmdet/models/losses/focal_loss.py
Line 188 in 9d3e162
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions