MetalStrikerXLR / Virtual-Fitting-Room

A virtual fitting room using Kinect v2 with gesture controlled GUI. The project aims to map any cloth images downloaded from the internet on a person standing in front of the Kinect Sensor
12 stars 6 forks source link
augmented-reality clothing-store image-processing kinect-v2 opencv

Virtual Fitting Room - Kinect v2

An implementation of a virtual fitting/dressing room using Kinect v2 sensor with hand gesture controlled GUI.

Prerequisits

For the Kinect v2 Sesor to work with PyKinect2, the following prerequisites are required. Exact details can be found at PyKinect2 Repository page:

Installation

The dependencies mentioned above need to be downloaded and a working Kinect v2 sensor is required to interface the sensor with the project. Additionally, the following are also required before the Project can be run. It is recommended that you create a new virtual environment for development and testing purposes. Please follow this step by step guide to install the required dependencies:

Install OpenCV

pip install opencv-python

Install Open3D

pip install open3d

Clothing Items, GUI and Cloth Mapping

Screenshot (87)

Screenshot (86)

Screenshot (85)