Squatting Tracking

More contents will be added soon~


This project is our computer vision class final project.

We made our own dataset and wrote the program to automatically detect the squatting angle. We did experiments on background subtraction, hough transform and tracking algorithms. Finally, we came up with a method to detect the angle successfully.


Demonstration Video.(The red tag in the video is only to help us to get the ground truth)


Final Report



Presentation PPT



Conclusion

In this project, we learned how to build a good dataset for our project. At first, we built a dataset and started to do the background subtraction. It took us a long time to figure our how to subtract the qualified background but we still cannot get a good foreground object. Then, we took new