当前位置:网站首页>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!
边栏推荐
- Charles抓包工具学习记录
- How does Mysql query two data tables for the same fields in two tables at the same time
- Qt 下拉复选框(MultiSelectComboBox)(一) 实现下拉框多选,搜索下拉框内容
- uni-app 顶部选项卡吸附效果 demo(整理)
- LAN技术-2免费ARP
- Nacos使用实践
- uniapp swiper 卡片轮播 修改指示点样式效果demo(整理)
- 面渣逆袭:MySQL六十六问,两万字+五十图详解
- HCIA实验(07)
- scala 并行集合、并行并发、线程安全问题、ThreadLocal
猜你喜欢

"Swordsman Offer" brush questions print from 1 to the largest n digits

redis键值出现 xacxedx00x05tx00&的解决方法

PowerShell:执行 Install-Module 时,不能从 URI 下载

AI中台序列标注任务:三个数据集构造过程记录

内存模型之可见性

线程介绍与使用

进程的创建

day12---接口和协议

【愚公系列】2022年07月 Go教学课程 026-结构体
![[Kaggle combat] Prediction of the number of survivors of the Titanic (from zero to submission to Kaggle to model saving and restoration)](/img/2b/d2f565d9221da094a9ccc30f506dc8.png)
[Kaggle combat] Prediction of the number of survivors of the Titanic (from zero to submission to Kaggle to model saving and restoration)
随机推荐
安装mysql-workbench
审批流设计
C# 一周入门高级编程之《C#-接口》Day Two
行业 SaaS 微服务稳定性保障实战
Evaluate:huggingface评价指标模块入门详细介绍
The Transformer, BERT, GPT paper intensive reading notes
英文语法-状语从句
判断根节点是否等于子节点之和
Charles抓包工具学习记录
【愚公系列】2022年07月 Go教学课程 026-结构体
day12---接口和协议
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
"Swordsman Offer" brush questions print from 1 to the largest n digits
IDEA2021.2安装与配置(持续更新)
MySQL1
内存模型之有序性
并发之多把锁和活跃性
并发之固定运行和交替运行方案
redis stream 实现消息队列
Charles packet capture tool learning record