Artificial Intelligence-Based Virtual Dressing Room in the Modern Fashion Industry
摘要
Virtual dressing room is a modern AI research topic in the fashion industry where a system enables users to try on different shirts and pants using a live video feed from their webcam. The program uses OpenCV for image processing and Flask for creating a web application. The AI-based virtual dressing room system works by detecting the user’s using Open Pose and U2 Net and then overlaying the selected shirt using ALIAS Generator and ResNet-101 user’s image, maintaining the aspect ratio of the original images. The system then scales the images and renders the output on the user’s screen in real-time. The user can select different shirts and pants using the web application’s interface. The program requires a webcam to be installed on the user’s computer.