s2anet
s2anet copied to clipboard
s2anet支持使用其他分类损失吗?我尝试了eql_loss(用于处理长尾现象),但是训练时,报错如下:如果使用别的损失,需要注意哪些地方吗,希望您可以给出一些建议。

Maybe you can add 'EQLv2' to this line so that we do not use another sampler.
https://github.com/csuhan/s2anet/blob/d2870963815b10c8f7796577e30b7c3b14e47ac6/mmdet/models/anchor_heads_rotated/s2anet_head.py#L64
Thanks for your suggestion, I will try it.
Hello, I would like to ask again, have you tried using the non-cuda version of focal loss? Why is there such a big difference between the two trained models?