We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2c599 commit 8750d0dCopy full SHA for 8750d0d
mmdet/core/bbox/samplers/random_sampler.py
@@ -12,7 +12,7 @@ class RandomSampler(BaseSampler):
12
Args:
13
num (int): Number of samples
14
pos_fraction (float): Fraction of positive samples
15
- neg_pos_up (int, optional): Upper bound number of negative and
+ neg_pos_ub (int, optional): Upper bound number of negative and
16
positive samples. Defaults to -1.
17
add_gt_as_proposals (bool, optional): Whether to add ground truth
18
boxes as proposals. Defaults to True.
0 commit comments