TensorFlow-based Projects
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.
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 shape estimation with applications for virtual-try-on or garment recommendation.
Problem 11 - Object Detection - YOLO
Project link: https://github.com/thtrieu/darkflow
Object detection is an interesting problem in Computer Vision. There are lots of methods to solve this problem...