当前位置:网站首页>Exception: Dataset not found. Solution
Exception: Dataset not found. Solution
2022-08-03 08:33:00 【I know everything I know, and I slowly understand what I don't 】
Exception: Dataset not found.

Specific solutions:
1. Parameter configurationFile
The path here is suffixed with .txt
train: E:\VScode_Projects\yolov5-6.1\MyData\train.txtval: E:\VScode_Projects\yolov5-6.1\MyData\val.txt# train/val can either read the folder directly, or read the .txt file for indexing.# You use the .txt file index here, then you need to fill in the path to the .txt file level, just like now.# number of classesnc: 1# class namesnames: ["phothle"] 2. Add the following sentence to the cache on line 470 of the train.py file
default= False,
And it worked!
边栏推荐
猜你喜欢
随机推荐
Exch:重命名或删除默认邮箱数据库
002-字段不为null
面渣逆袭:MySQL六十六问,两万字+五十图详解
Redisson实现分布式锁
Guava-字符串工具
JS函数获取本月的第一天和最后一天
分析型数据库性能测试总结
ArcEngine(四)MapControl_OnMouseDown的使用
关于Unity,Laya学习,第一步加载Unity加载场景
Path Prefixes (倍增!树上の二分)
审批流设计
Nacos使用实践
redis stream 实现消息队列
IDEA2021.2安装与配置(持续更新)
进程的创建
【收获合辑】k-NN与检索任务的异同+jupyter转pdf
IDEA的database使用教程(使用mysql数据库)
Unity编辑器扩展批量修改图片名称
greenplum role /user 管理
ArcEngine(五)用ICommand接口实现放大缩小









