liyi243
Results
1
issues of
liyi243
你好,我想请叫一下这个问题。我在训练mot17数据集的时候,按照readme中提到的方法训练时报AssertionError:train: No labels in mot17/train.cache.这样的错误,导致训练无法进行。后面提示时参考yolov5制作数据集,没找到解决方案。mot17数据集是直接下载官方的,我是先执行tools下面的covert_MOT17_to_yolo.py转换了格式(切了train、val、test三个),接着使用CUDA_VISIBLE_DEVICES=0 python train_aux.py --dataset mot17 --workers 8 --device 0 --batch-size 16 --data data/mot17.yaml --img 1280 1280 --cfg cfg/training/yolov7-w6.yaml --weights './weights/yolov7-w6_training.pt' --name yolov7-w6-custom --hyp data/hyp.scratch.custom.yaml命令试图进行训练,但是爆了上面的错误(No labels in...