JdeRobot / ObjectDetector

16 stars 14 forks source link

Changes in requirements.txt #61

Open adityarajsahu opened 3 years ago

adityarajsahu commented 3 years ago

I have done some changes in the versions of Numpy and Tensorflow as there was a clash between the installed Numpy version and the required Numpy version for Tensorflow.

jmplaza commented 3 years ago

Hi @adityarajsahu , does ObjectDetector work for you with those dependencies update?

adityarajsahu commented 3 years ago

No, while running objectdetector.py, I am getting errors. I am working on that now. While installing the dependencies the NumPy version mentioned in the requirements.txt and the NumPy version required for installing TensorFlow didn't match. So, I changed the version of NumPy and TensorFlow.

jmplaza commented 3 years ago

You better send the complete pull-request whenever you have a working solution :-)