призрачный форум

www.prizrak.ws

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » www.prizrak.ws » Литература, искусство и культура, книги » Computer Vision Python OCR & Object Detection Quick Starter


Computer Vision Python OCR & Object Detection Quick Starter

Сообщений 1 страница 2 из 2

1

https://i111.fastpic.ru/big/2020/0513/e3/010ed49298e2121567c33deebf9751e3.jpg

Computer Vision: Python OCR & Object Detection Quick Starter
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 3.08 GB
Genre: eLearning Video | Duration: 44 lectures (4 hour, 28 mins) | Language: English
Quick Starter for Optical Character Recognition, Image Recognition Object Detection and Object Recognition using Python.

What you'll learn

    Optical Character Recognition with Tesseract Library, Image Recognition using Keras, Object Recognition using MobileNet SSD, Mask R-CNN, YOLO, Tiny YOLO from static image, realtime video and pre-recorded videos using Python

Requirements

    A decent configuration computer (preferably Windows) and an enthusiasm to dive into the world of OCR, Image and Object Recognition using Python

Description

Hi There!

welcome to my new course 'Optical Character Recognition and Object Recognition Quick Start with Python'. This is the third course from my Computer Vision series.

Image Recognition, Object Detection, Object Recognition and also Optical Character Recognition are among the most used applications of Computer Vision.

Using these techniques, the computer will be able to recognize and classify either the whole image, or multiple objects inside a single image predicting the class of the objects with the percentage accuracy score. Using OCR, it can also recognize and convert text in the images to machine readable format like text or a document.

Object Detection and Object Recognition is widely used in many simple applications and also complex ones like self driving cars.

This course will be a quick starter for people who wants to dive into Optical Character Recognition, Image Recognition and Object Detection using Python without having to deal with all the complexities and mathematics associated with typical Deep Learning process.

Let's now see the list of interesting topics that are included in this course.

At first we will have an introductory theory session about Optical Character Recognition technology.

After that, we are ready to proceed with preparing our computer for python coding by downloading and installing the anaconda package and will check and see if everything is installed fine.

Most of you may not be coming from a python based programming background. The next few sessions and examples will help you get the basic python programming skill to proceed with the sessions included in this course. The topics include Python assignment, flow-control, functions and data structures.

Then we will install the dependencies and libraries that we require to do the Optical Character Recognition. We are using Tesseract Library to do the OCR. At first we will install the Library and then its python bindings. We will also install OpenCV, which is the Open Source Computer Vision library in Python.

We also will install the Pillow library, which is the Python Image Library. Then we will have an introduction to the steps involved in the Optical Character Recognition and later will proceed with coding and implementing the OCR program. We will use few example images to do a Character Recognition testing and will verify the results.

Then we will have an introduction to Convolutional Neural Networks , which we will be using to do the Image Recognition. Here we will be classifying a full image based on the single primary object in it.

We will then proceed with installing the Keras Library which we will be using to do the Image recognition. We will be using the built in , pre-trained Models that are included in Keras. The base code in python is also provided in the Keras documentation.

At first We will be using the popular pre-trained model architecture called the VGGNet. we will have an introductory session about the architecture of VGGNet. Then we will proceed with using the pre-trained VGGNet 16 Model included in keras to do Image Recognition and classification. We will try with few sample images to check the predictions. Then will move on to a deeper VGGNet 19 Model included in keras to do Image Recognition and classification.

Then we will try the ResNet pre-trained model included with the Keras library. We will include the model in the code and then we will try with few sample images to check the predictions.

And after that we will try the Inception pre-trained model. We will also include the model in the code and then we will try with few sample images to check the predictions. Then will go ahead with the Xception pre-trained model. Here also, we will  include the model in the code and then we will try with few sample images.

And those were Image Recognition pre-trained models, which can only label and classify a complete image based on the primary object in it. Now we will proceed with Object Recognition in which we can detect and label multiple objects in a single image.

At first we will have an introduction to MobileNet-SSD Pre-trained Model, which is single shot detector that is capable of detecting multiple objects in a scene. We will be also be having a quick discussion about the dataset that is used to train this model.

Later we will be implementing the MobileNet-SSD Pre-trained Model in our code and will get the predictions and bounding box coordinates for every object detected. We will draw the bounding box around the objects in the image and write the label along with the confidence value.

Then we will go ahead with object detection from a live video. We will be streaming the real-time live video from the computer's webcam and will try to detect objects from it. We will draw rectangle around each object detected in the live video along with the label and confidence.

In the next session, we will go ahead with object detection from a pre-saved video. We will be streaming the saved video from our folder and will try to detect objects from it. We will draw rectangle around each object detected along with the label and confidence.

Later we will be going ahead with the Mask-RCNN Pre-trained Model. In the previous model, we were only able to get a bounding box around the object, but in Mask-RCNN, we can get both the box co-ordinates as well the mask over the exact shape of object detected. We will have an introduction about this model and its details.

Later we will be implementing the Mask-RCNN Pre-trained Model in our code and as the first step we will get the predictions and bounding box coordinates for every object detected. We will draw the bounding box around the objects in the image and write the label along with the confidence value.

