Object Detection using YOLO - Getting Started

  Рет қаралды 3,865

AIEngineering

AIEngineering

Күн бұрын

Пікірлер: 38
@oliesting4921
@oliesting4921 4 жыл бұрын
Great! so glad I have found this channel. Your work and YT lectures are much needed in the field of DS/ML/AI. Thank you.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
You can check my repo here and folder within it - github.com/srivatsan88/KZbinLI
@Augmented_AI
@Augmented_AI 4 жыл бұрын
Great explaination 😊 well done 👍
@AmanKumarSharma-de7ft
@AmanKumarSharma-de7ft 4 жыл бұрын
This is a life saver sir. Thanks for the upload and I will be waiting for the custom training video using yolo v4.
@Cricketpracticevideoarchive
@Cricketpracticevideoarchive 4 жыл бұрын
Sir I can’t tell you how glad am I for this video, if you are marking a series of this then it would be extremely helpful
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Yes..I will be doing couple more videos on Yolo. Yolo installation is not straight forward so in this video wanted to introduce installation and pre-trained models
@rushirajparmar9602
@rushirajparmar9602 4 жыл бұрын
Thankyou sir for this!! I hope you will be covering variants of YOLO in this series as YOLO V4 is already released. Frankly speaking this channel covers all the practical implementation in a nice lucid manner! Love this approach! Especially your videos on AutoML. I would love to see more videos on End to End ML model Deployement on AWS or GCP! ❤️
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Rushiraj.. I am covering Yolo v4 only in this. Can you please elaborate on variant as I will be covering few more from Yolo.. On model deployment in GCP you can check my below playlist - kzbin.info/aero/PL3N9eeOlCrP4VXtFJTjmGsqI-Emk2keVL AWS is in plans in future
@rushirajparmar9602
@rushirajparmar9602 4 жыл бұрын
AIEngineering nothing specific sir what you are covering is great I just mean we have Yolo tiny even some SSDs and other architecture so which option will be best in comparison to YOLOv4 if I want to deploy this model on edge? Or if YOLO v4 is that fast enough I think the issue is solved!! Btw looking forward to your AWS series!! Thankyou!
@bunnyvlogs7647
@bunnyvlogs7647 4 жыл бұрын
Great sir. .ur awesome... please do series of videos on this
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Thank you and Sure Sai.. Will continue with Yolo post my Time Series video series ..
@abhishekpawar921
@abhishekpawar921 4 жыл бұрын
Amazing tutorial!
@AmanKumarSharma-de7ft
@AmanKumarSharma-de7ft 4 жыл бұрын
Sir I have a question though ....if I am using windows, then for what os is the exact cudnn 10.1 do i have to download? the Linux or the window one. and if Linux hen which architecture ?which distribution ?which version? there are so many cuda drivers that i cant decide what to go for. please suggest. I don't have a GPU in the local and is currently running on windows
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
If u r having windows and no gpu then I can ignore the makfile changes step and directly call Make command. You can check darknet repo for install steps
@AmanKumarSharma-de7ft
@AmanKumarSharma-de7ft 4 жыл бұрын
@@AIEngineeringLife sir as i will be working in colab which doesnt have any possible connection with my local system so cant i download the cudnn linux version u were using and upload it to gdrive? Will that not work?
@lilasrinivasreddy
@lilasrinivasreddy 4 жыл бұрын
Can You make a video on how to convert these weights into tflite quantized model and deploying into mobile applications?
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Sure will do.. But in case if you have not seen I have seperate videos on TFLite but for image classification problem
@valerysalov8208
@valerysalov8208 4 жыл бұрын
Can Tranformers or BERT variants be used for metadata extraction?
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
For object detection?.. I did not get..
@valerysalov8208
@valerysalov8208 4 жыл бұрын
@@AIEngineeringLife Text Extraction
@roshanshaji
@roshanshaji 4 жыл бұрын
Plz include custom training using our own image set!! Its a request 🙏
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Roshan.. Yes it is in the plan..
@vishnuk.v8529
@vishnuk.v8529 4 жыл бұрын
@@AIEngineeringLife when will it be posted?
@sdhilip
@sdhilip 4 жыл бұрын
Hi, Good video. Thanks. Could you please share the notebook?
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Here you go - github.com/srivatsan88/KZbinLI/blob/master/Yolo_Installation_and_Prediction.ipynb
@sdhilip
@sdhilip 4 жыл бұрын
@@AIEngineeringLife Thank you
@helloai3470
@helloai3470 4 жыл бұрын
Sir, first of all thank you for this amazing video, very informative!!!.... I have 1 question,, I am using colab for building emotions detection model using mobile net and open cv,,, however to train,, I need to upload kaggle dataset of images to my Google drive,, Data is 60mb cropped,,,, but it is taking so much time to upload to the drive,, m stuck,,, is there any other faster way to load dataset into colab???? I really need your help sir... Thank you, Rajeev
@ramanjaneyuluthanniru1428
@ramanjaneyuluthanniru1428 4 жыл бұрын
use kggle API automatically it will load data set in your colab drive
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
You can use Kaggle api as Ram has mentioned and directly pull the dataset from kaggle to colab and from there copy to drive
@helloai3470
@helloai3470 4 жыл бұрын
@@ramanjaneyuluthanniru1428 thnx ,,will do that...
@helloai3470
@helloai3470 4 жыл бұрын
@@AIEngineeringLife Thank you sir, I am trying now...
@sainikhilesh3467
@sainikhilesh3467 4 жыл бұрын
Sir great tutorial..it was very informative. Recently I tried this but I could make detections on video after loading them in colab and then predicting, however can you please let me know how to implement it in REAL TIME? Any modification that can be made to do this in the .ipynb file in your GitHub repo. Thank you so much in advance.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
In colab it is going to be difficult for real time. We can access webcam in colab but not sure if we can get frames continuously... I will try it out and see
@valerysalov8208
@valerysalov8208 4 жыл бұрын
How to make your dataset gold standard?
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Frankly I dont know what gold standard means.. I would say if dataset is good enough to correlate events from multiple sources and generate good insight then it will be good learning source
@ramanjaneyuluthanniru1428
@ramanjaneyuluthanniru1428 4 жыл бұрын
Sir, Please upload the code in github...for practice purpose we need it.
@AIEngineeringLife
@AIEngineeringLife 4 жыл бұрын
Here you go - github.com/srivatsan88/KZbinLI/blob/master/Yolo_Installation_and_Prediction.ipynb
@ramanjaneyuluthanniru1428
@ramanjaneyuluthanniru1428 4 жыл бұрын
@@AIEngineeringLife TQ
Datasets for Image Classification and Object Detection
11:15
AIEngineering
Рет қаралды 3 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
A Hackers' Guide to Language Models
1:31:13
Jeremy Howard
Рет қаралды 540 М.
Getting Started with Apache Airflow
1:17:40
AIEngineering
Рет қаралды 45 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 420 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 169 М.
Attention in transformers, visually explained | DL6
26:10
3Blue1Brown
Рет қаралды 2 МЛН
Deep AutoViML - End to End AutoML for Deep Learning
1:28:33
AIEngineering
Рет қаралды 4 М.
Stanford CS229 I Machine Learning I Building Large Language Models (LLMs)
1:44:31