faster_rcnn_pytorch icon indicating copy to clipboard operation
faster_rcnn_pytorch copied to clipboard

can not import bbox_overlaps

Open zjtgit opened this issue 8 years ago • 0 comments

I'am trying to run pascal_voc.py,and I got this Error:

from .imdb import imdb ValueError: Attempted relative import in non-package

Then I go to imdb file and I got another Error: from ..utils.cython_bbox import bbox_overlaps ValueError: Attempted relative import in non-package

I'am sure that the cython_bbox.so do exist , but it didn't work.

zjtgit avatar Aug 09 '17 05:08 zjtgit