# Computational Art 2023 Spring #### Instructor: Michael Gold --- ## Sensorflow ### Model Name: Movenet #### [MoveNet_SinglePose_Demo.ipynb](https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/movenet.ipynb#scrollTo=VHmTwACwFW-v) ##### Input: ![](https://i.imgur.com/6cXNcmO.jpg) ##### Output: ![](https://i.imgur.com/MUybHfq.png) ##### Notes: It didn't detect one of the arms. The rest worked well. It might need 4 limbs for joint tracking. --- ### Model Name: Movenet #### [MoveNet_SinglePose_Demo.ipynb](https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/movenet.ipynb#scrollTo=VHmTwACwFW-v) ##### Input: ![](https://i.imgur.com/fbD2iQz.jpg) ##### Output: ![](https://i.imgur.com/t7Fkdak.png) ##### Notes: It doesn't work with multiple persons. ----