How to Install TensorFlow Object Detection Latest

  Рет қаралды 19,727

When Maths Meet Coding

When Maths Meet Coding

Күн бұрын

Link for my deeplearning udemy course coupon code added
www.udemy.com/...
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
Tensorflow official link - github.com/ten...
protobuf link - github.com/pro...
visual studio link for C++ error fix - download.micro....

Пікірлер: 87
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
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😇 1. Object detection with tensorFlow api after installation :- kzbin.info/www/bejne/eXPJgGeriNx_iqs 2. Yolo Object detection :- kzbin.info/www/bejne/sJ6cmWejjt6goZI
@deepakkumartahsildaryadav7505
@deepakkumartahsildaryadav7505 4 жыл бұрын
Sir please make a video Fire detection using ANN algorithm or FPA on images
@jaxxdamien7452
@jaxxdamien7452 3 жыл бұрын
instablaster.
@PARAMETATRONIC
@PARAMETATRONIC 4 жыл бұрын
You deserve your 0 dislike. Absolutely nailed it. Liked and subscribed
@alanmejiamaldonado7418
@alanmejiamaldonado7418 4 жыл бұрын
You are the boss, I been looking for this tutorial and finally can run the object detetion, thank you!
@michaels8371
@michaels8371 3 жыл бұрын
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
@ishisharma2559
@ishisharma2559 3 жыл бұрын
Same problem with me Plz can anyone tell the solution. It will be really helpful.
@michaels8371
@michaels8371 3 жыл бұрын
Unfortunately i could not fix it and have honestly no idea how to do it. I did set up a docker container as i could not fix the error
@ahmedalsaati3408
@ahmedalsaati3408 4 жыл бұрын
Dear Jay. Thank you very much for this perfect step by step guide and explanation. everything is quite clear with your way of lecturing.
@kanhataak1269
@kanhataak1269 3 жыл бұрын
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...
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 жыл бұрын
Thanks for the tip
@sharathchandra4727
@sharathchandra4727 4 жыл бұрын
hiii jay....small suggestion for you..... before starting video please provide the requirements.txt file or give me brief intro of the tools versions that you are using......Dont forget thankyou
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
Noted!
@najmehforoozani
@najmehforoozani 4 жыл бұрын
Thank you so much, I could easily install and run on Ubuntu 18.04 OS.
@igor8721
@igor8721 4 жыл бұрын
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"*
@atejap
@atejap 4 жыл бұрын
Tks, man
@srisaranya8519
@srisaranya8519 4 жыл бұрын
Even after writing conda install python=3.8.5 and performing the steps, I am still getting getting the same error. (tf2.3) C:\Users\HP>pip install "tensorflow == 2.3.0" 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 Please help me in solving this. Thanks in Advance!
@mikihielg2261
@mikihielg2261 4 жыл бұрын
@@srisaranya8519 try using python install "tensorflow==2.3.0" not pip install
@chitranshsrivastava5880
@chitranshsrivastava5880 4 жыл бұрын
Thanks King:)
@nomaniu
@nomaniu 3 жыл бұрын
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.
@saipranathichamala3542
@saipranathichamala3542 3 жыл бұрын
Getting error: command errored out with exit status 1 while installing pycocotools ... How to resolve that error
@richardwhitehead6966
@richardwhitehead6966 4 жыл бұрын
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.
@bartoszcwintal6850
@bartoszcwintal6850 4 жыл бұрын
Hello, I got this error during loading an object detecion model in Jupyter Notebook: After runing: model_name = 'ssd_mobilenet_v1_coco_2017_11_17' detection_model = load_model(model_name); I get the error: NameError Traceback (most recent call last) in 1 model_name = 'ssd_mobilenet_v1_coco_2017_11_17' ----> 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
@nandukd9879
@nandukd9879 3 жыл бұрын
i have an error in pycocotools installation Running setup.py install for pycocotools ... error ERROR: Command errored out with exit status 1:
@yashpalmakar2841
@yashpalmakar2841 4 жыл бұрын
can you please show how to make this possible on our laptop web cam or any other wireless camera thus we capture live video
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
there are already multiple videos available on my channel sorry for not including to this video.. happy learning..
@yashpalmakar2841
@yashpalmakar2841 4 жыл бұрын
@@whenmathsmeetcoding1836 Amazing... actually working and step by step tutorials :)
@kesinirajesh7986
@kesinirajesh7986 4 жыл бұрын
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?
@arnavmehta3669
@arnavmehta3669 4 жыл бұрын
I cant install tensorflow with pip but it works with conda command
@zainrasheed6204
@zainrasheed6204 4 жыл бұрын
Cleanest explanation
@justdontmissit1448
@justdontmissit1448 4 жыл бұрын
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
@sarthakdalabehera4873
@sarthakdalabehera4873 4 жыл бұрын
Very nice video thank you,you explained everything in details
@NCHIKKALAJAGADEESH
@NCHIKKALAJAGADEESH 4 жыл бұрын
hi there i load that ssd mobilenet v1 coco 2017 model i got this error please help me INFO:tensorflow:Saver not created because there are no variables in the graph to restore
@mycollection7864
@mycollection7864 3 жыл бұрын
ModuleNotFoundError: No module named 'pyrsistent' Please tell me how i resolve this error
@pravinmote7604
@pravinmote7604 3 жыл бұрын
I am facing access denied error while downloading model. Please help.
@sharathchandra4727
@sharathchandra4727 4 жыл бұрын
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.*"
@sergioturkienicz6656
@sergioturkienicz6656 3 жыл бұрын
Thank you so very much for this video!
@romyo3536
@romyo3536 3 жыл бұрын
I have a problem: ERROR: Could not find a version that satisfies the requirement "tensorflow==2.4.1" ERROR: No matching distribution found for "tensorflow==2.4.1" 10:29
@mianwalidachor595
@mianwalidachor595 4 жыл бұрын
Getting an error in the last command "output_shapes'' not found
@avskr-04
@avskr-04 4 жыл бұрын
thank you so much your video helped me a lot
@kiubyy9225
@kiubyy9225 3 жыл бұрын
How do you train this with your own set of images, did i miss that part?
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 жыл бұрын
there is other video on channel
@panneerselvam5416
@panneerselvam5416 4 жыл бұрын
hi sir, im facing in importing models import numpy ,ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' eventhough i tried alternet comment pip install --upgrade pip and pip install numpy --upgrade
@hazemhaddad7401
@hazemhaddad7401 4 жыл бұрын
hello did u solved this problem??
@hadilal-sewaiee7676
@hadilal-sewaiee7676 3 жыл бұрын
@@hazemhaddad7401 same, I would like to know if he could solve it.
@akashnawin3130
@akashnawin3130 3 жыл бұрын
Bro solved it or not????
@ravimakwana5290
@ravimakwana5290 4 жыл бұрын
sir I facing this error "from tensorflow.python.tools import module_util as _module_util ModuleNotFoundError: No module named 'tensorflow.python.tools"
@hadilal-sewaiee7676
@hadilal-sewaiee7676 3 жыл бұрын
did you solve this problem ?
@akshayagrawal2510
@akshayagrawal2510 4 жыл бұрын
How to integrate it with physical gpu?
@basics7930
@basics7930 4 жыл бұрын
subscribed ...wounderfull...done succesfully
@sandhyadevirs5965
@sandhyadevirs5965 3 жыл бұрын
I'm getting the error couldnt find program bash...How to resolve it....plz help
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 жыл бұрын
please install gitbash
@samuelmchugh7630
@samuelmchugh7630 3 жыл бұрын
@@whenmathsmeetcoding1836 i have same error even after installing gitbash
@mianwalidachor595
@mianwalidachor595 4 жыл бұрын
Excellent work
@valekprometey
@valekprometey 3 жыл бұрын
Thank you very much!
@vasuthakeaw8738
@vasuthakeaw8738 3 жыл бұрын
Thank you sir
@atejap
@atejap 4 жыл бұрын
How can I do that on Linux (Ubuntu 20.04)?
@prakashharris8450
@prakashharris8450 4 жыл бұрын
hi sir iam getting error Couldn't find program: 'bash' can u help me out for this
@dingdong3021
@dingdong3021 4 жыл бұрын
@@sharathchandra4727 he did comment it? Dumb
@srisaranya8519
@srisaranya8519 4 жыл бұрын
Hello sir, When i run the command, pip install "tensorflow == 2.3.0" I am getting this error 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 Please help me in this regard. Thanks in Advance!
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
you can write pip install tensorflow=="2.3.*"
@srisaranya8519
@srisaranya8519 4 жыл бұрын
@@whenmathsmeetcoding1836 ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.* (from versions: none) ERROR: No matching distribution found for tensorflow==2.3.* It is giving the same error Sir please help me.
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
@@srisaranya8519 make sure you are putting up quotes(") at correct position
@igor8721
@igor8721 4 жыл бұрын
@@srisaranya8519 You ware on never version that does not support tensorflow you need to downgrade to 3.7. Just write conda install python=3.7
@meeramohammad1426
@meeramohammad1426 4 жыл бұрын
@@whenmathsmeetcoding1836 Dr i am facing the same error (tf2.3) C:\Users\User>pip install "tensorflow == 2.3.*" ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.* (from versions: none) ERROR: No matching distribution found for tensorflow==2.3.*
@shahriartasnim9957
@shahriartasnim9957 4 жыл бұрын
Invalid file name pattern or missing input file "object_detection/protos/*.proto"
@MS-rw3rh
@MS-rw3rh 3 жыл бұрын
have you solved? I have have same problem
@malakmanan6368
@malakmanan6368 4 жыл бұрын
Hello Sir When i run the command, pip install "tensorflow == 2.3.0" I am getting this error 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 sir please help me how i fix this error Thanks for these amazing video
@chitranshsrivastava5880
@chitranshsrivastava5880 4 жыл бұрын
Check the comments someone fixed this error above
@adityakumarmishra8734
@adityakumarmishra8734 3 жыл бұрын
I am getting this below error:-- C:\Users\ADITYAKUMARMISHRA\Desktop\Test esearch : The term 'C:\Users\ADITYAKUMARMISHRA\Desktop\Test esearch' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + C:\Users\ADITYAKUMARMISHRA\Desktop\Test esearch + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\ADITYA...p\Test esearch:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@faisalsaeed6114
@faisalsaeed6114 4 жыл бұрын
Hello sir, Sir, i am getting "Couldn't find program: 'bash'" error. please help me for resolving this issue.
@arnavmehta3669
@arnavmehta3669 4 жыл бұрын
Sir dont try it for bash you have to install git for windows... Use without it
@hyrunov6616
@hyrunov6616 4 жыл бұрын
@@arnavmehta3669I am done installing git for windows, can you help me what to do next. Thank you.
@yelbuga1
@yelbuga1 4 жыл бұрын
thanks
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
Welcome
@KYOGESWARIMCL
@KYOGESWARIMCL 3 жыл бұрын
Get name error when load dataset
@divyaajay
@divyaajay 4 жыл бұрын
First
@kokebdese4787
@kokebdese4787 4 жыл бұрын
pls go with custom object detection
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
Hi Kokeb thanks I already have a video on custom object detection within my channel kzbin.info/www/bejne/l2LFo2mdjJJridU
@kokebdese4787
@kokebdese4787 4 жыл бұрын
Sure I got it! Thanks
@ЭмильДюмеев-с7н
@ЭмильДюмеев-с7н 4 жыл бұрын
from official.vision.image_classification.efficientnet import efficientnet_model ModuleNotFoundError: No module named 'official'
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
can you clone the tensorflow model ripo again...
@gaaloulmohamed5535
@gaaloulmohamed5535 4 жыл бұрын
When i have passed : pip install "tensorflow == 2.3.0" ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.1 (from versions: none) ERROR: No matching distribution found for tensorflow==2.3.1 and i have tried to pass whith pip3.8 install "tensorflow == 2.3.0" WARNING: Failed to write executable - trying to use .deleteme logic ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Accès refusé: 'c:\\python38\\Scripts\\estimator_ckpt_converter.exe' -> 'c:\\python38\\Scripts\\estimator_ckpt_converter.exe.deleteme' Consider using the `--user` option or check the permissions. WARNING: You are using pip version 20.2.1; however, version 20.2.4 is available. You should consider upgrading via the 'c:\python38\python.exe -m pip install --upgrade pip' command.
@BeingNatures
@BeingNatures 2 жыл бұрын
ImportError: cannot import name 'builder' from 'google.protobuf.internal'
@bryan_dx
@bryan_dx 3 жыл бұрын
Thank you very much!
@samuelmchugh7630
@samuelmchugh7630 3 жыл бұрын
Error: "Couldn't find program: 'bash'" after running code with path to protoc. I have installed gitbash, still no luck
How to Install Tensorflow 2 Object Detection
26:33
Lazy Tech
Рет қаралды 40 М.
how to train YOLO v3, v4 for custom objects detection | using colab free GPU
35:34
When Maths Meet Coding
Рет қаралды 173 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
YOLOv11 Object Detection on Custom Dataset | Step-by-Step Guide
19:58
The Man Behind DeepSeek (Liang Wenfeng)
18:03
East Money
Рет қаралды 337 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 7 МЛН
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,7 МЛН
How To Run TensorFlow Lite on Raspberry Pi for Object Detection
10:48
Edje Electronics
Рет қаралды 895 М.