Тёмный

How to Install TensorFlow Object Detection Latest 

When Maths Meet Coding
Подписаться 14 тыс.
Просмотров 20 тыс.
50% 1

Link for my deeplearning udemy course coupon code added
www.udemy.com/course/linear-r...
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/tensorflow/models
protobuf link - github.com/protocolbuffers/pr...
visual studio link for C++ error fix - download.microsoft.com/downlo....

Опубликовано:

 

26 сен 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 89   
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 года назад
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 :- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CBfO4uSwLTI.html 2. Yolo Object detection :- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zm9h4mYymk0.html
@deepakkumartahsildaryadav7505
@deepakkumartahsildaryadav7505 3 года назад
Sir please make a video Fire detection using ANN algorithm or FPA on images
@jaxxdamien7452
@jaxxdamien7452 2 года назад
instablaster.
@alanmejiamaldonado7418
@alanmejiamaldonado7418 3 года назад
You are the boss, I been looking for this tutorial and finally can run the object detetion, thank you!
@PARAMETATRONIC
@PARAMETATRONIC 3 года назад
You deserve your 0 dislike. Absolutely nailed it. Liked and subscribed
@ahmedalsaati3408
@ahmedalsaati3408 3 года назад
Dear Jay. Thank you very much for this perfect step by step guide and explanation. everything is quite clear with your way of lecturing.
@sarthakdalabehera4873
@sarthakdalabehera4873 3 года назад
Very nice video thank you,you explained everything in details
@najmehforoozani
@najmehforoozani 3 года назад
Thank you so much, I could easily install and run on Ubuntu 18.04 OS.
@igor8721
@igor8721 3 года назад
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 3 года назад
Tks, man
@srisaranya8519
@srisaranya8519 3 года назад
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 3 года назад
@@srisaranya8519 try using python install "tensorflow==2.3.0" not pip install
@chitranshsrivastava5880
@chitranshsrivastava5880 3 года назад
Thanks King:)
@sergioturkienicz6656
@sergioturkienicz6656 3 года назад
Thank you so very much for this video!
@zainrasheed6204
@zainrasheed6204 3 года назад
Cleanest explanation
@avskr-04
@avskr-04 3 года назад
thank you so much your video helped me a lot
@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
@mianwalidachor595
@mianwalidachor595 3 года назад
Excellent work
@bryan_dx
@bryan_dx 2 года назад
Thank you very much!
@richardwhitehead6966
@richardwhitehead6966 3 года назад
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.
@vasuthakeaw8738
@vasuthakeaw8738 3 года назад
Thank you sir
@basics7930
@basics7930 3 года назад
subscribed ...wounderfull...done succesfully
@sharathchandra4727
@sharathchandra4727 3 года назад
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.*"
@justdontmissit1448
@justdontmissit1448 3 года назад
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
@arnavmehta3669
@arnavmehta3669 3 года назад
I cant install tensorflow with pip but it works with conda command
@kesinirajesh7986
@kesinirajesh7986 3 года назад
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?
@sharathchandra4727
@sharathchandra4727 3 года назад
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 3 года назад
Noted!
@yelbuga1
@yelbuga1 3 года назад
thanks
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 года назад
Welcome
@nomaniu
@nomaniu 2 года назад
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.
@akshayagrawal2510
@akshayagrawal2510 3 года назад
How to integrate it with physical gpu?
@mianwalidachor595
@mianwalidachor595 3 года назад
Getting an error in the last command "output_shapes'' not found
@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 2 года назад
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
@praiseforever4450
@praiseforever4450 3 года назад
Hey Patt, what about you create a video of the same but using tensorflow gpu in windows (cpu).
@praiseforever4450
@praiseforever4450 3 года назад
amazing work by the way,big up
@NCHIKKALAJAGADEESH
@NCHIKKALAJAGADEESH 3 года назад
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
@atejap
@atejap 3 года назад
How can I do that on Linux (Ubuntu 20.04)?
@mycollection7864
@mycollection7864 3 года назад
ModuleNotFoundError: No module named 'pyrsistent' Please tell me how i resolve this error
@saipranathichamala3542
@saipranathichamala3542 3 года назад
Getting error: command errored out with exit status 1 while installing pycocotools ... How to resolve that error
@yashpalmakar2841
@yashpalmakar2841 3 года назад
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 3 года назад
there are already multiple videos available on my channel sorry for not including to this video.. happy learning..
@yashpalmakar2841
@yashpalmakar2841 3 года назад
@@whenmathsmeetcoding1836 Amazing... actually working and step by step tutorials :)
@samuelmchugh7630
@samuelmchugh7630 3 года назад
Error: "Couldn't find program: 'bash'" after running code with path to protoc. I have installed gitbash, still no luck
@bartoszcwintal6850
@bartoszcwintal6850 3 года назад
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:
@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
@pravinmote7604
@pravinmote7604 3 года назад
I am facing access denied error while downloading model. Please help.
@ravimakwana5290
@ravimakwana5290 3 года назад
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 ?
@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
@prakashharris8450
@prakashharris8450 3 года назад
hi sir iam getting error Couldn't find program: 'bash' can u help me out for this
@dingdong3021
@dingdong3021 3 года назад
@@sharathchandra4727 he did comment it? Dumb
@KYOGESWARIMCL
@KYOGESWARIMCL 3 года назад
Get name error when load dataset
@panneerselvam5416
@panneerselvam5416 3 года назад
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 3 года назад
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????
@shahriartasnim9957
@shahriartasnim9957 3 года назад
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 3 года назад
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 3 года назад
Check the comments someone fixed this error above
@faisalsaeed6114
@faisalsaeed6114 3 года назад
Hello sir, Sir, i am getting "Couldn't find program: 'bash'" error. please help me for resolving this issue.
@arnavmehta3669
@arnavmehta3669 3 года назад
Sir dont try it for bash you have to install git for windows... Use without it
@hyrunov6616
@hyrunov6616 3 года назад
@@arnavmehta3669I am done installing git for windows, can you help me what to do next. Thank you.
@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
@adityakumarmishra8734
@adityakumarmishra8734 2 года назад
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
@kokebdese4787
@kokebdese4787 3 года назад
pls go with custom object detection
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 года назад
Hi Kokeb thanks I already have a video on custom object detection within my channel ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-a1br6gW-8Ss.html
@kokebdese4787
@kokebdese4787 3 года назад
Sure I got it! Thanks
@divyaajay
@divyaajay 3 года назад
First
@srisaranya8519
@srisaranya8519 3 года назад
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 3 года назад
you can write pip install tensorflow=="2.3.*"
@srisaranya8519
@srisaranya8519 3 года назад
@@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 3 года назад
@@srisaranya8519 make sure you are putting up quotes(") at correct position
@igor8721
@igor8721 3 года назад
@@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 3 года назад
@@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.*
@user-md1hq4bg6g
@user-md1hq4bg6g 3 года назад
from official.vision.image_classification.efficientnet import efficientnet_model ModuleNotFoundError: No module named 'official'
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 3 года назад
can you clone the tensorflow model ripo again...
@gaaloulmohamed5535
@gaaloulmohamed5535 3 года назад
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'
@valekprometey
@valekprometey 3 года назад
Thank you very much!
Далее
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 1,5 млн
How to Install Tensorflow 2 Object Detection
26:33
Просмотров 33 тыс.
Tensorflow Object Detection API on M1 Macbook
7:18
Просмотров 9 тыс.
Tensorflow Lite with Object Detection on Raspberry Pi!
11:31
How I'd Learn AI (If I Had to Start Over)
15:04
Просмотров 763 тыс.
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 1,5 млн