This is my Senior Design Project report which is chosen Best Senior Design Project in Spring 2018 For All Files and Docs, you can visit: ylmzcmlttn.com/iot-ar Table of Contents ABSTRACT 2 INTRODUCTION 2 SYSTEM DESIGN 2 METHODOLOGY 2 HARDWARE 5 Equipment 5 Applications 7 SOFTWARE 10 Augmented Reality 10 Stations 11 Website 11 Server 12…
Tag: Unity
Human Pose Estimation and 3D posing on Unity: Step 3
Step 3: Moving the particles based on HPE key points In this step, I try to move the spheres on Unity based on the key points which are come from the MQTT message. For changing the position a game object I will use the transform.position code. In the python code which is run.py (image body estimation)…
Human Pose Estimation and 3D posing on Unity: Step 2
Step 2: Communicate between Unity and Python using MQTT In Step 1 of this series run the code for human body pose estimation and find the key points of the body. In this step, we send this key points on the internet. Firstly, we must create the broker(server) of the MQTT system. I am using Node.js for…