YD_AiBasicProject/readme.txt
2025-09-10 13:53:07 +08:00

12 lines
866 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一、文件结构
├── FFmpeg 媒体处理库ffmpeg预编译库调试和发布时需拷至主目录
├── models 开发包所需的模型文件,调试和发布时需拷至主目录
├── src demo项目源码文件夹
├── sdks SDK的.net程序集文件夹
│ └── Yunzhi.Library.dll 基础工具类库
│ └── Yztob.AiSports.Common.dll AI运动开发套件的公共库
│ └── Yztob.AiSports.Inferences.dll 人体、体育器材检测推理库
│ └── Yztob.AiSports.Postures.dll 姿态、运动分析库
│ └── Yztob.AiSports.Sensors.dll 设备、传感器操作库
│ └── Yztob.AiSports.Sensors.WinForm.dll 设备、传感器WinForm组件库