ArchipLab-LinfengZhang / Object-Detection-Knowledge-Distillation-ICLR2021

The official implementation of ICLR2021 paper "Improve Object Detection with Feature-based Knowledge Distillation: Towards Accurate and Efficient Detectors".
MIT License
57 stars 6 forks source link

mmdetection version #9

Closed yqjiang6 closed 2 years ago

yqjiang6 commented 3 years ago

Hi! Could you please provide the specific version of the mmdetection used in your paper? I cloned the v2.18 from mmdetection repository and it seems like your code is incompatible with this version of mmdetection. Thank You!

Senwang98 commented 3 years ago

Hi, @yqjiang6 Have you solved this version problem?

ruiningTang commented 2 years ago

I found the code is compatible with mmdet-2.3, and it works well for me.

Senwang98 commented 2 years ago

@ruiningTang Ok, thanks bro!

yqjiang6 commented 2 years ago

Thank for your reply. MMdet-2.3 works well!