Testing Our Models
Testing our Blink Detection models We test the blink model (The differences method) and eye model ( Classifier) with multiple test cases. With respect to the blink model, we test our model with images of: • Different eye colours • Different sizes The first method of finding differences works well with all the above cases as differences are noticed irrespective of the above conditions. The threshold values for the number of white pixels have to be changed for different types. Colored eye bw binary image. In the second method of training a classifier, we initially have a test data set of only images of a particular eye colour and size. Results with only one type of image in dataset This model gives us great results for different test cases of similar size and colour. The confusion matrix for this along with average accuracy for each run is displayed. Each run picks a random set of training and test data as mentioned previously. This reduces bias ...
Comments
Post a Comment