chore: 🧹 update requirements and change default weights file in ultralytics_example.py for count people example

This commit is contained in:
Onuralp SEZER 2025-07-15 00:58:35 +03:00
parent 63cc934cd4
commit 1d3e887fca
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
gdown
inference==0.9.17
supervision>=0.20.0
inference
supervision
tqdm
ultralytics<=8.3.40
ultralytics

View File

@ -134,7 +134,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"--source_weights_path",
default="yolov8x.pt",
default="yolo11x.pt",
help="Path to the source weights file",
type=str,
)