当前位置:网站首页>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!
边栏推荐
猜你喜欢

sqlite date field plus one day

mysql服务器上的mysql这个实例中表的介绍

Qt 下拉复选框(MultiSelectComboBox)(一) 实现下拉框多选,搜索下拉框内容

《剑指Offer》刷题之打印从1到最大的n位数

Eject stubborn hard drives with diskpart's offline command

ceph简介

【愚公系列】2022年07月 Go教学课程 026-结构体

Logic Pro X built-in sound library list

LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二:编码实现

进程的创建
随机推荐
HCIP练习(OSPF)
ArcEngine(四)MapControl_OnMouseDown的使用
基于二次型性能指标的燃料电池过氧比RBF-PID控制
Redis的基础与django使用redis
Redis分布式锁
LeetCode 每日一题——622. 设计循环队列
MySQL数据库————数据库与vs的连接
【论文笔记】基于动作空间划分的MAXQ自动分层方法
并发之多把锁和活跃性
PowerShell:执行 Install-Module 时,不能从 URI 下载
行业洞察 | 如何更好的实现与虚拟人的互动体验?
Redisson实现分布式锁
mysql5.7服务器The innodb_system data file 'ibdata1' must be writable导致无法启动服务器
二进制日志过期时间设置expire_logs_days
【愚公系列】2022年07月 Go教学课程 026-结构体
Pop Harmony Basics Big Notes
关于Unity自定义Inspector面板的一些自定义编辑器扩展
流行和声基础大笔记
thop 使用心得
RViz报错: Error subscribing: Unable to load plugin for transport ‘compressed‘解决方法