Gradiant / pyodi

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

pip install pyodi does not work #177

Closed SuroshAhmadZobair closed 1 year ago

SuroshAhmadZobair commented 1 year ago

Hi I will be answering my own question since i solved it! I could not install pyodi with pip or conda, but solved it by installing other packages before installing pyodi itself

pip install numpy cython pycocotools pyodi

Cheers!