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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Python 2.7.x or 3.4 and higher
  • NumPy
  • comtypes
  • Kinect for Windows SDK v2
  • Kinect v2 sensor and adapter Note: you can use a Kinect for Xbox One as long as you also have the Kinect Adapter for Windows

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)

About

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


Languages

Language:Python 99.8%Language:Batchfile 0.2%