当前位置:网站首页>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!
边栏推荐
猜你喜欢
随机推荐
HCIP实验(06)
thop 使用心得
线程介绍与使用
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
HCIP练习02(OSPF)
Logic Pro X自带音色库列表
frp: open source intranet penetration tool
36氪详情页AES
图解Kernel Device Tree(设备树)的使用
ArcEngine (4) Use of MapControl_OnMouseDown
greenplum role /user 管理
编程踩坑合集
ArcEngine (2) loading the map document
Eject stubborn hard drives with diskpart's offline command
服务器资源监控工具-nmon、nmon_analyser
分析型数据库性能测试总结
HCIP练习03(重发布)
C# 一周入门高级编程之《C#-接口》Day Two
阿里云·短信发送
【TPC-DS】DF的SQL(Data Maintenance部分)