In this section, we will introduce you to several problems that are implemented in TensorFlow and open-source on Github. We suggest that you take a look at these projects and learn how to improve your TensorFlow skills.
TensorFlow-based Projects
Problem 10 - Human Pose Estimation
Project Link: https://github.com/eldar/pose-tensorflow
This project is the open-source implementation of Deep Cut and ArtTrack in human body pose estimation. The goal of this project is to jointly solve the tasks of detection and pose estimation. We can use this method for various applications such as person detection in security or human action understanding. This project also provides great starting points for a lot of further research on human...