How to Install TensorFlow Object Detection Latest

preview_player
Показать описание
Link for my deeplearning udemy course coupon code added

Hi Viewers Jay here! In this video I have Explained how to install tensorflow object detection api in 2020 without any error. As I have seen many other tutorial on youtube which talkes about object detection using tensorflow are outdated so I decided to create a step by step tutorial for tensorflow object detection api installation with all basic requirement like jupyter, pycocotools, computer vision 2, tf_slim, protobuf and more.

Here I have also discussed about issues and fixes for object detection with tensorflow. computer vison is on very fast moving treak I will be coming up with custom object detection with tensorflow tutorial in future. here are details on playlist.

Link for getting files

Рекомендации по теме
Комментарии
Автор

Here if you getting error thanks to igor

Everyone who is getting errors:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from versions: none)

ERROR: No matching distribution found for tensorflow == 2.3.0



Just write conda install python=3.8.5
when he wrote only conda install python because newer 3.9 version does not work with tensorflow!

and then do all steps before
python install "tensorflow==2.3.0"


if you liked the video please support by subscribing😇

whenmathsmeetcoding
Автор

You deserve your 0 dislike. Absolutely nailed it. Liked and subscribed

PARAMETATRONIC
Автор

Everyone who is getting errors:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from versions: none)
ERROR: No matching distribution found for tensorflow == 2.3.0

Just write *conda install python=3.8.5*
when he wrote only conda install python because newer 3.9 version does not work with tensorflow!

and then do all steps before
*python install "tensorflow==2.3.0"*

igor
Автор

You are the boss, I been looking for this tutorial and finally can run the object detetion, thank you!

alanmejiamaldonado
Автор

Dear Jay. Thank you very much for this perfect step by step guide and explanation. everything is quite clear with your way of lecturing.

ahmedalsaati
Автор

Hi your all video is pretty good... it helping the people a lot... one thing that i want to tell you also explain the another helper files and use of there it would be better for deep knowledge of concept... Thanks a lot sharing knowledgeable things...

kanhataak
Автор

hiii jay....small suggestion for
before starting video please provide the requirements.txt file or give me brief intro of the tools versions that you are forget
thankyou

sharathchandra
Автор

For resolving the error first you should downgrade python to 3.8.5 by using following command
conda install python=3.8.5

then after install tensorflow by
pip install tensorflow=="2.3.*"

sharathchandra
Автор

Thank you so much, I could easily install and run on Ubuntu 18.04 OS.

najmehforoozani
Автор

Brilliant walk through.
Have you had any success in getting the Instance Segmentation to work? I found one example of it working within the tutorial on GitHub saying that they had solved the error, but I couldn't work out what they had done differently other than editing the scripts and they didn't provide a explanation of what they did.

richardwhitehead
Автор

Very nice video thank you, you explained everything in details

sarthakdalabehera
Автор

Hi Jay,
Thank you a lot! Great tutorial.
However, I cannot install the visual studio link for C++ version. I get always an error, which says, that a setup package is missing or damaged. What can I do to get the Visual Studio C++ installed. Has anyone the same problem or a solution. Thanks a lot!

Desperated greetings
Michael

michaels
Автор

thank you so much your video helped me a lot

avskr-
Автор

I cant install tensorflow with pip but it works with conda command

arnavmehta
Автор

Thank you so very much for this video!

sergioturkienicz
Автор

Hello, I got this error during loading an object detecion model in Jupyter Notebook:
After runing:
model_name =
detection_model = load_model(model_name);
I get the error:

NameError Traceback (most recent call last)
in <module>
1 model_name =
----> 2 detection_model = load_model(model_name)

NameError: name 'load_model' is not defined


--

What should I do? I have correctly installed keras via pip install keras command in anaconda

bartoszcwintal
Автор

Getting error: command errored out with exit status 1 while installing pycocotools ...
How to resolve that error

saipranathichamala
Автор

hey, your the best .. thanks for sharing this
but i am still getting some issues with installing 'pycocotools', i am getting error like :
regarding, no file of math.h no such file or directory

justdontmissit
Автор

I want to train efficientdet b7. but facing this error: function call stack: _dist_train_step -> _dist_train_step efficientdet. how can I solve this error? Thank you so much for your tutorial.

nomaniu
Автор

Hi.. for me pip install pycocotool was not worked, after installing visuall c++. I tried many ways, and at last it worked when i type pip install pycocotool-windows. Is it ok for my custom object detector?

kesinirajesh