This commit is contained in:
2025-11-28 15:36:57 +00:00
parent 40dc5b3b59
commit 4943a20c11
5 changed files with 140 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from draw import draw_new
from utils import find_closest
from video_methods import initialize_method
model = YOLO("yolo11x-pose.pt")
model = YOLO("yolo11s-pose.pt")
if len(sys.argv) == 2:
method_type = sys.argv[1]