SVM and GMM can be used with normal features, not only FrameContainers
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
@@ -6,7 +6,7 @@ Created on Mon Aug 28 16:47:47 2017
@@ -6,7 +6,7 @@ Created on Mon Aug 28 16:47:47 2017
@@ -20,7 +20,7 @@ import bob.io.base
@@ -20,7 +20,7 @@ import bob.io.base
@@ -51,15 +51,14 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -51,15 +51,14 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -69,17 +68,17 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -69,17 +68,17 @@ class VideoGmmPadAlgorithm(Algorithm):
self.gmm_param_keys = ["covariance_type", "covariances_", "lower_bound_", "means_", "n_components", "weights_", "converged_", "precisions_", "precisions_cholesky_" ]
@@ -103,11 +102,9 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -103,11 +102,9 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -115,8 +112,32 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -115,8 +112,32 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -139,18 +160,16 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -139,18 +160,16 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -185,14 +204,13 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -185,14 +204,13 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -202,8 +220,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -202,8 +220,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -236,16 +253,15 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -236,16 +253,15 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -268,22 +284,20 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -268,22 +284,20 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -303,21 +317,20 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -303,21 +317,20 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -341,14 +354,13 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -341,14 +354,13 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -361,8 +373,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -361,8 +373,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -394,8 +405,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -394,8 +405,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -427,7 +437,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -427,7 +437,7 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -437,12 +447,11 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -437,12 +447,11 @@ class VideoGmmPadAlgorithm(Algorithm):
features_array_norm, _, _ = self.mean_std_normalize(features_array, self.features_mean, self.features_std)
@@ -470,7 +479,6 @@ class VideoGmmPadAlgorithm(Algorithm):
@@ -470,7 +479,6 @@ class VideoGmmPadAlgorithm(Algorithm):