clean up all controll

This commit is contained in:
moscovskayaliza
2026-06-16 15:38:10 +03:00
parent b051f2a658
commit 988ce22d01
16 changed files with 9 additions and 477 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import joblib
import numpy as np
from .feature_extractor import normalize_landmarks
from ml_gestures.feature_extractor import normalize_landmarks
class MLGesturePredictor:
def __init__(self, model_path, class_names):