Gradiant / pyodi

Python Object Detection Insights
https://gradiant.github.io/pyodi/
Mozilla Public License 2.0
189 stars 17 forks source link

Updated numpy version. #179

Closed kadirnar closed 1 year ago

kadirnar commented 1 year ago

Input:

pip install pyodi
pyodi coco merge 1.json 2.json output.json

Output:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility

When you run this code, the error will be fixed.

pip install numpy==1.23.5
jorgenusan commented 1 year ago

Hello!

We have just released a release that fixes this bug with the versions currently in setup.cfg. There should no longer be any problem installing pyodi with pip.

Thank you very much!