You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❔Looking for weights for yolov5 and how to minimize training loss
Are there existing weights which can be used ?
And I have seen that you linked the weights from yolov4, do you have any advice on how to use them with this model?
Additionally what would you consider a "good" loss ?
I currently have a loss of about 200 which seems a bit high and yields results wich are not that good.
How can i improve my loss ?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Not yet, although even if the high loss still exists, the resluts look quite promisingto me.
Are you also working with a custom data set ? And if so - did you manage to generate new anchors ?
I'm train the yolo5m for 20 epoch with voc dataset, the latest loss about 200。When I run test.py with conf=0.3 and iou=0.1 ,the output is below: pred: person 0.3414 0 -83 500 416
bird 0.3518 0 -83 500 416
gt: horse 54.0 50.0 285.0 262.0
label: voc2022/JPEGImages/2007_000332.jpg 54.0,50.0,285.0,262.0,12
is there some bug in the test.py? How to soloe it? Look forward to your reply@LongxingTan @darkC00kie
❔Looking for weights for yolov5 and how to minimize training loss
Are there existing weights which can be used ?
And I have seen that you linked the weights from yolov4, do you have any advice on how to use them with this model?
Additionally what would you consider a "good" loss ?
I currently have a loss of about 200 which seems a bit high and yields results wich are not that good.
How can i improve my loss ?
Thank you for your help!
The text was updated successfully, but these errors were encountered: