Closed www516717402 closed 3 years ago
Hi,
If there is no mistake about classes or training, the model can detect objects in training images. But for external images these results are normal. 128 images is very low for any yolov5 model.
If this image in already in training dataset, you may increase tranining time.
Or, try to change CUDA version. When I use 1660Ti I cannot train my model with CUDA 11.1. When I use RTX3070 I cannot train my model with CUDA 10.2
I dont know why but if your mAP value does not increase, you may try change your cuda version.
@sezer-muhammed Thank you for reply.
@sezer-muhammed Thank you for reply.
- I will check dataset again and increase trainning time by your advice.
- Whether raise error when cuda not match?
You are welcome, Yes. If there is a CUDA problem in every epochs your mAP valuse will decrease.
Great help. I will try. Thank you again.
❔Question