JdeRobot / DetectionMetrics

Tool to evaluate deep-learning detection and segmentation models, and to create datasets
https://jderobot.github.io/DetectionMetrics/
GNU General Public License v3.0
72 stars 38 forks source link

Update Tensorflow version to 2.1 and Python3 #176

Open sergiopaniego opened 4 years ago

sergiopaniego commented 4 years ago

Tensorflow 2.1 is the current stable version of tf. Since we have some functionality in tf, it would be a good idea to update the current version of tf. Additionally, since Python 2.7 is no longer maintained, update it to Python 3.x

hmrishavbandy commented 4 years ago

Hi, I would like to work on this. This requires me to just remove and replace the obsolete features in python 2.7 and Tensorflow right?

hmrishavbandy commented 4 years ago

I have updated to python3.6.9 and will submit the pull request to the same. I hope it is alright to solve this part by part.

sergiopaniego commented 4 years ago

You can submit two pull request, one for each problem.

hmrishavbandy commented 4 years ago

Yes, but i have actually not created a branch from master in my fork of the project before committing and now i cant commit before the pull request is merged :(