当前位置:网站首页>yolov6 学习初篇
yolov6 学习初篇
2022-07-17 00:17:00 【HySmiley】
1、下载官方code
2、下载预训练模型
在readme中有下载地址:
[**YOLOv6-n**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6n.pt)
[**YOLOv6-tiny**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6t.pt)
[**YOLOv6-s**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6s.pt)
将模型文件放在新建的weights文件夹下
3、infer推理
执行指令
python tools/infer.py --weights weights/yolov6t.pt --source data/images/image1.jpg --device 0
输出结果

边栏推荐
猜你喜欢
随机推荐
expect免交互
三层交换机配置VLAN和使用OSPF协议
Rhce8 Learning Guide Chapter 4 getting help
升级kubernetes 1.23.2到1.24.1
RHCE-ansible-第一次作业
Shell script for, while loop statements, price guessing games
Reflection and Discussion on time management methods
Shell programming specifications and variables
MySQL backup and recovery
【NoSQL】NoSQL之redis配置与优化(简单操作)
Binary installation kubernetes 1.23.2
Rhce8 Study Guide Chapter 6 archiving and compression
FTP service
HCIA summary
SSH Remote Control and access
GFS分布式文件系统
10.系统安全及应用
wangEditor介绍(入门级)
Upgrade kubernetes 1.23.2 to 1.24.1
从MySQL架构看一条SQL语句是如何执行的?








