Open cipri-tom opened 1 year ago
When installing following the instructions in the readme, we end up with numpy version 1.25.2
This breaks detectron2 visualizer, which throws error: module ‘numpy‘ has no attribute ‘bool‘.
module ‘numpy‘ has no attribute ‘bool‘.
Therefore, I needed to downgrade numpy to v1.23.: `conda install numpy==1.23.`
Then it works as expected
When installing following the instructions in the readme, we end up with numpy version 1.25.2
This breaks detectron2 visualizer, which throws error:
module ‘numpy‘ has no attribute ‘bool‘.
Therefore, I needed to downgrade numpy to v1.23.: `conda install numpy==1.23.`
Then it works as expected