longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

In anchor_target_layer.py,there is from ..utils.cython_bbox import bbox_overlaps, bbox_intersections, but cython_bbox doesn't exit!! #13

Open HueCheng opened 7 years ago

acgtyrant commented 7 years ago

I guess you should run make.sh to get cython_bbox.so

chenggangdu commented 4 years ago

I guess you should run make.sh to get cython_bbox.so

how to run make.sh?