Open HansolEom opened 3 years ago
you could try to set image_weights=True
in https://github.com/WongKinYiu/ScaledYOLOv4/blob/yolov4-csp/utils/datasets.py#L294.
you could try to set
image_weights=True
in https://github.com/WongKinYiu/ScaledYOLOv4/blob/yolov4-csp/utils/datasets.py#L294.
Thank you. I'll try. Right now, I am learning the same batch size you used. The train obj_loss and val obj_loss are going in different directions. I think this problem can also be solved through image_weight.
[gt]
[pred]
The shoes do not learn at all. I think small objects don't work well.
My training run: python -m torch.distributed.launch --nproc_per_node 4 train.py --batch-size 160 --data deep_moda.yaml --cfg yolov4-csp.cfg --weights '' --name yolov4-csp --sync-bn
Can you help me?