Skip to content

Commit

Permalink
Update iou_neg_piecewise_sampler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangxu-0103 authored May 22, 2023
1 parent 8647aed commit 8617a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IoUNegPiecewiseSampler(RandomSampler):

def __init__(self,
num: int,
pos_fraction: float = None,
pos_fraction: Optional[float] = None,
neg_piece_fractions: Optional[list] = None,
neg_iou_piece_thrs: Optional[list] = None,
neg_pos_ub: float = -1,
Expand Down

0 comments on commit 8617a01

Please sign in to comment.