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
So I wanted to experiment with my dataset with different loss functions in Yolov5. The loss function used here is CIOU https://github.com/ultralytics/yolov5/blob/master/utils/loss.py
As I can see, there are modules for BCE, FocalLoss, QFocal, etc in this code, what should I do if I want to use, for instance, FocalLoss or incorporate SIOU and so on, how can I achieve this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So I wanted to experiment with my dataset with different loss functions in Yolov5. The loss function used here is CIOU https://github.com/ultralytics/yolov5/blob/master/utils/loss.py
As I can see, there are modules for BCE, FocalLoss, QFocal, etc in this code, what should I do if I want to use, for instance, FocalLoss or incorporate SIOU and so on, how can I achieve this.
Any help would be appreciated. Thanks alot!
Beta Was this translation helpful? Give feedback.
All reactions