Code Monkey home page Code Monkey logo

Comments (9)

MistEO avatar MistEO commented on July 28, 2024

log 发一下,debug/maa.log

from m9a.

a16797 avatar a16797 commented on July 28, 2024

maa.log

MuMu12-20240717-122120

[2024-07-17 12:14:53.279][TRC][Px4152][Tx29738][OCRer.cpp][L47][MaaNS::VisionNS::OCRer::analyze] TargetStageName [uid_=153] [all_results_=[{"box":[132,547,136,34],"score":0.851329,"text":"06/+"},{"box":[137,582,151,31],"score":0.998751,"text":"傲慢与偏见"},{"box":[541,547,171,33],"score":0.720094,"text":"073"},{"box":[549,582,149,31],"score":0.985505,"text":"米诺陶迷宫"},{"box":[954,547,163,34],"score":0.778542,"text":"08/米"},{"box":[957,580,151,33],"score":0.993137,"text":"德尔斐神谕"}]] [filtered_results_=[{"box":[541,547,171,33],"score":0.720094,"text":"073"}]] [best_result_={"box":[541,547,171,33],"score":0.720094,"text":"073"}] [cost=178ms]

[2024-07-17 12:20:46.759][TRC][Px21884][Tx34697][OCRer.cpp][L47][MaaNS::VisionNS::OCRer::analyze] TargetStageName [uid_=126] [all_results_=[{"box":[105,546,141,36],"score":0.745109,"text":"06/1"},{"box":[109,582,152,30],"score":0.996919,"text":"傲慢与偏见"},{"box":[518,550,172,30],"score":0.769534,"text":"07/3米"},{"box":[521,583,152,30],"score":0.990518,"text":"米诺陶迷宫"},{"box":[928,546,172,34],"score":0.856975,"text":"08/米"},{"box":[933,582,149,31],"score":0.994655,"text":"德尔斐神谕"}]] [filtered_results_=[{"box":[518,550,172,30],"score":0.769534,"text":"07/3米"}]] [best_result_={"box":[518,550,172,30],"score":0.769534,"text":"07/3米"}] [cost=176ms]

from m9a.

RoyCoya avatar RoyCoya commented on July 28, 2024

maa.log

[2024-07-17 12:16:38.330][TRC][Px9068][Tx22057][OCRer.cpp][L47][MaaNS::VisionNS::OCRer::analyze] TargetStageName [uid_=236] [all_results_=[{"box":[282,545,128,36],"score":0.708956,"text":"06/3+"},{"box":[286,582,148,30],"score":0.997521,"text":"傲慢与偏见"},{"box":[692,547,173,33],"score":0.472572,"text":"0水米"},{"box":[694,581,152,32],"score":0.993487,"text":"米诺陶迷宫"},{"box":[1104,543,136,39],"score":0.675408,"text":"08/374"},{"box":[1108,582,149,31],"score":0.995169,"text":"德尔斐神谕"}]] [filtered_results_=[]] [best_result_=nullopt] [cost=76ms]

[2024-07-17 12:16:41.986][TRC][Px9068][Tx22057][OCRer.cpp][L47][MaaNS::VisionNS::OCRer::analyze] TargetStageName [uid_=258] [all_results_=[{"box":[302,546,123,35],"score":0.833086,"text":"08/+"},{"box":[306,582,151,31],"score":0.993504,"text":"德尔斐神谕"},{"box":[714,550,84,31],"score":0.893635,"text":"09/3"},{"box":[718,582,150,31],"score":0.999757,"text":"不可超越物"},{"box":[890,610,16,5],"score":0.504867,"text":"1.0"},{"box":[1054,578,98,39],"score":0.988616,"text":"泥泞路"},{"box":[1057,543,168,38],"score":0.961934,"text":"10/"},{"box":[1178,608,34,9],"score":0.861620,"text":"tothc"}]] [filtered_results_=[]] [best_result_=nullopt] [cost=99ms]

后面是循环的SwipeRightForStageList 和 find_first_and_run

from m9a.

RoyCoya avatar RoyCoya commented on July 28, 2024

试着用不同方式复现了几次,因为自己有时候可能是手动先打了一半再开的m9a,有时背景图会不一样
背景为这张图时(第6、14、15、17、30关),大概率识别不到第七关(五次成功一次)
image
其他背景图时识别暂未发现问题

from m9a.

lamb203 avatar lamb203 commented on July 28, 2024

你的log上并没有体现出卡在无法识别第七关的地方,而是已经识别到了第七关,甚至已经识别到了难度切换,并且识别到了开始行动并进行了点击操作,进入了复现界面的操作,你确定你卡住的界面是你所给出的吗,如果是的话估计是提前点击了开始行动

from m9a.

RoyCoya avatar RoyCoya commented on July 28, 2024

抱歉,似乎是我给的log错截成了偶然打开成功的某次,已重新上传
maa.log

from m9a.

lamb203 avatar lamb203 commented on July 28, 2024

感觉是ocr识别区域太大,把周围图形结合识别,导致7识别成水了
image

from m9a.

lamb203 avatar lamb203 commented on July 28, 2024

image
测了一下好像某些情况下确实识别不到7

from m9a.

Tohkahb avatar Tohkahb commented on July 28, 2024

#149 fixed

from m9a.

Related Issues (20)

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.