yolov识别算法服务
 
 
 
 
Go to file
一梦千年 e6f5e03cbb feat(task): 添加无人机类型和算法实例名称配置支持
- 在配置文件中新增 algoInstancesName 和 uavType 字段
- 更新服务器端请求处理逻辑以接收和存储新字段值
- 修改任务获取接口以返回无人机类型和算法实例名称信息
- 增加调试日志输出以方便跟踪任务状态和配置信息
- 完善任务信息结构体包含新的配置字段
2026-01-12 13:41:17 +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 feat(task): 添加无人机类型和算法实例名称配置支持 2026-01-12 13:41:17 +08:00
detectionThread.py fix(mqtt): 修正AI任务成就消息的MQTT主题路径 2026-01-09 15:53:03 +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 feat(task): 添加无人机类型和算法实例名称配置支持 2026-01-12 13:41:17 +08:00
task_manager.py feat(task): 添加无人机类型和算法实例名称配置支持 2026-01-12 13:41:17 +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