How to Install Tensorflow 2 Object Detection

preview_player
Показать описание
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!

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:

Chapters:
00:00 - Download Tensorflow repo
01:40 - Protobuf/Protoc Download
04:10 - Anaconda
09:04 - protoc command and script
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
Рекомендации по теме
Комментарии
Автор

Thank you so much! I spent so much time following different turorials but none worked but thankfully this one did. You're a life saver!

phazz
Автор

Worked for me. Initially I faced some issues with the python version and protobuf. But after some version changing according to what is in video, all worked fine. Thank you for your detailed explanations through the video.

KenuraTech
Автор

had romed around over tons of tutorials for this but i hadn't seen this master piece you owe my respect brother

KavinKumar-hm
Автор

jesus christ u saved me from smashing my head in. You are so articulate and actually address the 50 errors that occur. Thank you kind sir

abience
Автор

Thank you for making this straight forward. This may be the only tutorial that i don't get a single error.

bijayaghimire
Автор

I get the following error when I run "python -m pip install ." after copying the set up file.
Pls help :(
"AttributeError: cython_sources"

Edit: had to do the following to solve the issue
pip install "Cython<3"
pip install pyyaml==5.4.1 --no-cache-dir --no-build-isolation
pip install docker-compose

shooby
Автор

Hello, great tutorial! I'm stuck at the part of 24:28.

The errors:
1. can't open file
2. [Errno 2] No such file or directory

Any thoughts on this? Thank you.

keithsoriano
Автор

Thank you! After watching many tutorials, yours finally worked!!

harshalidevi
Автор

Excellent channel bro, super simple and nobody left behind

williamturner
Автор

hey, I actually loved your video and your effort. But I think it'll be better for us if you maintain larger font size & all. Thanks in advance : )

ROY-yzlb
Автор

Btw great tutorial i have been stuck for a few weeks trying to resolve installation errors following backdated tutorials. Thanks for helping solve my headaches :)😀

phoque
Автор

Watched so many Videos and read so many webites, but this is the first video which really helped and didn't skipped things. Thank you so much!

hippoland
Автор

Thank you brotha!!!Loved it...
finally I found it and managed to do things without screwing up

vbcabkrithickbalab
Автор

After three days of endless tries it finally works.... thanks my man you really deserve more attention. Most deserved like and sub ever.

some_random_wot_dude
Автор

It was a great tutorial, ı couldn't do with other tutorials, but now it worked

EED-qjtv
Автор

Can anyone twll for what version of protobuf which tensorflow worked

divyamadineni
Автор

im stuck and setup.py 10.45 where it say Attribute error

muhammadzulnaim
Автор

I have installed VS C++ libraries, installed procom and compiled using procom. Still getting "no module named object_detection" using tensorflow 1.13.1

deniz.
Автор

Thank you so much. Now could you help me direct to the next step where I can custom train my own dataset?

Instead of detecting dogs, people and kites, how can I instead detect what I want to detect? Like my boxes or pencils?

Putt-Putt
Автор

thanks for everything, but i did not find any images in the output folder after executing command, what can be the possible cause ?

Tech_Talks_By_Marsh