You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Software_Architecture/distance-judgement/requirements_core.txt

30 lines
596 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 无人机视频传输核心依赖
# 只包含必需的包,用于快速启动系统
# 核心依赖
numpy>=1.24.3
opencv-python>=4.8.1
Pillow>=10.0.0
PyYAML>=5.4.0
# 机器学习和计算机视觉
torch>=2.0.1
torchvision>=0.15.2
ultralytics>=8.0.196
# 无人机控制
djitellopy>=2.4.0
# Web框架
Flask>=2.3.3
# 网络和通信
requests>=2.31.0
# 系统工具
psutil>=5.8.0
cryptography>=3.4.8
# Windows系统位置服务支持仅Windows
winrt-runtime>=1.0.0; sys_platform == "win32"
winrt-Windows.Devices.Geolocation>=1.0.0; sys_platform == "win32"