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
695 stars 104 forks source link

do you have objection detection .distiller demo? #16

Closed hexiangquan closed 4 years ago

irfanICMLL commented 4 years ago

You can use the demo code in FCOS. Our model can be directly loaded into the FCOS demo. If you have any questions, feel free to contact me.

anhvth commented 4 years ago

hi irfan, could you provide the training code for fcos distilation

irfanICMLL commented 4 years ago

We do not have the plan for releasing fcos distilation recently. I use the training code of FCOS and insert the loss function of distillation. It is not very hard to reproduce. If you have any questions, feel free to contact me.