yolov识别算法服务
 
 
 
 
Go to file
一梦千年 8fa0757c3a feat(detection): 添加推流健康检查和任务状态管理功能
- 实现 check_push_health 方法用于检查推流健康状态
- 添加 original_status 和 _current_status 属性跟踪任务状态
- 在推流连续失败时将任务状态更新为降级状态
- 在推流器恢复成功时恢复任务到正常运行状态
- 当恢复失败且达到最大重启次数时将任务设置为错误状态并停止线程
- 在主循环中集成推流健康检查逻辑
- 添加本地状态跟踪以确保状态同步
2026-01-09 14:07:33 +08:00
__pycache__ 算法 2025-12-18 09:13:18 +08:00
encrypted_models 测试图片识别 2025-12-17 09:10:51 +08:00
fonts '迁移' 2025-11-26 13:55:04 +08:00
smart_tiles 算法 2025-12-18 09:13:18 +08:00
static '迁移' 2025-11-26 13:55:04 +08:00
templates 上线部署 2025-12-16 10:08:12 +08:00
uploads 算法 2025-12-18 09:13:18 +08:00
.gitignore 测试图片识别 2025-12-17 09:10:51 +08:00
README.MD '迁移' 2025-11-26 13:55:04 +08:00
__init__.py '迁移' 2025-11-26 13:55:04 +08:00
_minio.py '迁移' 2025-11-26 13:55:04 +08:00
_mqtt.py '迁移' 2025-11-26 13:55:04 +08:00
cajian.py 算法 2025-12-18 09:13:18 +08:00
config.py api 2025-12-13 16:13:12 +08:00
detectionThread.py feat(detection): 添加推流健康检查和任务状态管理功能 2026-01-09 14:07:33 +08:00
detection_render.py docs(detection_render): 更新模型配置和检测结果类的注释 2026-01-09 09:29:32 +08:00
detection_result.jpg '11' 2025-12-11 13:41:07 +08:00
encryption_file.py '11' 2025-12-11 13:41:07 +08:00
ffmpegStreamer.py 22 2025-12-11 15:08:28 +08:00
global_data.py refactor(global_data): 将锁类型从Lock改为RLock 2026-01-08 15:56:45 +08:00
key_manager.py '11' 2025-12-11 13:41:07 +08:00
log.py 上线部署 2025-12-16 10:08:12 +08:00
main.py fix(core): 修复任务清理和信号处理问题 2026-01-09 09:43:51 +08:00
mandatory_model_crypto.py 加密模型 2025-12-12 16:04:22 +08:00
mapping_cn.py '11' 2025-12-11 13:41:07 +08:00
model_upload_manager.py 加密模型 2025-12-12 16:04:22 +08:00
platform_utils.py '11' 2025-12-11 13:41:07 +08:00
requirements.txt '迁移' 2025-11-26 13:55:04 +08:00
resource_monitor.py '11' 2025-12-11 13:41:07 +08:00
server.py fix(server): 解决Windows平台兼容性问题并添加调试日志 2026-01-08 15:48:16 +08:00
task_manager.py fix(task): 解决任务管理器实例创建失败问题 2026-01-09 09:49:05 +08:00
task_stream_manager.py '11' 2025-12-11 13:41:07 +08:00
task_stream_manager_windows.py 22 2025-12-11 15:08:28 +08:00
test.py 算法 2025-12-18 09:13:18 +08:00
test_video.mp4 '11' 2025-12-11 13:41:07 +08:00
windows_utils.py '11' 2025-12-11 13:41:07 +08:00
yolo_detection.log 算法 2025-12-18 09:13:18 +08:00

README.MD