This project enables virtual try-on of hats and sunglasses using computer vision techniques. It utilizes MediaPipe for face mesh detection and OpenCV for image processing and transformation, along with ArUco markers for selecting items.
- Real-time virtual try-on of hats and sunglasses.
- Selection of items using ArUco markers.
- Accurate fitting using perspective transformation.
- Python 3.6+
- OpenCV
- MediaPipe
- NumPy
- Clone the repository:
git clone https://github.com/yourusername/VirtualClothesTryOn.git cd VirtualClothesTryOn
- Install the required packages
pip install opencv-python mediapipe numpy
Please contact us if you wish to collaborate on this project:)