Python Code for object detection using TensorFlow
- Amit Rana
- Aug 3, 2019
- 3 min read
This is the code for the video shown in this link. For this program to run properly, tensorflow must be installed on your computer with all related dependencies
Follow this guide to install tensorflow
Dependencies needed for this code to run
Tensorflow (CPU or GPU version)
opencv
pillow
lxml
matplotlib
You can follow this excellent tutorial to install all dependencies.
The label file was downloaded from tensorflow official github repo, link can be found here
If you don’t find it, I’ve kept a copy in my one drive for code, frozen graph as well as the label file which can be found here
Code
Comments