yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.07k stars 180 forks source link

Issue when training #106

Open wafa-bouzouita opened 2 years ago

wafa-bouzouita commented 2 years ago

Hello, When I execute train.py file (pycharm debug), I obtain this kind of error. Could you please help to fix this issue


Traceback (most recent call last): File "", line 1023, in _handle_fromlist File "", line 219, in _call_with_frames_removed File "/home/dev/Documents/Lastversion_RotationDetection/alpharotate/libs/models/detectors/kfiou/build_whole_network.py", line 10, in from alpharotate.libs.utils import nms_rotate File "/home/dev/Documents/Lastversion_RotationDetection/alpharotate/libs/utils/nms_rotate.py", line 13, in from alpharotate.libs.utils.rotate_polygon_nms import rotate_gpu_nms ImportError: /home/dev/Documents/Lastversion_RotationDetection/alpharotate/libs/utils/rotate_polygon_nms.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv python-BaseException


Thank you