Open songtianhui opened 2 years 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?
没懂,什么意思
明白了,感谢
明白了,感谢
我好想也没看明白LocalizationDistillationLoss是怎么实现的,您可以给说一下嘛o(╥﹏╥)o
For something like
self.loss_ld = build_loss(dict(type='LocalizationDistillationLoss'...))
I seem not to find the class definition of it in this codebase...