当前位置:网站首页>Import requirements in batches during Yolo training Txt
Import requirements in batches during Yolo training Txt
2022-07-07 17:41:00 【AI cannon fodder】
We can see yolov5 Before training, we not only need to make data sets , You also need to import more packages , As shown below , If we import one by one, it will be very troublesome .
Therefore, you can consider using the following commands for batch import :
Before using batch import , The first thing you need to cd To the specified requirement Under the path :

Then execute the following command in this path :
pip install -r requirements.txt
give the result as follows :


We find that our existing configuration will not be installed again , If the configuration is not satisfied, it will be installed
边栏推荐
- 第3章业务功能开发(用户登录)
- Establishment of solid development environment
- 【网络攻防原理与技术】第4章:网络扫描技术
- 机器视觉(1)——概述
- 无法链接远程redis服务器(解决办法百分百)
- Ansible learning summary (9) -- ansible loop, condition judgment, trigger, processing failure and other task control use summary
- [distributed theory] (II) distributed storage
- DatePickerDialog and trimepickerdialog
- 到底有多二(Lua)
- Functions and usage of viewflipper
猜你喜欢
随机推荐
【OKR目标管理】案例分析
机器人工程终身学习和工作计划-2022-
本周小贴士#135:测试约定而不是实现
测试3个月,成功入职 “字节”,我的面试心得总结
【TPM2.0原理及应用指南】 5、7、8章
原生js验证码
Functions and usage of tabhost tab
让保险更“保险”!麒麟信安一云多芯云桌面中标中国人寿, 助力金融保险信息技术创新发展
mysql官网下载:Linux的mysql8.x版本(图文详解)
LeetCode1051(C#)
Define menus using XML resource files
swiper左右切换滑块插件
请将磁盘插入“U盘(H)“的情况&无法访问 磁盘结构损坏且无法读取
【重新理解通信模型】Reactor 模式在 Redis 和 Kafka 中的应用
第2章搭建CRM项目开发环境(数据库设计)
Alertdialog create dialog
字符串 - string(Lua)
【网络攻防原理与技术】第3章:网络侦察技术
textSwitch文本切换器的功能和用法
无法链接远程redis服务器(解决办法百分百)








