yolov7
yolov7 copied to clipboard
error when training yolov7-mask
I train the yolov7-mask using the following command: python train.py --project D:\train_log --workers 2 --device 0 --batch-size 8 --data data/coco.yaml --img 1024 1024 --cfg cfg/yolov7-mask.yaml --weights '' --name yolov7_mask --hyp data/hyp.scratch.mask.yaml
the following error occurred: Starting training for 300 epochs...
Epoch gpu_mem box obj cls total labels img_size
0%| | 0/333 [00:05<?, ?it/s]
Traceback (most recent call last):
File "train.py", line 613, in
how can i fix this error?
我也遇到了这个问题,请问您这边解决了吗
Training code of yolov7-mask is not yet released (due to detectron2 dependency), currently u7 branch support training of yolov7-seg.
我也遇到了这个问题,请问您这边解决了吗 解决没?
Hi , Is training code of yolov7-mask released now?