文件名称:符文破解者:具有机器学习和计算机视觉的MapleStory符文求解器
文件大小:2.74MB
文件格式:ZIP
更新时间:2024-02-25 19:18:04
bot machine-learning computer-vision maplestory auto
符文破坏者 该项目旨在测试MapleStory的一种抗botting机制:符文系统的有效性。 在此过程中,创建了一个模型,可以解决的符文。 该项目提供了一个端到端的管道,其中包含复制此模型所需的每个步骤。 此外,下面的文章详细介绍了模型开发过程中涉及的所有细节。 最后,它还考虑了当前符文系统的可能改进和替代方案。 请务必阅读。 该项目是专为研究和学习目的而创建的。 将该项目用于游戏中的恶意目的违反了Nexon的服务条款,因此不鼓励使用。 概要 介绍 MapleStory是Nexon发布的一款大型多人在线角色扮演游戏,可在世界许多国家使用。 什么是符文? 为了保护游戏免受破坏,MapleS
【文件预览】:
rune-breaker-revamp
----operations()
--------revert_dataset.py(704B)
--------make_dataset.py(4KB)
----results()
--------pipeline.txt(4KB)
--------denoising.txt(1KB)
--------grayscale.txt(5KB)
--------thresholding.txt(1KB)
----model()
--------train.py(4KB)
--------classify.py(4KB)
----requirements.txt(157B)
----LICENSE(1KB)
----README.md(37KB)
----docs()
--------rune_example.png(242KB)
--------augmented_output.png(47KB)
--------charts.png(73KB)
--------hue_output.png(20KB)
--------labeler.png(695KB)
--------output.png(13KB)
--------old_rune_system.png(162KB)
--------arrow_types.png(27KB)
--------grayscale.png(11KB)
--------reduced_noise.png(2KB)
--------preprocessing.png(179KB)
--------find_rotated.png(323KB)
--------input_image.png(471KB)
--------binarized.png(3KB)
--------model.png(7KB)
--------contours.png(4KB)
--------pipelines.png(40KB)
--------errors.png(6KB)
--------preprocessor_window.png(10KB)
--------search_region.png(22KB)
--------selected_contours.png(1KB)
--------find_matches.png(354KB)
--------difficult_rune_example.png(69KB)
----.gitignore(2KB)
----preprocessing()
--------label.py(3KB)
--------preprocess.py(8KB)
----common.py(1KB)