当前位置:网站首页>Exception: Dataset not found.解决办法
Exception: Dataset not found.解决办法
2022-08-03 08:16:00 【知道的都知道 不知道的慢慢了解】
Exception: Dataset not found.
具体解决办法:
1.参数配置文件
这里的路径加上.txt后缀
train: E:\VScode_Projects\yolov5-6.1\MyData\train.txt
val: E:\VScode_Projects\yolov5-6.1\MyData\val.txt
# train/val 可以是直接读取文件夹,也可以是读取.txt文件建立索引。
# 你这里用的.txt文件索引,那么就需要把路径填到.txt文件这一级,就像现在。
# number of classes
nc: 1
# class names
names: ["phothle"]
2.在train.py文件
第470行 cache这里加上下面这一句
default= False,
这样就运行成功了!
边栏推荐
猜你喜欢
NFT到底有哪些实际用途?
AI mid-stage sequence labeling task: three data set construction process records
Docker启动mysql
The Transformer, BERT, GPT paper intensive reading notes
Redisson实现分布式锁
WPF 学习笔记《WPF样式基础》
品牌方发行NFT时,应如何考量实用性?
[Kaggle combat] Prediction of the number of survivors of the Titanic (from zero to submission to Kaggle to model saving and restoration)
二进制日志过期时间设置expire_logs_days
Transformer、BERT、GPT 论文精读笔记
随机推荐
FusionAccess软件架构、FusionAccess必须配置的四个组件、桌面发放流程、虚拟机组类型、桌面组类型
【收获合辑】k-NN与检索任务的异同+jupyter转pdf
[Kaggle combat] Prediction of the number of survivors of the Titanic (from zero to submission to Kaggle to model saving and restoration)
【无标题】
wordpress: 裁剪您的图片时发生错误
编程踩坑合集
Arduino框架下对ESP32 NVS非易失性存储解读以及应用示例
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
二进制日志过期时间设置expire_logs_days
Using pipreqs export requirements needed for the project. TXT (rather than the whole environment)
thop 使用心得
进程信息
Path Prefixes (倍增!树上の二分)
IDEA的database使用教程(使用mysql数据库)
Docker starts mysql
word之个人设置
Transformer、BERT、GPT 论文精读笔记
Evaluate:huggingface评价指标模块入门详细介绍
uni-app 顶部选项卡吸附效果 demo(整理)
JS函数获取本月的第一天和最后一天