mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	 45865c8724
			
		
	
	45865c8724
	
	
	
		
			
			* [FlyCV] Bump up FlyCV -> official release 1.0.0 * XPU to KunlunXin * update * update model link * update doc * update device * update code * useless code Co-authored-by: DefTruth <qiustudent_r@163.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
YOLOv6准备部署模型
- 
YOLOv6 部署实现来自YOLOv6,和基于coco的预训练模型。 
下载预训练ONNX模型
为了方便开发者的测试,下面提供了YOLOv6导出的各系列模型,开发者可直接下载使用。(下表中模型的精度来源于源官方库)
| 模型 | 大小 | 精度 | 
|---|---|---|
| YOLOv6s | 66MB | 43.1% | 
| YOLOv6s_640 | 66MB | 43.1% | 
| YOLOv6t | 58MB | 41.3% | 
| YOLOv6n | 17MB | 35.0% | 
详细部署文档
版本说明
- 本版本文档和代码基于YOLOv6 0.1.0版本 编写