-
Notifications
You must be signed in to change notification settings - Fork 238
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
Is WBF consider to be part of Ensemble Learning #58
Comments
You can use WBF in Ensemble Learning or even in a single model since each preditec box is added to a single list. I recommend you the paper they posted. |
i used it and consider it as ensemble learning as i put 3 yolov7 models, is it right? |
You are right! |
i am really sorry for bothering you, but my professor asks me to explain it how its ensemble learning and what is the Ensemble Learning Strategy WBF belongs too, such as Stacking, Voting or Boosting or others. |
@moahaimen Check this paper - Ensemble Learning techniques for object |
hi
i need to apply Ensemble Learning on My object detection project and
I saw your github, can you please confirm that WBF considers to be part of Ensemble Learning?
and is it like ADA boost? Does it work with voting Aggregation
The text was updated successfully, but these errors were encountered: