longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

yolo_to_bbox,bbox_ious, anchor_intersections #60

Closed 22wei22 closed 6 years ago

22wei22 commented 6 years ago

how can get the code of yolo_to_bbox,bbox_ious, anchor_intersections

longcw commented 6 years ago

These are written in Cython. You can find them in .pyx files: https://github.com/longcw/yolo2-pytorch/blob/master/utils/bbox.pyx#L163 https://github.com/longcw/yolo2-pytorch/blob/master/utils/yolo.pyx