Object Detection - Data Collection and Bounding Boxes using Python

  Рет қаралды 32,333

AIEngineering

AIEngineering

Күн бұрын

Пікірлер: 36
@TejasPhase
@TejasPhase 4 жыл бұрын
Extremely useful video. Clear the concept of how Training Data can be made to train any Object Detector model.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
I have object detection training using Yolo.. But this labels can be fed directly to TF object detection api. I will try to make a video on it For Yolo you can check - kzbin.info/www/bejne/rITadpWpmK-Hgc0&lc=Ugx1KpjX3rtPu05a6B14AaABAg
@TejasPhase
@TejasPhase 4 жыл бұрын
Thanks, @@AIEngineeringLife Sir, for this reply. I will surely check and let you know if raised any query.
@susantachary7456
@susantachary7456 4 жыл бұрын
Absolute gem 🙏🏼🙏🏼
@ashishjohnsonburself
@ashishjohnsonburself 4 жыл бұрын
Hi @AIEngineering this is a very insightful video. Could you let me know what is the format of bounding box ? Is it [top,left,bottom,right] or [top,left,width,height] or any other format ?
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Ashish.. you can check here for details - github.com/tensorflow/models/blob/master/research/object_detection/g3doc/using_your_own_dataset.md It is normalized values - [ymin, xmin, ymax, xmax]
@ridafatima1739
@ridafatima1739 7 ай бұрын
What if I have my own dataset and I want to add bounding boxes to them after training and saving my model
@jagtaranacademy1813
@jagtaranacademy1813 Жыл бұрын
which model u r using?
@Mowenatl
@Mowenatl 3 жыл бұрын
Where are you getting protoc from? It's giving me a command not found error and I have been unable to find a windows install for it. Only mac and linux
@marymaemagdalenegregore2693
@marymaemagdalenegregore2693 2 жыл бұрын
Thank you so much for this tutorial, is the txt file of the labeled image also downloaded or saved in particular path?
@AdityaGupta-ty7uj
@AdityaGupta-ty7uj 4 жыл бұрын
Very Good Explanation. I was looking for this type of content for a long time. Thanks a lot, sir. I am working on a project to classify whether a person is wearing gloves or not. Can you give me some tips on that? Because I have 2 classes of hands i.e. one with gloves and the other without gloves, and the model is biased towards without gloves class.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Are you trying object detection or image classification?
@AdityaGupta-ty7uj
@AdityaGupta-ty7uj 4 жыл бұрын
@@AIEngineeringLife I am trying image classification
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
@@AdityaGupta-ty7uj Transfer learning might be a good start. Have you tried that route.. If you have some decent sized labeled images worth a try
@AdityaGupta-ty7uj
@AdityaGupta-ty7uj 4 жыл бұрын
@@AIEngineeringLife I have tried using MobileNet model. I have 650 images of each class that I have scraped from web. But the model is biased towards without gloves class. I think one of the reasons could be that the model is perfectly understanding that it's a hand but unable to predict whether it is wearing a glove or not.
@EnEm523
@EnEm523 2 жыл бұрын
Hello, Your content is awesome. I have problem regarding openCV. How to create bounding boxes on a sample of images (multiple bounding boxes) all bounding boxes sould be in same pixel size.
@archanasoman-electronicswo6062
@archanasoman-electronicswo6062 Жыл бұрын
How can we draw the bounding boxes ,is there any software to be installed for the same? Kindly reply
@master-x7s-p
@master-x7s-p 9 ай бұрын
It's a good video ❤
@ngoduyvu
@ngoduyvu 2 жыл бұрын
Is it possible if we can have multi-label
@nagendra9092
@nagendra9092 4 жыл бұрын
hii sir i just tried but i am getting this type of error while i use below code. arguments={"keywords":"Pawan Kalyan styles", "limit":6, "format":"jpg","print_urls":True} paths=response.download(arguments) Unfortunately all 6 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter! Errors: 0
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Nagendra.. Can you click open in colab below code, change your search and run it github.com/srivatsan88/KZbinLI/blob/master/Data_Collection_for_Image_Classification_Google_Search.ipynb I tried and it is fine for me
@saignanasri4454
@saignanasri4454 3 жыл бұрын
which architecture is used here?
@sharanbabu2001
@sharanbabu2001 4 жыл бұрын
Awesome content. Thanks a lot!
@zaldanadaniel
@zaldanadaniel 4 жыл бұрын
thank you for sharing it!
@ashishbhatnagar9590
@ashishbhatnagar9590 4 жыл бұрын
simply amazing
@danaali1710
@danaali1710 3 жыл бұрын
Thanks a lot, sir. I am working on a project to detecting potholes on the road by using image but the image has some potholes . Can you give me some tips on that?
@vineethgogu2309
@vineethgogu2309 3 жыл бұрын
Hello sir Can we completely remove/wipe out text from an image ??? Using python libraries like easyocr ,pytessarat
@koustavdutta5317
@koustavdutta5317 4 жыл бұрын
Sir, please provide the code.Please sir.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
You can use this - github.com/srivatsan88/Deep-Learning-Computer-Vision/blob/master/Object_Detection_Collecting_and_Preparing_your_Data.ipynb
@daggerdudes9211
@daggerdudes9211 4 жыл бұрын
What if we have several images do we need to draw bounding box for each and every image
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Yes typically. If you have less images then you can try transfer learning maybe or to do less labeling
@vinothprasanth2116
@vinothprasanth2116 3 жыл бұрын
can you give the coding?
@chetaniske9108
@chetaniske9108 4 жыл бұрын
git+github.com/Joecinton1/google-images-download.git link is not working anymore please correct it.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Unfortunately Google keep restricting access to its search but you can check for bing API video I have that must work. For google try this and see if it works - pypi.org/project/google_images_download/ Not sure where the git got diapered
@md.nayeembhuiyan4024
@md.nayeembhuiyan4024 4 жыл бұрын
Please, share github link
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
It must be in my repo here - github.com/srivatsan88/KZbinLI
Transfer Learning - Image Classification using Tensorflow
16:47
AIEngineering
Рет қаралды 19 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
«Жат бауыр» телехикаясы І 30 - бөлім | Соңғы бөлім
52:59
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 340 М.
Image Processing with OpenCV and Python
20:38
Rob Mulla
Рет қаралды 197 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 439 М.
Object Detection in 10 minutes with YOLOv5 & Python!
10:45
Rob Mulla
Рет қаралды 310 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,5 МЛН
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 541 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН