当前位置:网站首页>知识蒸馏3:YOLOV5项目准备
知识蒸馏3:YOLOV5项目准备
2022-07-30 17:21:00 【@BangBang】
1) 下载项目文件
2) 安装所需库
使用清华镜像源:
在yolov5-6.1-distillation路径下执行:
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
注意:simple 不能少, 是 https 而不是 http
3) 下载预训练权重文件
yolov5的github 链接:https://github.com/ultralytics/yolov5
下载YOLOv5 v6.1
版本的yolov5s.pt,yolov5m.pt,yolov5l.pt,yolov5x.pt
权重文件,并放置在weights文件夹下
4) 安装测试
测试图片:
在yolov5-6.1-distillation路径下执行
python detect.py --source ./data/images/ --weights weights/yolov5s.pt
边栏推荐
- 关于内和调试无法查看ntdll内存的问题
- MySQL详细学习教程(建议收藏)
- 华为无线设备Mesh配置命令
- 向量检索基础方法总结
- BCryptPasswordEncoder的使用及原理
- 腾讯专家献上技术干货,带你一览腾讯广告召回系统的演进
- 每日练习------生成13位条形, Ean-13码规则:第十三位数字是前十二位数字经过计算得到的校验码。
- Daily practice------Generate 13-digit bar, Ean-13 code rule: The thirteenth digit is the check code obtained by the calculation of the first twelve digits.
- Error EPERM operation not permitted, mkdir 'Dsoftwarenodejsnode_cache_cacach Two solutions
- 【综合类型第 34 篇】喜讯!喜讯!!喜讯!!!,我在 CSDN 的第一个实体铭牌
猜你喜欢
全球架构师峰会
浅谈在线编辑器中增量编译技术的应用
What does a good resume look like in the eyes of a big factory interviewer?
Tensorflow模型量化(Quantization)原理及其实现方法
LeetCode167: Sum of two numbers in sorted array
【综合类型第 34 篇】喜讯!喜讯!!喜讯!!!,我在 CSDN 的第一个实体铭牌
Wanhua chemical fine chemical industry innovation product assembly
swagger使用教程——快速使用swagger
un7.30:linux——如何在docker容器中安装MySQL?
JMeter笔记4 | JMeter界面介绍
随机推荐
Mongoose module
FastJson反序列化漏洞(复现)
JMeter笔记4 | JMeter界面介绍
论文阅读之《Underwater scene prior inspired deep underwater image and video Enhancement (UWCNN)》
图卷积神经网络的数学原理——谱图理论和傅里叶变换初探
数据库的三大范式
C陷阱与缺陷 第6章 预处理器 6.3 宏并不是语句
【云商店公告】关于7月30日帮助中心更新通知
微信小程序picker滚动选择器使用详解
[MRCTF2020]Ezaudit
Lotus explodes the block failed
LeetCode167:有序数组两数之和
MySQL超详细安装教程 手把手教你安装MySQL到使用MySQL 最简单的MySQL安装方式,这种方式装,卸载也简单
Google earth engine如何实现我们时间列表的排列和选取
C陷阱与缺陷 第7章 可移植性缺陷 7.2 标识符名称的限制
【AAAI2020】阿里DMR:融合Matching思想的深度排序模型
对话框 QDialog ( 详解 )
C陷阱与缺陷 第6章 预处理器 6.1 不能忽视宏定义中的空格
说几个大厂分库分表的那点破事。
中文字符集编码Unicode ,gb2312 , cp936 ,GBK,GB18030