Showing results for ;
  • P

    Topic
    2 Concepts | 6 Assessments | 409 Learners

    Welcome to the project on Mask R-CNN with OpenCV for Object Detection. In this project, we will learn how to read a pre-trained TensorFlow model for object detection using OpenCV.

    The real-world scenarios have a lot of applications based on object detection. For example, object detection models are used in self-driving cars to recognize where the pedestrians are, where the are vehicles located, where the signals are, etc in the given frame of view. So, it is very important to develop an understanding of how to use a pre-trained object detection model so that we could later customize it based …

    Instructor: Cloudxlab
  • Topic
    12 Concepts | 11 Assessments | 157 Learners

    Welcome to this project on Image Stitching using OpenCV. In this project, we will use OpenCV with Python and Matplotlib in order to merge two images and form a panorama.

    As you know, the Google photos app has stunning automatic features like video making, panorama stitching, collage making, and many more. In this exercise, we will understand how to make a panorama stitching using OpenCV with Python.

    Skills you will develop:

    • OpenCV
    • Python
    • Matplotlib
    Instructor: Cloudxlab
  • Topic
    1 Concept | 6 Assessments | 48 Learners

    Welcome to the project on Yolov4 with OpenCV for Object Detection. In this project, we will learn how to use a YOLOv4 network pretrained on the MSCOCO dataset for object detection.

    Object detection has applications in various fields, from home automation to self-driving computers. YOLOv4 is one of the recent state-of-art object detection models. This project provides an overview of how to use a YOLOv4 pretrained model.

    Instructor: Cloudxlab