- Видео 338
- Просмотров 2 318 046
The AI University
США
Добавлен 27 янв 2019
The AI University is an educational channel which is on a mission to democratize the Artificial Intelligence, Machine Learning, Deep Learning, Big Data Hadoop and Cloud Computing related education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants FREE! of cost as well as providing advanced knowledge to the ones who already possess some of this knowledge.
You can learn all your favorite digital technologies like Machine Learning, Deep Learning, AI, Big Data Hadoop, Augmented Reality, Cloud Computing, and acquire the related skill set in order to advance your career in these fields. This Channel takes hands-on approach to build AI based products & applications. New videos are added every week.
You can learn all your favorite digital technologies like Machine Learning, Deep Learning, AI, Big Data Hadoop, Augmented Reality, Cloud Computing, and acquire the related skill set in order to advance your career in these fields. This Channel takes hands-on approach to build AI based products & applications. New videos are added every week.
Object Detection for Self Driving Cars | Image Annotation using V7 Labs Platform | Part 2
In this video you will be able to learn about annotating/labeling the images for Object Detection Model using V7 Platform in order to train deep learning model for Self Driving Cars. I will cover creating bounding boxes around the objects in an image as well as showcase the V7 feature where one can auto annotate the data. In the upcoming videos, we will be using V7 Labs platform to train the model on the annotated images using same V7 platform.
----------------------------------------------------------------------------------------------------------
V7 Lab's link : www.v7labs.com/
------------------------------------------------------------------------------------------------------------
Joi...
----------------------------------------------------------------------------------------------------------
V7 Lab's link : www.v7labs.com/
------------------------------------------------------------------------------------------------------------
Joi...
Просмотров: 522
Видео
Object Detection for Self Driving Cars | Image Annotation using V7 Lab's Platform | Part 1
Просмотров 193Год назад
In this video you will be able to learn about the various steps involved in Object Detection Model Training for Self Driving Cars. Right from Data Preparation to Model deployment on Car's onboard computer. In the upcoming videos, we will be using V7 Labs platform to annotate or label images and then training the model using same platform. V7 Lab's link : www.v7labs.com/ Join this channel to get...
NO CODE Text to Image Generation | Easy way to Generate AI Art
Просмотров 8262 года назад
This video of The AI University will showcase Code and No Code ways to generate images from text. You will see how easy way to generate AI art using text to image generator. You will also get exposure to generate text from image using deep learning models. Creative Fabrica (CF Spark) Text to Image Generator Link - www.creativefabrica.com/spark/ref/3295031 Please tune in to creative fabrica webs...
Train CUSTOM Object Detection Model using YOLOv4 | CUSTOM Object Detection on YOLOv4 Darknet
Просмотров 24 тыс.4 года назад
This video titled "Train CUSTOM Object Detection Model using YOLOv4 | CUSTOM Object Detection on YOLOv4 Darknet" explains the detailed steps to train a custom object detection model on our own custom dataset and that we downloaded from the open image dataset tool in the earlier videos. The model would be trained on Google Colab GPU Acceleration Mode. One of the other reason for using Google Col...
Create Configuration file in YOLO Object Detection | YOLOv4.cfg file Download
Просмотров 16 тыс.4 года назад
This video titled "Create a Configuration file in YOLO Object Detection | YOLOv4.cfg file Download" explains the steps to create a configuration file that contains specific useful parameters that are used for training and testing purposes. I have trained CNN models then you must be aware parameters such as learning rate, data augmentation for creating flipped, scaled images, etc. We will be set...
Object Detection using YOLO v4 PRETRAINED Weights | Install YOLOv4 WINDOWS
Просмотров 21 тыс.4 года назад
This video titled "Object Detection using YOLO v4 PRETRAINED Weights | Install YOLOv4 WINDOWS" explains detailed steps to download and install darknet’s yolov4 object detection framework , learn about various dependencies and how to make configuration changes to run the model efficiently, download pretrained weghts to perform object detection on a given image and video using pretrained model as...
Create Training and Test files for YOLOv4 | YOLOv4 Object Detection Code
Просмотров 14 тыс.4 года назад
This video titled "Create Training and Test files for YOLOv4 | YOLOv4 Object Detection Code" explains the steps to create various files such as data file, class names file, training and test files in order to train the object detection model on the images we downloaded in the previous videos using YOLO framework. These files will contain the fully qualified path of the images on which we want o...
Create Annotation file for Image Data in YOLO Object Detection | Convert Image Data into YOLO format
Просмотров 25 тыс.4 года назад
This video titled "Create Annotation file for Image Data in YOLO Object Detection | Convert Image Data into YOLO format" explains the steps to create annotations files for each image downloaded in the previous video so that we can build our own custom object detection model. We will see how to convert the annotations that are contained in the annotation file generated with Images using OIDv4 to...
Download Image Dataset from Google Image Dataset | FREE Labeled Images for Machine Learning
Просмотров 41 тыс.4 года назад
This video titled "Download Image Dataset from Google Image Dataset | FREE Labeled Images for Machine Learning" explains the detailed steps to download and install Google open image datasets to create your own custom dataset where images are already annotated or labeled. The images can be different categories such as dog, person, vehicles, gadgets, etc. So we would be extracting just the requir...
Annotate Videos for Machine Learning Model | Label Videos for Object Detection Model | YOLOv4
Просмотров 21 тыс.4 года назад
This video titled "Annotate Videos for Machine Learning Model | Label Videos for Object Detection Model | YOLOv4" explains the steps to annotate or label videos in order to make it as dataset for machine learning model training. Models such as Classification, Object Detection, etc. If someone wants to build your own custom YOLO V4 object detection model that can get trained on video images in o...
Label Images for Object Detection | Annotate Images for Machine Learning | YOLOv4
Просмотров 135 тыс.4 года назад
This video titled "Label Images for Object Detection | Annotate Images for Machine Learning | YOLOv4" covers the steps to annotate or label Image Dataset so that you can build and train any object detection model or classification model, be it using standalone Convolutional Neural Network or using YOLOV4 framework. Video covers steps to install LabelImg tool in Windows and Anaconda distribution...
YOLOv4 Object Detection Crash Course | YOLO v4 how it works and how to build it | Introduction
Просмотров 44 тыс.4 года назад
This video titled "YOLOv4 Object Detection Crash Course | YOLO v4 how it works and how to build it | Introduction" gives the introduction of Yolo V4 object detection framework i.e. what exactly it is, a brief explanation of various components of its architecture, different use cases of it as well as a demo of it at the end of the video. YOLO stands for "You Look Only Once". It is a state of art...
Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 3 | Face Mask Detection system CNN Model
Просмотров 14 тыс.4 года назад
This video titled "Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 3 | face mask detection system CNN Model" is a part - 3 of Face Mask Detection System where we will see how to Build a Face Mask Detection System that can detect a person in real-time if he/she is wearing a mask or not using CCTV camera with quite a good accuracy. After that, he/she is denied access to places where au...
Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 2 | Face Mask Detection system CNN Model
Просмотров 11 тыс.4 года назад
This video titled "Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 2 | face mask detection system CNN Model" is a part - 2 of Face Mask Detection System where we will see how to Build a Face Mask Detection System that can detect a person in real-time if he/she is wearing a mask or not using CCTV camera with quite a good accuracy. After that, he/she is denied access to places where au...
Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 1 | Face Mask Detection system CNN Model
Просмотров 31 тыс.4 года назад
This video titled "Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 1 | face mask detection system CNN Model" is a part - 1 of Face Mask Detection System where we will see how to Build a Face Mask Detection System that can detect a person in real-time if he/she is wearing a mask or not using CCTV camera with quite a good accuracy. After that, he/she is denied access to places where au...
Car Detection in 7 minutes OpenCV and Python | LIVE Car and Pedestrian Detection system
Просмотров 9 тыс.4 года назад
Car Detection in 7 minutes OpenCV and Python | LIVE Car and Pedestrian Detection system
Face Detection in 10 minutes using OpenCV and Python | LIVE Face & Eye Detection
Просмотров 3,3 тыс.4 года назад
Face Detection in 10 minutes using OpenCV and Python | LIVE Face & Eye Detection
Object Detection Introduction | Difference between Object Detection and Object Recognition
Просмотров 7 тыс.4 года назад
Object Detection Introduction | Difference between Object Detection and Object Recognition
Detect Corners for Motion Tracking using Harris Corner Detection Python OpenCV
Просмотров 1,9 тыс.4 года назад
Detect Corners for Motion Tracking using Harris Corner Detection Python OpenCV
How Self Driving Cars MATCH CONTOURS to identify Traffic Signs | Match Contours Python OpenCV
Просмотров 7784 года назад
How Self Driving Cars MATCH CONTOURS to identify Traffic Signs | Match Contours Python OpenCV
Approximate Contours and Convex Hull for Self Driving Car Collision Avoidance
Просмотров 1,2 тыс.4 года назад
Approximate Contours and Convex Hull for Self Driving Car Collision Avoidance
Increase ACCURACY of Model on Small Dataset | DATA AUGMENTATION for Small Image Dataset
Просмотров 10 тыс.4 года назад
Increase ACCURACY of Model on Small Dataset | DATA AUGMENTATION for Small Image Dataset
Sorting Contours according to Size or Area OpenCV | How to Sort Contours OpenCV
Просмотров 8 тыс.4 года назад
Sorting Contours according to Size or Area OpenCV | How to Sort Contours OpenCV
Find and Draw Contours using Python OpenCV | Image Segmentation OpenCV
Просмотров 2,7 тыс.4 года назад
Find and Draw Contours using Python OpenCV | Image Segmentation OpenCV
Lane Detection for Self Driving cars using Hough Lines | Hough Lines and Probabilistic Hough Lines
Просмотров 1,6 тыс.4 года назад
Lane Detection for Self Driving cars using Hough Lines | Hough Lines and Probabilistic Hough Lines
How to Utilize Pre-Trained Models for building Deep Learning Models | VGG16 ResNET Object Detection
Просмотров 6 тыс.4 года назад
How to Utilize Pre-Trained Models for building Deep Learning Models | VGG16 ResNET Object Detection
What is Blob & how to detect the Blobs using Python OpenCV ?
Просмотров 18 тыс.4 года назад
What is Blob & how to detect the Blobs using Python OpenCV ?
How to AUTOMATE Data Science Lifecycle | How to AUTOMATE Machine Learning Pipeline
Просмотров 1,5 тыс.4 года назад
How to AUTOMATE Data Science Lifecycle | How to AUTOMATE Machine Learning Pipeline
डेटा Science Lifecycle को स्वचालित कैसे करें | How to AUTOMATE Data Science Lifecycle in Hindi
Просмотров 2224 года назад
डेटा Science Lifecycle को स्वचालित कैसे करें | How to AUTOMATE Data Science Lifecycle in Hindi
Edge Detection OpenCV | Laplacian Sobel and Canny Edge Detection using OpenCV Python
Просмотров 3,6 тыс.4 года назад
Edge Detection OpenCV | Laplacian Sobel and Canny Edge Detection using OpenCV Python
INTER_AREA
Thoda hindi bhi bol lijia
But this is not in Yolo format. How do you convert them?
Rigid Body
sir plz give dataset link
Please tel which technology use
NICE
./darknet: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory.. iam getting this error..how to train..pls help with dz
Can u make on sentiment analysis of user on social media
you are drop out customers of other country , to avoid effect of outlier???
Sir please help as in 2024 the google colab tensorflow and keras and python versions are upgraded and the codes u have provided are not running.
I am having error with model.fit_generator and when I am changing it to model.fit it says it should return tuple
False. It is an optimized form of Hough lines
I cannot able to see the full code sir
Yes, I really liked it
Yes it is true. Iteration keeps on increasing the operation whether it is erosion or dilution
No it is not an answer. There is cv2.THRESh_BINARY or THRESH_BINARY_INV
Can I get your direct email please?
It is true. Sharpness is the reversal of image blurring by sharpening the edges
Yes It is true. The low pass filter is used for blurring of images
Yes it is true...Not operation inverses the color of the image
I think the shape function returns the dimensions like height,width,channel
Yes, scalar entity is responsible for the brightness as well as the darkness of the image
getPerspectiveTRansform converts the quadilateral coordinate to desired rectangle coordinate
From the rotation matrix and the image we can able to rotate the image into a specific direction
cv2.INTER
ix,iy initialize the coordinates of the rectangle
cv2.setMouseCllback('Imagewindowname',function_for_circle) In function, (image,(x,y),radius,color,thickness)
-1
Sir please we are getting error Access blocked authentication... please reply
Sir please we are getting error Access blocked authentication... please reply
Sir please we are getting error Access blocked authentication... please reply
Sir please we are getting error Access blocked authentication... please reply
Sir please we are getting error Access blocked authentication... please reply
Sir please we are getting error Access blocked authentication... please reply
False and thank u for the better time that we had
Can we give training to yolo from only annotations csv file?
Highly useless video
how are we supposed to find out "the first demo video" in order to understand the directory at least mention it in description as "The first deep learning demo video or something"
Please with this steps shown can it be applied to iOS devices
It supports both
so can we say that the sepal length is not as useful for predicting species based on p values as it is larger than 0.05?
Marker base AR
Hello sir, I want to learn data annotation skills, to make money from freelancing, please suggest a better-detailed tutorial for this, and also give me better guidance for this path.
Gravity
Nice video prepared to learn AR topic
The content explanation in this video on AR basics is helpful for learning, and the answer to the asked question is at Origin only.
Can I implement this for Intelligent traffic system project for detecting the vehicles and their count?
for Mac OS sir