-
**Describe the bug**
Model is not training due to a pytorch problem
**Expected behavior**
model should be trained normally.
**Environment**
I have tested the following on two seperate enviroments…
-
## ❔Question
First of all, you are doing an excellent job!! Keep doing it :D
I notice that all yolov5 model have increase mAP with v2.0 release except Yolov5s that decreased it's mAP from 36.6 to…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
训练的时候 P和R 一直为0,即使训练到300个epoch也是0,同样的数据集在原yolov5上就很好,想请问下是什么原因!
![image](https://user-images.githubusercontent.com/72843017/145762185-46be5162-5dbc-4f6e-9526-370b5adff40d.png)
-
![1666878659566](https://user-images.githubusercontent.com/17897415/198303035-2341a3af-c823-450d-bcd5-ee99fa30133f.png)
同一个模型,1.5下训练的,把cc类txt删除作为1.0上传服务器评估,和大佬的相差3.14%,同一个模型在1.5仅和大佬相差0.99%
是什么造成了1.0…
-
1.my **config_infer_primary_yoloV5m.txt**
```
[property]
gpu-id=0
net-scale-factor=0.0039215697906911373
model-color-format=0
custom-network-config=/mnt/zsfdatas/DeepStream-Yolo-0220/yolov5m.cfg…
-
Hi @glenn-jocher,
I am training Yolov5m with 8 million images on 4 A100 GPUs. Each epoch is taking 8 hours to complete.
Having said that after 2nd epoch, the mAP value is decreasing and loss val…
-
## ❔Question
Hi,
I would like to see tensor shape as mentioned in #1015. I tried to print pred variable at the end of detect.py but I get lots of values, not just 3, as in the issue mentioned.
…