Coder Social home page Coder Social logo

auto-arknights's People

Contributors

ccrcmcpe avatar dependabot-preview[bot] avatar fossabot avatar vcstardust avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auto-arknights's Issues

自动选关

意义

  • 使刷关更加自动化
  • 给汇报掉落到penguin-stats提供部分基础功能

问题

加入此功能是否使程序过于复杂?

实现OCR算法

方案 注释
Tesseract 训练过于麻烦
百度OCR 需要用户自行申请API Key,提供较多试用次数,精准度较低
腾讯OCR 需要用户自行申请API Key,提供的试用次数很少,但是精准度较高
自行实现 使用MSE/SSIM/CCOEFF匹配

需要改进图像配准算法

目前使用CPU消耗巨大的SIFT算法,经过仔细研究,其实是可以把配准目标图像变换大小到1920*1080(目前资源文件适配的分辨率),然后使用模版匹配(或MSE和SSIM)来配准图像的。预计将极大地降低CPU消耗。但是对于部分除了尺度可能有变换的图像,还存在一些特殊情况(比如主界面的作战按钮,会有空间变换),将使用FAST+FREAK的方法进行特征匹配,相比SIFT也改进了许多。

支持命令行接口

类似"Auto Arknights CLI.exe" 2es这样的用法,但是为了自动化更加方便可以把计划细分成多个参数

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.