irfanICMLL / structure_knowledge_distillation

The official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation'. (CVPR 2019 ORAL) and extension to other tasks.
BSD 2-Clause "Simplified" License
694 stars 104 forks source link

The source code of FCOS #30

Closed miaoshuyu closed 4 years ago

miaoshuyu commented 4 years ago

Can you share the source code on the FCOS? Thanks a lot .

irfanICMLL commented 4 years ago

You can refer to this issue to build your distillation framework based on your detection code. For the loss function, please refer to the branch cvpr19. https://github.com/irfanICMLL/structure_knowledge_distillation/issues/27