JdeRobot / ObjectDetector

16 stars 14 forks source link

Tensorflow Version #49

Closed ayushmankumar7 closed 4 years ago

ayushmankumar7 commented 4 years ago

The Tensorflow code used here is from the Tensorflow 1.x but in the requirements.txt it's just mentioned tensorflow which automatically installs the lastest verison of Tensroflow (TF2.1.0). Now, there can be two things done:

  1. mention the version of tensorflow to be installed in "requirements.txt"
  2. Convert the code base to TF2.x

I would be happy to work on this Issue.

naxvm commented 4 years ago

Fixed on #56