AlibabaResearch / AlibabaResearch/efficientteacher

Issues encountered when using Efficient Teacher on personal datasets

未关闭
#6 62 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
good first issue
主要语言
Python
星标
813
派生
126
PR 合并指标
30 天内没有已合并 PR

描述

您好,我在执行 `python val.py --config configs/sup/custom/yolov5s_custom.yaml --weights weights/efficient-yolov5s.pt` 此条命令时报错了,以下是我的 yaml 文件定义:

Dataset:
data_name: 'custom'
train: ['./images/train' ]
val: [ './images/valid' ]
test: [ './images/valid' ]
nc: 1 # number of classe
np: 0 #number of keypoints
names: [ 'apple' ]

---
我的数据集是 txt 格式,组织目录如下:
|-- dataset
| |-- images
| | |-- train
| | |-- valid
| |-- labels
| | |-- train
| | |-- valid

txt文件时标准的yolov5格式,如下所示:
`
0 0.927518 0.820644 0.123193 0.112306
0 0.525768 0.426199 0.050776 0.020583
`

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。