-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loss function #11
Comments
TL;DR Is it possible to use other loss functions? @baghdadhamdoud how the YOLO algorithm works is, it tries training a model which can do both, regression and classification simultaneously. THE CLASSIFICATION Once you've identified that there is some object present, I think you would probably want to know what that object is. You don't want to pet a cat thinking it is a dog, no, NO! And this my friend is where another classification loss comes in and it tries to teach the model if there is an object present, what that object is. THE REGRESSION |
I thank you very much @viplix3 , i understand more how object detection works in YOLO. Now i would to know, is it possible to use Focal Loss Function ? If it is possible, how in your repo ? |
@viplix3 Thank you for your work,
I would like to know which loss function do you use ?
Is it possible to add another function and where ?
The text was updated successfully, but these errors were encountered: