Skip to content
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

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

Open
JugemTera opened this issue Nov 27, 2024 · 0 comments
Open

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

JugemTera opened this issue Nov 27, 2024 · 0 comments

Comments

@JugemTera
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant