-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find the bbox_overlaps_cython #29
Comments
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? |
I also have the same problem, did you resolved it? |
I also have this problem, in win10 pycharm |
building 'bbox' extension |
我有相同的问题,我已经在colab上运行了sh文件,但是bbox_transform仍然没有办法从bbox.pyx中调用该函数bbox_overlaps_cython,请问这是因为什么? |
I have already solved this problem by "from box.box import" |
When I run the code. It says: cannot import name bbox_overlaps_cython. I want to know where is the bbox_overlaps_cython.
The text was updated successfully, but these errors were encountered: