A real-time Unity-based virtual fitting room using pose estimation, depth sensing, and cloth simulation.
My Virtual Try-On (VTO) system is a real-time, Unity-based solution that allows users to see themselves wearing digital garments instantly — like a magic mirror. It uses an Intel RealSense D415 camera to capture both RGB and depth data, which is then processed through an ONNX-based pose estimation model running on Unity via Barracuda. The system maps the user's body joints to a rigged 3D avatar (Y-Bot) in real time, simulates cloth physics using Unity’s HDRP engine, and overlays the rendered garment directly onto the webcam feed. The result is a seamless, responsive virtual fitting experience — without any pre-recorded calibration or manual adjustments.