facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.25k stars 5.45k forks source link

how to pad test image and can be divided by 128 #999

Open harrylin-hyl opened 4 years ago

harrylin-hyl commented 4 years ago

like mmdetection size_divisor=128, how detectron do ? thanks