faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
can not import bbox_overlaps
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.