Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Mar 8, 2023
1 parent e38fcca commit b96ad5a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# MAA AI

明日方舟相关深度学习模型,最佳实践:[MAA](https://github.com/MaaAssistantArknights/MaaAssistantArknights)

## [战斗技能 Ready 识别](combat/skill_ready)

![skill_ready_1](https://user-images.githubusercontent.com/18511905/223741336-47fce2de-1d09-4b9c-a09e-16c805686d63.png)
![skill_ready_2](https://user-images.githubusercontent.com/18511905/223743166-cc6143c4-3c02-4495-b0da-6f1dcd724393.png)
![skill_ready_3](https://user-images.githubusercontent.com/18511905/223743312-2cb43115-d3a3-4e69-97c9-74e75ef0baab.png)

二分类卷积网络,onnx 模型大小 450k,CPU 推理速度在 1ms 以内(输入尺寸 64x64)
数据集包含了一些传统算法较难处理的情况,准确率在 99.9% 以上

- [C++ 推理参考](https://github.com/MaaAssistantArknights/MaaAssistantArknights/blob/dev/src/MaaCore/Vision/Miscellaneous/BattleSkillReadyImageAnalyzer.cpp)
- [Python 推理参考](https://github.com/MaaAssistantArknights/MaaAI/blob/main/combat/skill_ready/inference.py)

## 其他

敬请期待

0 comments on commit b96ad5a

Please sign in to comment.