chang-chih-yao / Shoes-Try-On-in-AR

Explore new custom sneakers experience in AR.
60 stars 18 forks source link
ar try-on

Shoes-Try-On-in-AR


本系統採用Server跟Client的方式互相傳遞訊息。
Server端(Python)運行OpenPose不斷的把骨架資訊以及影像傳遞給Client端(Unity),Client端接收到骨架資訊以及影像後,把影像顯示在一個平面上,並且把鞋子的3D模型套到腳掌上,讓使用者站在鏡頭前面就可以自由試鞋,還能一鍵換成其他雙鞋子試穿。


Demo

DEMO VIDEO-1

DEMO VIDEO-2


Quick Start

  1. Install OpenPose Python API. Check here
  2. Connect the webcam to your computer through USB.
  3. Run the Server. Navigate to openpose(clone root)/build(build name)/examples/tutorial_api_python folder, run python webcam.py.
  4. Run the Untiy project.