Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 555 Bytes

Implementation CVPR 2019 paper Distilling Object Detectors with Fine-grained Feature Imitation in yolov5

Distilling Yolov5

Preparation

1 Clone the repository

First of all, clone the code

git clone https://github.com/xing-bing/yolov5-distilling

2 Requirements

​ pip install -r requirements.txt

3 Data preparation

Train

python train_distill.py

Author: xingbing