Closed ChrisTurnbull04 closed 1 year ago
Hi!
This bug may be due to the numpy
version. Which version are you using?
If you have installed pyodi from source make sure you have followed the steps in the documentation to install the libraries with the required versions in the environment you want to use.
Hi,
Thank you for the help, the issue was the numpy
version, after installing from the source it worked fine.
I am attempting to merge 2 coco format file with pyodi and i cannot get it to work at all.
The command I am running:
pyodi coco merge result.json studio_test_val.json output.json
The error I am getting: Traceback (most recent call last):
Please help me with this issue. Thank you.