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
If i'm having batch size of 1, but each image has many bounding boxes with imbalance classes, will RepeatFactorTrainingSampler work the same in this case?
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.
-
Hi,
From the doc, it mentions
a sample may appear more times than others
so it is referring to the sample image?https://detectron2.readthedocs.io/en/latest/modules/data.html#detectron2.data.samplers.RepeatFactorTrainingSampler
If i'm having batch size of 1, but each image has many bounding boxes with imbalance classes, will
RepeatFactorTrainingSampler
work the same in this case?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions