Skip to content

faresedu/Computer_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Advance Computer Vision with Python Course Study

This repository documents my study journey through the "Advance Computer Vision with Python" course. The course covers various topics in computer vision, including hand tracking, pose estimation, face detection, and face mesh.

Course Overview

The "Advance Computer Vision with Python" course provides a comprehensive exploration of advanced computer vision techniques using Python. The following topics are covered in-depth:

  1. Hand Tracking:

    • Understanding and implementing hand tracking algorithms.
    • Detecting and tracking the movement of hands in images or video frames.
    • Utilizing hand landmarks for interaction and gesture recognition.
  2. Pose Estimation:

    • Learning techniques for estimating the pose of objects or humans in images.
    • Implementing pose estimation algorithms to capture body positions and orientations.
    • Applying pose estimation in real-world scenarios.
  3. Face Detection:

    • Exploring face detection algorithms and methodologies.
    • Detecting faces in images or video streams.
    • Understanding the applications of face detection in security, surveillance, and more.
  4. Face Mesh:

    • Investigating face mesh algorithms for detailed facial feature extraction.
    • Creating 3D facial models using face mesh techniques.
    • Understanding the importance of face mesh in augmented reality and virtual reality applications.

Repository Structure

  • hand_tracking/: Contains code and notes related to hand tracking.
  • pose_estimation/: Includes implementations and findings related to pose estimation.
  • face_detection/: Covers face detection algorithms and their implementations.
  • face_mesh/: Documents the study on face mesh and its applications.

Getting Started

To dive into the code and notes related to each topic, navigate to the respective directories. Make sure to follow the instructions provided in each section to reproduce the results and experiments.

Acknowledgments

This study is based on the "Advance Computer Vision with Python" course, and I would like to express my gratitude to the course instructors for providing valuable insights and knowledge in the field of computer vision.

Feel free to reach out for any questions or collaborations! https://www.youtube.com/watch?v=01sAkU_NvOY&list=PLh226kydk72ciwz_QlXPfiUWer7dCVXA6&index=5

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages