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.
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:
-
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.
-
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.
-
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.
-
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.
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.
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.
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! 🚀