Go to file
mshe fd01cc9c7f feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x
- 更新ultralytics依赖版本至8.3.198
- 添加opencv-python、numpy和pyautogui依赖- 修改模型推理路径指向验证集目录- 更新检测脚本使用的训练模型权重路径
- 删除无用的标签文件和类别定义文件
2025-09-25 22:48:44 +08:00
models first commit 2025-09-12 20:47:50 +08:00
resources add requirements 2025-09-12 22:39:02 +08:00
.gitignore first commit 2025-09-12 20:47:50 +08:00
01.加载模型.py feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
94.训练模型.py feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
95.检测训练模型.py feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
96.检测屏幕内容.py feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
97.应用-视频马赛克.py feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
output_blurred.mp4 first commit 2025-09-12 20:47:50 +08:00
requirements.txt feat(model): 切换到YOLOv8x模型并更新依赖- 将模型从yolov8n切换为yolov8x 2025-09-25 22:48:44 +08:00
temp_blurred_no_audio.mp4 first commit 2025-09-12 20:47:50 +08:00
train.yaml first commit 2025-09-12 20:47:50 +08:00