SsisyphusTao / Object-Detection-Knowledge-Distillation

An Object Detection Knowledge Distillation framework powered by pytorch, now having SSD and yolov5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is the hint loss not implemented in the code?

Wenju-Huang opened this issue · comments

Actually, it is implemented here, in nets/multibox_loss.py. I didn't implement the method described in paper literally, because it didn't work...

image