EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

python 3.8.x and tensorflow 2.x changes fix #504

Open eren-korkmaz opened 4 years ago

eren-korkmaz commented 4 years ago

TF.app and FLAGS not working 3.8

"import argparse " package

IO changes gfile now under io tf.gfile.... -> tf.io.gfile....

python_io in now only io