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?