Predict the coordinates of vowels from 2D sights.
Extend the base class to predict the coordinates of vowels from 2D sights. It overrides methods to provide specific calculations for different vowel positions based on facial landmarks.
It adds the calculation of a radius for each vowel: it allows to define an area in which the target is acceptable.
Observed values are for each measured key on 5 professional cuers: 1 ; b ; 64 ; 375 2 ; b ; 141 ; 425 6 ; b ; 60 ; 370 7 ; b ; 145 ; 339 8 ; b ; -15 ; 397 3 ; c ; 349 ; 836 4 ; c ; 461 ; 967 5 ; c ; 393 ; 944 6 ; c ; 499 ; 927 7 ; c ; 488 ; 904 1 ; m ; 309 ; 710 4 ; m ; 215 ; 742 5 ; m ; 233 ; 653 6 ; m ; 213 ; 656 8 ; m ; 304 ; 713 2 ; s ; -337 ; 753 3 ; s ; -622 ; 726 4 ; s ; -453 ; 667 6 ; s ; -331 ; 774 7 ; s ; -415 ; 370 1 ; t ; 543 ; 1429 3 ; t ; 339 ; 1305 4 ; t ; 505 ; 1382 5 ; t ; 448 ; 1272 6 ; t ; 434 ; 1573
Average and standard deviations: - b : mean(79.0, 381.2), stdev(66.37, 32.07) - c : mean(438.0, 915.6), stdev(64.61, 50.12) - m : mean(254.8, 694.8), stdev(47.87, 38.87) - s : mean(-431.6, 658.0), stdev(118.38, 165.93) - t : mean(453.8, 1392.2), stdev(77.75, 118.53)
