# ReviewKD **Repository Path**: bear_happy/review-kd ## Basic Information - **Project Name**: ReviewKD - **Description**: 此代码是基于mmdet实现的目标检测蒸馏代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-19 - **Last Updated**: 2022-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReviewKD **Distilling Knowledge via Knowledge Review** Pengguang Chen, Shu Liu, Hengshuang Zhao, Jiaya Jia This project provides an implementation for the CVPR 2021 paper "[Distilling Knowledge via Knowledge Review](https://arxiv.org/pdf/2104.09044.pdf)" ## CIFAR-100 Classification Please refer to [CIFAR-100](https://github.com/Jia-Research-Lab/ReviewKD/tree/master/CIFAR-100) for more details. ## ImageNet Classification Please refer to [ImageNet](https://github.com/Jia-Research-Lab/ReviewKD/tree/master/ImageNet) for more details. ## COCO Detection Please refer to [Detection](https://github.com/dvlab-research/ReviewKD/tree/master/Detection) for more details. ## COCO Instance Segmentation Please refer to [Detection](https://github.com/dvlab-research/ReviewKD/tree/master/Detection) for more details. ## Paddle Thanks to [@littletomatodonkey](https://github.com/littletomatodonkey), the paddle vision of our code is available [here](https://github.com/dvlab-research/ReviewKD/tree/master/Paddle/Classification). ## Citation Please consider citing ReviewKD in your publications if it helps your research. ```bib @inproceedings{chen2021reviewkd, title={Distilling Knowledge via Knowledge Review}, author={Pengguang Chen, Shu Liu, Hengshuang Zhao, and Jiaya Jia}, booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2021}, } ```