HikariTJU / LD

Localization Distillation for Object Detection (CVPR 2022, TPAMI 2023)
Apache License 2.0
355 stars 51 forks source link

Where is definition of `LocalizationDistillationLoss`? #47

Open songtianhui opened 1 year ago

songtianhui commented 1 year ago

For something like self.loss_ld = build_loss(dict(type='LocalizationDistillationLoss'...)) I seem not to find the class definition of it in this codebase...

HikariTJU commented 1 year ago

https://github.com/HikariTJU/LD/blob/main/mmdet/models/dense_heads/ld_head.py#L67

songtianhui commented 1 year ago

It has no problem. But for example here https://github.com/HikariTJU/LD/blob/2dda5c043e733c7cc40f6ce41fb37d0e76c44eeb/mmdet/models/dense_heads/ld_fcos_head.py#L33, where is this loss implementation?

HikariTJU commented 1 year ago

没懂,什么意思

songtianhui commented 1 year ago

明白了,感谢

jingong commented 1 year ago

明白了,感谢

我好想也没看明白LocalizationDistillationLoss是怎么实现的,您可以给说一下嘛o(╥﹏╥)o