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

Regarding pycocotools, Do i need to install it or not? #508

Open Pranab-pronay opened 4 years ago

JulianOrteil commented 4 years ago

You only need to install if you are going to use model_main.py to train your model.

See my walkthrough here: 385

Of note: The Tensorflow maintainers have released TF2.x compatibility with the Object Detection API. I would recommend sticking with TF1.x for now as the new API is still being developed. Otherwise, you can see the changes in the processes here and try out the new API.