Skip to content

Commit 63a7042

Browse files
authored
Update face_detection_yolov12.py
1 parent ddc9cb0 commit 63a7042

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/face_detection_yolov12.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ def display_image_with_detections(image, title="Result"):
351351
def select_model_level(script_dir):
352352
print("\n" + "-" * 40)
353353
print(" SELECT MODEL SIZE (YOLOv12):")
354-
print(" 1. Nano (yolov12n) - Siêu nhanh, nhẹ")
355-
print(" 2. Small (yolov12s) - Cân bằng")
356-
print(" 3. Medium (yolov12m) - Chính xác cao")
357-
print(" 4. Large (yolov12l) - Chính xác nhất (Nặng)")
354+
print(" 1. Nano (yolov12n) - Super light")
355+
print(" 2. Small (yolov12s) - Basic")
356+
print(" 3. Medium (yolov12m) - Sweet spot")
357+
print(" 4. Large (yolov12l) - State of the Art")
358358
print("-" * 40)
359359

360360
mapping = {

0 commit comments

Comments
 (0)