jessemelpolio / Faster_RCNN_for_DOTA

Code used for training Faster R-CNN on DOTA
https://arxiv.org/abs/1711.10398
Apache License 2.0
336 stars 102 forks source link

Cannot find the bbox_overlaps_cython #29

Open wangtingwei1993 opened 5 years ago

wangtingwei1993 commented 5 years ago

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

jessemelpolio commented 5 years ago

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

lawrence1999 commented 4 years ago

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?

eghouti commented 4 years ago

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

jamalextends25 commented 4 years ago

I also have this problem, in win10 pycharm

jamalextends25 commented 4 years ago

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

Amberrferr commented 3 years ago

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 commented 3 years ago

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"