-
Notifications
You must be signed in to change notification settings - Fork 42
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
ImportError: No module named dota_kit.poly_nms_gpu.poly_overlaps #6
Comments
You should use the same python interpret for complile and run. |
in the file add |
I solved this problem by modifying "..../core/rcnn.py" file,add a line ---- |
I have also been having this issue. "import sys" doesn't help at all, nor does directly editing the import path. |
Also encounter this issue, compile all in the same anaconda envi,“import sys” does not help,hope author can help. @dingjiansw101 |
Did you solve "another error happened "AttributeError: 'module' object has no attribute 'PSROIALIGNAVEPooling'"". |
After running the following command. there are no poly_overlaps to import
sudo apt-get install swig
cd ${RoI_ROOT}/dota_kit
swig -c++ -python polyiou.i
python setup.py build_ext --inplace
cd ${RoI_ROOT}/dota_kit/poly_nms_gpu
make -j16
The text was updated successfully, but these errors were encountered: