adversarial-frcnn icon indicating copy to clipboard operation
adversarial-frcnn copied to clipboard

where is the cython_bbox file?

Open HandsLing opened this issue 7 years ago • 3 comments

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

HandsLing avatar May 21 '17 10:05 HandsLing

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

xiaolonw avatar May 22 '17 23:05 xiaolonw

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

HandsLing avatar May 23 '17 11:05 HandsLing

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?

air-y avatar Dec 20 '18 16:12 air-y