Home

Awesome

FastestDet: it has higher accuracy and faster speed than Yolo-fastest https://github.com/dog-qiuqiu/FastestDet

:zap:Yolo-FastestV2:zap:DOI

image

Evaluating indicator/Benchmark

NetworkCOCO mAP(0.5)ResolutionRun Time(4xCore)Run Time(1xCore)FLOPs(G)Params(M)
Yolo-FastestV224.10 %352X3523.29 ms5.37 ms0.2120.25M
Yolo-FastestV1.124.40 %320X3204.23 ms7.54 ms0.2520.35M
Yolov4-Tiny40.2%416X41626.00ms55.44ms6.95.77M

Improvement

How to use

Dependent installation

pip3 install -r requirements.txt

Test

<div align=center> <img src="https://github.com/dog-qiuqiu/Yolo-FastestV2/blob/main/img/000139_result.png"> /> </div>

How to train

Building data sets(The dataset is constructed in the same way as darknet yolo)

Get anchor bias

Build the training .data configuration file

Train

Evaluation

Deploy

NCNN

Reference