12 lines
866 B
Plaintext
12 lines
866 B
Plaintext
一、文件结构
|
||
|
||
├── 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组件库 |