Faster_RCNN_for_DOTA icon indicating copy to clipboard operation
Faster_RCNN_for_DOTA copied to clipboard

Cannot find the bbox_overlaps_cython

Open wangtingwei1993 opened this issue 5 years ago • 7 comments

When I run the code. It says: cannot import name bbox_overlaps_cython. I want to know where is the bbox_overlaps_cython.

wangtingwei1993 avatar Mar 21 '19 07:03 wangtingwei1993

Please follow the Installation instructions in README. Running init.sh or init.bat will automatically compile such library for you.

jessemelpolio avatar Mar 21 '19 07:03 jessemelpolio

Please follow the Installation instructions in README. Running init.sh or init.bat will automatically compile such library for you.

I have run 'sh ./ init.sh'. Why i also meet this problem?

lawrence1999 avatar Feb 10 '20 09:02 lawrence1999

I also have the same problem, did you resolved it?

eghouti avatar Mar 25 '20 23:03 eghouti

I also have this problem, in win10 pycharm

jamalextends25 avatar Oct 10 '20 11:10 jamalextends25

building 'bbox' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

jamalextends25 avatar Oct 10 '20 11:10 jamalextends25

Please follow the Installation instructions in README. Running init.sh or init.bat will automatically compile such library for you.

我有相同的问题,我已经在colab上运行了sh文件,但是bbox_transform仍然没有办法从bbox.pyx中调用该函数bbox_overlaps_cython,请问这是因为什么?

Amberrferr avatar Oct 18 '21 12:10 Amberrferr

When I run the code. It says: cannot import name bbox_overlaps_cython. I want to know where is the bbox_overlaps_cython.

I have already solved this problem by "from box.box import"

Amberrferr avatar Oct 21 '21 09:10 Amberrferr