• Ren Jin's avatar
    fix integer bug (#239) (#245) · 38ce7a10
    Ren Jin authored
    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)
    38ce7a10
Name
Last commit
Last update
..
box_head Loading commit data...
mask_head Loading commit data...
__init__.py Loading commit data...
roi_heads.py Loading commit data...