longcw / faster_rcnn_pytorch

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

can not import bbox_overlaps #40

Open zjtgit opened 6 years ago

zjtgit commented 6 years ago

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.