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
@@ -5,7 +5,7 @@ import sys
from pathlib import Path
import argparse
sys.path.append(str(Path(__file__).parent.parent))
#sys.path.append(str(Path(__file__).parent.parent))
from skeleton.mediapipe_detector import MediaPipeDetector
from ml_gestures.feature_extractor import normalize_landmarks
+1 -1
View File
@@ -7,7 +7,7 @@ from pathlib import Path
import argparse
import pandas as pd
sys.path.append(str(Path(__file__).parent.parent))
#sys.path.append(str(Path(__file__).parent.parent))
from skeleton.mediapipe_detector import MediaPipeDetector
from ml_gestures_dynamic.feature_extractor import extract_sequence