1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Unify data folders

This commit is contained in:
J. Fernando Sánchez
2018-06-15 16:44:25 +02:00
parent b15a0d7dbe
commit f11439d944
10 changed files with 21 additions and 15 deletions

View File

@@ -219,7 +219,7 @@ class WNAffect(EmotionPlugin, ShelfMixin):
matches = 1
for i in feature_set:
feature_set[i] = (feature_set[i] / matches) * 100
feature_set[i] = (feature_set[i] / matches)
return feature_set