-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
## 其他 | ||
|
||
敬请期待 |