Jugerr

Results 5 issues of Jugerr

There is an error when run "python3.6 train.py --data data/mask_face.data --weights weights/yolov3-tiny.weights --cfg cfg/yolov3-tiny.cfg --epochs 100"

用一批数据训练模型后,在测试另一批环境有点不同的数据时,虽然类别检测出来了,但是检测框超出实际目标很多,大的都几乎占了图片的一半,分类没什么问题,框位置的回归有很大问题。请问是过拟合还是什么原因?

RuntimeError: Error(s) in loading state_dict for DataParallel: size mismatch for module.fish.fish.9.4.1.weight: copying a param with shape torch.Size([1056]) from checkpoint, the shape in current model is torch.Size([1000, 1056, 1, 1]). size...