OBBDetection icon indicating copy to clipboard operation
OBBDetection copied to clipboard

AttributeError: module 'numpy' has no attribute 'bool'.

Open JugemTera opened this issue 1 year ago • 0 comments

I encountered the error mentioned in the title while trying to train Oriented Mask R-CNN. It seems that the np.bool has become obsolete due to the update of the NumPy version. In my case, since np.bool is used in

/OBBDetection/mmdet/datasets/pipelines/obb/dota.py

I am currently stuck. I am using Docker to set up the environment, and since I run git clone via the RUN command, directly fixing it is difficult. Could you help me fix it?

JugemTera avatar Nov 27 '24 06:11 JugemTera