mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-11-29 18:58:16 +08:00
.. | ||
models | ||
src/main | ||
pom.xml | ||
README_cn.md | ||
README.md |
目录:
下载模型,放置于models目录
模型使用方法:
-
- 用模型的名字搜索代码,找到模型的加载位置
-
- 然后更新模型路径(代码里默认加载路径是:项目/models 文件夹)
-
- 具体模型加载方法
- http://aias.top/AIAS/guides/load_model.html
烟火检测
支持烟雾-火灾2类检测.
SDK功能
读取本地摄像头,实时(需要有显卡的台式机,否则会比较卡顿)检测口罩。
- 烟火检测,给出检测框和置信度
- 支持类别:
- fire
- smoke
运行例子
官网:
Git地址:
帮助文档:
- http://aias.top/guides.html
- 1.性能优化常见问题:
- http://aias.top/AIAS/guides/performance.html
- 2.引擎配置(包括CPU,GPU在线自动加载,及本地配置):
- http://aias.top/AIAS/guides/engine_config.html
- 3.模型加载方式(在线自动加载,及本地配置):
- http://aias.top/AIAS/guides/load_model.html
- 4.Windows环境常见问题:
- http://aias.top/AIAS/guides/windows.html