Closed kadirnar closed 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
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.
setup.cfg
pip
Thank you very much!
Input:
Output:
When you run this code, the error will be fixed.