Later we will be getting the mask returned for each object predicted. We will process that data and use it to draw translucent multi coloured masks over each and every object detected and write the label along with the confidence value.

Then we will go ahead with object detection from a live video using Mask-RCNN. We will be streaming the real-time live video from the computer's webcam and will try to detect objects from it. We will draw the mask over the perimeter of each object detected in the live video along with the label and confidence.

And like we did for our previous model, we will go ahead with object detection from a pre-saved video using Mask-RCNN. We will be streaming the saved video from our folder and will try to detect objects from it. We will draw coloured masks for object detected along with the label and confidence.

The Mask-RCNN is very accurate with vast class list but will be very slow in processing images using low power CPU based computers. MobileNet-SSD is fast but less accurate and low in number of classes. We need a perfect blend of speed and accuracy which will take us to Object Detection and Recognition using YOLO pre-trained model. we will have an overview about the yolo model in the next session and then we will implement yolo object detection from a single image.

And using that as the base,                                                                                                                                                                                                          we will try the yolo model for object detection from a real time webcam video and we will check the performance. Later we will use it for object recognition from the pre-saved video file.

To further improve the speed of frames processed, we will use the model called Tiny YOLO which is a light weight version of the actual yolo model. We will use tiny yolo at first for the pre-saved video and will analyse the accuracy as well as speed and then we will try the same for a real-time video from webcam and see the difference in performance compared to actual yolo.

That's all about the topics which are currently included in this quick course. The code, images and libraries used in this course has been uploaded and shared in a folder. I will include the link to download скачать them in the last session or the resource section of this course. You are free to use the code in your projects with no questions asked.

Also after completing this course, you will be provided with a course completion certificate which will add value to your portfolio.

So that's all for now, see you soon in the class room. Happy learning and have a great time.

Who this course is for:

    Beginners or who wants to start with Python based OCR, Image Recognition and Object Recognition
   
https://i111.fastpic.ru/big/2020/0513/cd/c4e69f800caf3db4d3916b856c026acd.jpg

download скачать link:

Код:
https://rapidgator.net/file/6803d86adfd69b8b9491d99b41200d7e/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part1.rar.html
https://rapidgator.net/file/148ba89be06f5d4495545bf7f068fb4c/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part2.rar.html
https://rapidgator.net/file/b4beceb98a0ba9f9b95cbb3a8c9c3a86/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part3.rar.html
https://rapidgator.net/file/cb8abcee78c7dfbef1f64579eacde5e9/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part4.rar.html


https://nitroflare.com/view/1A23B5CBC932010/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part1.rar
https://nitroflare.com/view/35F1B66CDB480B1/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part2.rar
https://nitroflare.com/view/FF34C7AD10C66BC/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part3.rar
https://nitroflare.com/view/[цензура]613F325ED071/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part4.rar


https://uploadgig.com/file/download скачать/82Ab6E65035efD33/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part1.rar
https://uploadgig.com/file/download скачать/63cd952249a0Ba21/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part2.rar
https://uploadgig.com/file/download скачать/edb61600B47D420c/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part3.rar
https://uploadgig.com/file/download скачать/9d2d25c41a03f3fc/4udoy.Computer.Vision.Python.OCR..Object.Detection.Quick.Starter.part4.rar

Links are Interchangeable - No Password - Single Extraction

0

2

In reply to the person inquiring about wellbeing products meaning, anti-anxiety drugs side effects, what are some anti-anxiety drugs, anti anxiety agents work by quizlet psychology, wellness india in mumbai, de-stress meaning in english,  I highly recommend this awesome anti-anxiety tips or natural sleep supplements reddit, anti anxiety notebook barnes and noble, wellness shop online india, wellness shop products review, sleeping pills nz zopiclone, anti stress ball benefits, as well as this new anti-stress site not to mention oriflame wellness products side effects, alfa wellness products online, what is wellness products, anti-anxiety agents work by quizlet, anti anxiety supplements amazon, health and wellness products meaning, not to mention this awesome wellness products link which is also great. Also have a look at this useful anti-anxiety tips alongside all anti-anxiety medication list south africa, anti stress vitamins for gamefowl, wellness products, anti stress game mod apk, anti-stress medication, anti-anxiety agents work by blank quizlet, alongside all this recommended sleep supplements info alongside all sleeping pills that work uk, oriflame wellness ingredients, anti-anxiety, sleep pills melatonin, anti-anxiety drugs for dogs, sleep supplements canada, on top of recommended anti-stress advice which is also worth a look. I also recommend this top anti-anxiety advice on top of anti-anxiety meds and blood pressure, sleep aids uk boots, what are wellness brands, sleeping pills nz chemist warehouse, anti anxiety medication list non addictive, anti stress medication over the counter, and don't forget this updated anti-stress link alongside all to relieve stress meaning, wellness products for weight loss reviews, wellness products review, renatus wellness products price list, best sleep supplements canada, de-stress meaning in english, and don't forget high rated anti-stress forum which is also great. Finally, have a look at this high rated wellness products details for good measure. Check more Top Rated Anti-Anxiety Tipsi 19ed6cf

Подпись автора

Google it

0


Вы здесь » www.prizrak.ws » Литература, искусство и культура, книги » Computer Vision Python OCR & Object Detection Quick Starter