代码:GitHub - HikariTJU/LD: Localization Distillation for Object Detection (CVPR 2022, TPAMI 2023)

框架:https://hub.nuaa.cf/open-mmlab/mmdetection/tree/master/configs/ld

一、环境安装(CUDA > 11.0)

conda create -n LD python=3.7 -y
conda activate LD
conda install pytorch=1.7 cudatoolkit=11 torchvision -c pytorch
pip install mmcv-full==1.2.7 -f https://download.openmmlab.com/mmcv/dist/cu110/torch1.7/index.html
pip install -v -e .

二、数据集准备

建议将数据集的根目录放在  

Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