How to Install Tensorflow 2 Object Detection
Lazy Tech Lazy Tech
3.22K subscribers
29,048 views
0

 Published On Dec 17, 2022

Its finally here! Welcome to my tutorial for installing and setting up Tensorflow 2 Object Detection! This tutorial goes over how to install Tensorflow 2 and get object detection up and running. I try to cover as many possible errors you may find when trying to do this yourself so that you can skip the headaches and get right to object detecting!

Watch the other videos in this series:    • Tensorflow 2 Object Detection  

Common Tensorflow 2 fixes:
"protoc not found" - make sure you add protoc to path and also do "conda install protobuf"
"numpy not found" - make sure to do "conda install numpy"

Links used:
Tensorflow github: https://github.com/tensorflow/models
Tensorflow models: https://github.com/tensorflow/models/...
Protobuf download: https://github.com/protocolbuffers/pr...
Anaconda download: https://www.anaconda.com/

Code used in this tutorial: https://github.com/Bengemon825/Tensor...
Original inspiration: https://github.com/TannerGilbert/Tens...

Chapters:
00:00 - Download Tensorflow repo
01:40 - Protobuf/Protoc Download
04:10 - Anaconda
09:04 - protoc command and script
10:45 - setup.py
11:55 - numpy
12:40 - Test the install
14:10 - Setup IDE
17:10 - Model downloader
21:20 - Detection script
25:00 - Results
26:10 - Outro

show more

Share/Embed