fix integer bug (#239) (#245)
In maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py change line 125-126 to w = int(box[2] - box[0] + TO_REMOVE) h = int(box[3] - box[1] + TO_REMOVE)
Showing
Please
register
or
sign in
to comment