AKHTAR JAMIL
AKHTAR JAMIL
  • 105
  • 954 023
Generative AI: Introduction to Latent Variable Models
Introducing the Latent Variable Models with our concise yet comprehensive lecture, designed for professionals in machine learning. We start with the basics, introducing you to the concepts of Latent Variable Models and Autoencoders, and explain the difference between Observed vs. Latent and Deterministic vs. Random variables. Progress through the intricacies of applying these models in deep learning, understand the training processes, and grasp essential theories like the variational approximation, Entropy, and KL-Divergence.
Переглядів: 540

Відео

EmguCV # 81: QR Code Generation, Detection and Decoding using EmguCV
Переглядів 1,7 тис.3 місяці тому
In this tutorial video, we delve into the process of generating, detecting, and decoding QR codes using EmguCV, a powerful cross-platform .Net wrapper to the OpenCV image processing library. EmguCV simplifies the interface for working with real-time computer vision. This video, part of the EmguCV tutorial series, specifically focuses on handling QR codes which are widely used in various applica...
EmguCV # 80 Object detection from video using Mask R-CNN and EmguCV
Переглядів 20 тис.2 роки тому
This tutorial shows how to perform Object detection using Mask R-CNN and EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x Pre-trained Model Weights: download.tensorflow.org/models/o...
EmguCV # 79 Object detection using Mask R-CNN and EmguCV
Переглядів 6 тис.2 роки тому
This tutorial shows how to perform Object detection using Mask R-CNN and EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. Keywords: Just to aid people's searching, this video includes use of VideoCapture, Mat, CvInvoke.GaussianBlur. BackgroundSubtractorMOG2.Apply(), CvInvoke.Threshold(... Threshold.Binary), CvInvoke.Morpho...
EmguCV # 78 Hand Landmark detection using OpenPose and EmguCV
Переглядів 3,3 тис.3 роки тому
This tutorial shows how to perform hand landmark detection using OpenPose and EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FACEBOOK Emgucv-Opencv-110766253806930 FU...
EmguCV # 77 Pose Estimation using OpenPose and EmguCV
Переглядів 2,9 тис.3 роки тому
This tutorial shows how to perform body pose estimation using OpenPose and EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FACEBOOK Emgucv-Opencv-110766253806930 FURTH...
EmguCV # 76 Segment and Count words in a Text
Переглядів 9303 роки тому
This tutorial shows how to segment text lines using EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. It performs following parts: - Skew Correction - Line Segmentation - Contours TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FA...
EmguCV # 75 Text Line Segmentation
Переглядів 1,8 тис.3 роки тому
This tutorial shows how to segment text lines using EmguCV. The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. It performs following parts: - Skew Correction - Line Segmentation - Contours TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FA...
EmguCV # 74 Detect Pregnancy Test Results using EmguCV
Переглядів 2,3 тис.3 роки тому
This tutorial shows how to apply Emgu CV to detect the pregnancy result from test strips. I used the test strips provided on the website of HCG pregnancy test strips (www.dreamstime.com/). The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SO...
OpenCV Tutorial - 1: Installing Anaconda, OpenCV. Read, show, and write images
Переглядів 6 тис.3 роки тому
This tutorial shows how to setup the development environment and start read, show and write images using OpenCV and Python. It shows how to download and install Anaconda and also create new virtual environment. Finally, I show how to use OpenCV to read, write and display images. SOURCE CODE github.com/halanch599/OpenCV-Tutorials GOALS Setting Up Environment - Installing Anaconda - Installing Op...
EmguCV # 73 COVID-19 Test classification using EmguCV
Переглядів 3 тис.3 роки тому
This tutorial shows how to perform classification of visual results for COVID-19. I used the test strips provided on the official website of zenonmed for testing(zenonmed.com/products/covid-products/covid-19-rapid-test-kits/). The code is written using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 ...
EmguCV # 72 Shape Matching in EmguCV - Part-II
Переглядів 3,1 тис.3 роки тому
This tutorial shows how to perform shape matching using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application in C#. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FACEBOOK Emgucv-Opencv-110766253806930 FURTHER INFORMATION If you need any other assistance...
EmguCV # 71 Shape Matching in EmguCV - Part-I
Переглядів 4,6 тис.3 роки тому
This tutorial shows how to perform shape matching using EmguCV 4.5.1 with C# in .Net 5. The project is created using Windows Forms Application in C#. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FACEBOOK Emgucv-Opencv-110766253806930 FURTHER INFORMATION If you need any other assistance...
EmguCV # 70 Installing Emgucv 4.5.1 with .Net 5
Переглядів 10 тис.3 роки тому
This tutorial shows how to install install EmguCV 4.5.1 with .Net 5. The code is written in Emgu CV 4.5.1 version with windows forms application in C# language. TOOLS Emgu CV : Version 4.5.1 IDE : Visual Studios 2019 v16.9.4 Frameworkd : .Net Framework SOURCE CODE github.com/halanch599/EmguCVDemoV4.x.x FACEBOOK Emgucv-Opencv-110766253806930 FURTHER INFORMATION If you need any other...
EmguCV # 69 Object detection with Yolo3 and Emgu CV
Переглядів 13 тис.3 роки тому
This tutorial shows how to use Yolo3 for object detection from images using Emgu CV. The code is written in Emgu CV 4.4 version with windows forms application in C# language. Yolo3 Pretrained Model: pjreddie.com/media/files/yolov3.weights CFG File: github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg Coco Names: raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names Emgu.CV.DNN (De...
EmguCV # 68 Moving Object Detection From Video with Background Subtractor using EmguCV
Переглядів 7 тис.3 роки тому
EmguCV # 68 Moving Object Detection From Video with Background Subtractor using EmguCV
EmguCV # 67 Image Stitching Using EmguCV
Переглядів 3,5 тис.3 роки тому
EmguCV # 67 Image Stitching Using EmguCV
EmguCV # 66 Convolutional Neural Network for Digit Recognition
Переглядів 3,7 тис.3 роки тому
EmguCV # 66 Convolutional Neural Network for Digit Recognition
EmguCV # 65 Changing the Contrast and Brightness of Images
Переглядів 4,5 тис.3 роки тому
EmguCV # 65 Changing the Contrast and Brightness of Images
EmguCV # 64 -V (Visualizing Results): Face Recognition using HoG features and SVM classifier
Переглядів 2,9 тис.3 роки тому
EmguCV # 64 -V (Visualizing Results): Face Recognition using HoG features and SVM classifier
EmguCV # 64 -IV (Train & Test SVM Model): Face Recognition using HoG features and SVM classifier
Переглядів 3,1 тис.3 роки тому
EmguCV # 64 -IV (Train & Test SVM Model): Face Recognition using HoG features and SVM classifier
EmguCV # 64 -III (HOG Feature Extraction): Face Recognition using HoG features and SVM classifier
Переглядів 2,4 тис.3 роки тому
EmguCV # 64 -III (HOG Feature Extraction): Face Recognition using HoG features and SVM classifier
EmguCV # 64 - II (Test-Train Split) Face Recognition using HoG features and SVM classifier
Переглядів 1,7 тис.3 роки тому
EmguCV # 64 - II (Test-Train Split) Face Recognition using HoG features and SVM classifier
EmguCV # 64 - I (Load Image Data): Face Recognition using HoG features and SVM classifier
Переглядів 2,9 тис.3 роки тому
EmguCV # 64 - I (Load Image Data): Face Recognition using HoG features and SVM classifier
EmguCV #63: Concatenate images of different sizes in vertical and horizontal direction
Переглядів 2,1 тис.3 роки тому
EmguCV #63: Concatenate images of different sizes in vertical and horizontal direction
Installing SQL Server Management Studio (SSMS)
Переглядів 4153 роки тому
Installing SQL Server Management Studio (SSMS)
Installing MS SQL SERVER 2019
Переглядів 4103 роки тому
Installing MS SQL SERVER 2019
EmguCV #62: Face Landmark Detection from Images
Переглядів 4,7 тис.3 роки тому
EmguCV #62: Face Landmark Detection from Images
Lesson - 7: Saving Network Parameters - Diabetes classification using Artificial Neural Networks
Переглядів 5923 роки тому
Lesson - 7: Saving Network Parameters - Diabetes classification using Artificial Neural Networks
Lesson - 6: Display Confusion Matrix - Diabetes classification using Artificial Neural Networks
Переглядів 6093 роки тому
Lesson - 6: Display Confusion Matrix - Diabetes classification using Artificial Neural Networks

