xiaolonw / adversarial-frcnn

A-Fast-RCNN (CVPR 2017)
Other
482 stars 168 forks source link

where is the cython_bbox file? #3

Open HandsLing opened 7 years ago

HandsLing commented 7 years ago

from utils.cython_bbox import bbox_overlaps ImportError: No module named cython_bbox

xiaolonw commented 7 years ago

please follow the installation instructions in py-faster-rcnn code (https://github.com/rbgirshick/py-faster-rcnn), which is: install cython and cd $FRCN_ROOT/lib make

HandsLing commented 7 years ago

i did that but not have cython_bbox,just bbox,so i changed cython_bbox into bbox in where it was imported

air-y commented 5 years ago

i did that but not have cython_bbox,just bbox,so i changed cython_bbox into bbox in where it was imported

hi,how did you change cython_bboc into bbox?could you tell me some detail about this,please?