Ensembling Technique Used #11087
HunterMorera
started this conversation in
General
Replies: 1 comment
-
|
I would like to know the same thing. In experimental.py I did see there were 3 modes, NMS, mean and max, but I was wondering how each one of them works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I read a previous discussion about ensembling multiple trained networks by simply passing more than 1 weight file during inference.
My question is what technique is being used for fusing the predictions? Is it majority voting on the bounding boxes? Some weighted averaging?
I would like to be able to explain how the ensembling is happening in any publications.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions