clean up all controll
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user