Update README.md

This commit is contained in:
xuehao.ma 2022-07-03 11:59:39 +08:00 committed by GitHub
parent 3cf39c89ba
commit 09bd31e625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,17 @@ Network|COCO mAP(0.5)|Resolution|Run Time(4xCore)|Run Time(1xCore)|FLOPs(G)|Para
[Yolo-FastestV1.1](https://github.com/dog-qiuqiu/Yolo-Fastest/tree/master/ModelZoo/yolo-fastest-1.1_coco)|24.40 %|320X320|26.60 ms|75.74 ms|0.252|0.35M
[Yolo-FastestV2](https://github.com/dog-qiuqiu/Yolo-FastestV2/tree/main/modelzoo)|24.10 %|352X352|23.8 ms|68.9 ms|0.212|0.25M
FastestDet|27.8%|512X512|21.51ms|34.62ms|*|0.25M
* ***Test platform RK3568 CPUBased on [NCNN](https://github.com/Tencent/ncnn)***
# Improvement
* Anchor-Free
* Single scale detector head
* Cross grid multiple candidate targets
* Dynamic positive and negative sample allocation
# Multi-platform benchmark
Equipment|Computing backend|System|Framework|Run time(Single core)|Run time(Multi core)
:---:|:---:|:---:|:---:|:---:|:---:
Radxa rock3a|RK3568(arm-cpu)|Linux(aarch64)|ncnn|34.62ms|21.51ms
AMD|R5-5600(X86-cpu)|Linux(amd64)|ncnn|2.16ms|1.73ms
# How to use
## Dependent installation
* PiP(Note pytorch CUDA version selection)