August – December 2019
I learnt about the concepts and applications of computer vision in the problem sets for this class.
Specifically, I learnt about:
Final Project
Trained on Street View House Numbers dataset to obtain test accuracy of 96%.
Tools used: Python, OpenCV, Tensorflow, Keras, NumPy
Figure 1:Traffic Sign detection using Hough Transform from OpenCV.Parameter tuning was essential to be able to detect the traffic sign shapes correctly.
Figure 2:A Particle Filter was implemented from scratch in Python.This particle filter was run on a video.The video recorded students walking on the TUD university campus.The bounding box indicates the location of the student and the points indicate the particles clustered at the estimated position.