КОМЕНТАРІ

  • @steiner8958
    @steiner8958 25 днів тому

    thank u so much

  • @gzh-uq3il
    @gzh-uq3il Місяць тому

    Can I play the local video in the virtual camera?

  • @Monisha-ei1zz
    @Monisha-ei1zz 2 місяці тому

    in case of transparent ground

  • @johnmichaelconarco8006
    @johnmichaelconarco8006 3 місяці тому

    do you have a video on how to install the opencv?

  • @khangvodinhquoc5657
    @khangvodinhquoc5657 3 місяці тому

    NO new record button?

  • @karthikpeirce8898
    @karthikpeirce8898 3 місяці тому

    How do I use this for Images?

  • @peri.platypus
    @peri.platypus 3 місяці тому

    hello how to train own model?

  • @peri.platypus
    @peri.platypus 3 місяці тому

    new subscriber here playing through to this playlist to learn computer vision :)

  • @peri.platypus
    @peri.platypus 3 місяці тому

    can i request a view a realtime object detection using your camera?

  • @peri.platypus
    @peri.platypus 3 місяці тому

    hi, can i request video about object detection in real time? thanks new subscriber here

  • @peri.platypus
    @peri.platypus 3 місяці тому

    hi, can i request video about object detection in real time? thanks new subscriber here

  • @peri.platypus
    @peri.platypus 3 місяці тому

    hi, can i request video about object detection in real time? thanks new subscriber here

  • @muhammadzulqarnain3374
    @muhammadzulqarnain3374 3 місяці тому

    Sir we miss your class and way of teaching. You are the best teacher

  • @hakanovali9276
    @hakanovali9276 3 місяці тому

    good example both theorical and apply sides.

  • @jackzhang996
    @jackzhang996 3 місяці тому

    Mr AKHTAR JAMIL,Welcome back,

  • @cissemy
    @cissemy 3 місяці тому

    Welcome back Is it possible to recognize a form like azure form recognizer using emgucv ? Thanks

  • @dwk-bh7ld
    @dwk-bh7ld 3 місяці тому

    Thank you for posting again Your Videos have help me a lot You explain this topic in a plain and simple way 😃 Keep Coding ...

  • @minhnguyencong8047
    @minhnguyencong8047 3 місяці тому

    🤣🤣🤣 i always wait you comeback, my teacher ❤

  • @huggksn4787
    @huggksn4787 3 місяці тому

    Nice to sene u again on UA-cam sir 🎉🎉🎉

    • @TechAJX
      @TechAJX 3 місяці тому

      Yup, was away for long time :)

  • @thison6595
    @thison6595 3 місяці тому

    Long time no see!! Hope you publish more videos about CV for winform & WPF

    • @TechAJX
      @TechAJX 3 місяці тому

      i will continue now :)

  • @huggksn4787
    @huggksn4787 4 місяці тому

    Great work, well done.

  • @vibicinews9301
    @vibicinews9301 5 місяців тому

    thank you

  • @Legi0n13
    @Legi0n13 6 місяців тому

    FrameNo += Convert.ToInt16(num1.Value) must be under picBox.Image = m.ToBitmap(); Else error in the end of file and when initialize FrameNo = 1

  • @ibrahimsholeh5140
    @ibrahimsholeh5140 7 місяців тому

    how to draw dashed line in emgucv??

    • @TechAJX
      @TechAJX 6 місяців тому

      You can do something line this CvInvoke.Line(image, startPoint, endPoint, color, thickness, LineType.AntiAlias);

  • @muneerbarakat7991
    @muneerbarakat7991 7 місяців тому

    hi thanks' for the video it was really helpful, one question though, how do you remove the red rectangle after the crop?

    • @TechAJX
      @TechAJX 6 місяців тому

      the rectangle is drawn in an image, the original image is not changed, just you need to use the coordinates to crop the original image which does not contain any rectangles.

  • @huyngo9785
    @huyngo9785 7 місяців тому

    Thank you for showing this. Not a lot of UA-cam videos have this step-by-step guide. You're awesome!

  • @bancuaban2010
    @bancuaban2010 8 місяців тому

    I see minVal alway = 0

  • @user-bt5vw9fn3k
    @user-bt5vw9fn3k 8 місяців тому

    хочу быть таким же

  • @user-bt5vw9fn3k
    @user-bt5vw9fn3k 8 місяців тому

    я не знаю что не так, но артем чесноков говорил совершенно другое! 💥💥

  • @wirelessmistress3268
    @wirelessmistress3268 8 місяців тому

    With all due respect Sir. ...the interest of using Mask-Rcnn is to define and find a mask over the detected class of object ... otherwise it's just the bounding box around it which is the same result as Rcnn or fast-Rcnn ... which is hardly the point of using Mask-Rcnn

  • @atomharcos99
    @atomharcos99 8 місяців тому

    Severity Code Description Project File Line Suppression State Error Exception 'System.AggregateException' thrown when trying to add source 'packagesource'. Please verify all your online package sources are available. One or more errors occurred. Unable to load the service index for source packagesource. An error occurred while sending the request. The remote name could not be resolved: 'packagesource' I have got this error. Any idea how to fix it?

  • @antoniogiornetta7310
    @antoniogiornetta7310 9 місяців тому

    Nice, but it's really very slow. Is there a way to speed it up?

  • @longle3468
    @longle3468 9 місяців тому

    emgu cv is too bad, cannot run on all computers, with laptops I can only run 3.1, with higher versions it always shows the error "The type initializer for 'Emgu.CV.CvInvoke' threw an exception ".

  • @SigmaEgypt
    @SigmaEgypt 10 місяців тому

    Just excellent

  • @imageprocessing9645
    @imageprocessing9645 10 місяців тому

    Thanks for your video. What is the rectangle class code? Not mentioned in the video...

  • @user-xj6oh7kg7z
    @user-xj6oh7kg7z 11 місяців тому

    Кому то поможет мб, если не работает SQLiteConnection то добавьте Data Source = и ваш путь

    • @user-xj6oh7kg7z
      @user-xj6oh7kg7z 11 місяців тому

      Можно короче вообще упростить сильно SQLiteConnection con = new SQLiteConnection("Data Source = your.db"); if author's method doesnt work :) Если метод автора не воркает при подключении

  • @almanegrafci
    @almanegrafci 11 місяців тому

    Valeu!

  • @minhthiennguyen2740
    @minhthiennguyen2740 Рік тому

    i can't get source code :( !

  • @williampercypachamangocald7618

    Hello, excellent tutorial. A query how it would be possible to cut the final image using the mouse, and then save it.

  • @Ycrep.mailliw9720
    @Ycrep.mailliw9720 Рік тому

    Excelente me ayudó

  • @jonlbs7
    @jonlbs7 Рік тому

    EXCELLENT !!!

  • @zuriuszu
    @zuriuszu Рік тому

    Sir, how can i increase face detected red rectangle for more view so both neck and head could be visible?

  • @adrianbaptista6141
    @adrianbaptista6141 Рік тому

    Excellent explanation ... thanks ... how to see the labels ... CvInvoke.PutText(frame,labels, p1, FontFace.HersheySimplex, 0.5 , new MCvScalar(0, 0, 255), 1);

  • @tomlee7073
    @tomlee7073 Рік тому

    Your videos are incredibly helpful, you've got me hooked on image manipulation techniques, thanks!

  • @xuniks4814
    @xuniks4814 Рік тому

    Good regards and congratulations for the good work, an aspect that I miss would be the debugging of models through gpu since it is a very interesting topic

  • @zubayedislam5097
    @zubayedislam5097 Рік тому

    Thank you.

  • @MrNickygr
    @MrNickygr Рік тому

    Thanks alot for the lesson. Very useful. Do you know how to optimize the algorithm to use it for video hand poses detection. It's very slow in current implementation. Takes more than 2 seconds to process each frame. Works fine if reduce blob size (to 184 for instance - twice) but in this case recognition doesn't happened.

    • @TechAJX
      @TechAJX Рік тому

      i think this needs a bit research. One quick possible way could be to reduce the frame size when processing

  • @arianasgari
    @arianasgari Рік тому

    That was really helpful to me thanks man

  • @Antonina86
    @Antonina86 Рік тому

    What format video is supported? My avi file not supported.

  • @psc293192
    @psc293192 Рік тому

    Thank you SO much for this tutorial! You were a huge help!