S.Q.U.A.T. is a processing program using RunwayML to track the human body. The program is made for people who want to improve their squat technique.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To be able to use the program you will need to download Proecessing3 and RunwayML. To download processing you just need to follow the link:install Processing3 You will also need to import the following libraries:
- Video Export together with ffmpeg from this link: install Video Export. when importing Video Export in the code it will look like this:
import com.hamoid.*;- oscP5 can be downloaded from inside Processing by following the path: sketch, import library..., add library..., and search for oscP5.
- processing video can also be downloaded from inside Processing you just have to search for video, and download the library made by Processing.
- runwayml can be downloaded through this link: install runwayml library
- sound can be downloaded from inside Processing. download the library made by Processing.
To download RunwayML you just have to follow the instruction in the link download RunwayML When starting RunwayML you will have to add PoseNet to you workspace by searching on PoseNet inside browse models. When running the program for the first time you will have to set it to run on file and then click "run locally", which will add the OSC mode.
When running the program you will first have to run the RunwayML workspace on the OSC mode, and then run the Processing sketch.
See the list of contributors who participated in this project.
- RunwayML