浩瀚猫
浩瀚猫
> 如果可以让游戏全屏(无黑边)运行,那么可以通过 `wm size` 命令调整分辨率。 > > Android 直到目前(AOSP master)依然无法针对某个窗口进行截图和控制,小窗/黑边基本上无解:#338、#268 全屏无黑边就是正常的游玩模式,`wm size`是不是后面还要跟一个参数?翻了一圈没找到API文档,尝试下面代码都不行 `python akhelper-gui.pyw wm size ` `python akhelper-gui.pyw wm size 2160x1080` `python akhelper-gui.pyw wm 2160x1080` ```bash http://127.0.0.1:46127/?token=1145141919 /home/hwang/Programs/miniconda3/envs/arkautohelper/lib/python3.9/subprocess.py:1048: ResourceWarning:...
> 是在 adb shell 里运行 `wm size 宽度x高度` 调整了之后确实可以运行了! 但是每次行动结束,控制台里都会报下面的错误,但不影响运行 ```python Ξ 战斗结束 sending notify wait {'duration': 0.5, 'allow_skip': False} sending notify wait {'duration': 0, 'allow_skip': False} sending notify wait...
感觉是代码里面遗漏了start.png这个检测 https://github.com/Konano/arknights-mower/blob/d7374addf3861b624f5cfa6c8e3bea55433ddd64/arknights_mower/utils/recognize.py#L201-L216 208行添加下面的几行代码可以成功启动 ```python elif self.find('start') is not None: self.scene = Scene.START print("In the start") ```
> > > > 截图功能用不了,截图的时候会黑屏。如果无特别需要可以从aur上下载uos-wechat。。。。 截图使用Flameshot替代呢?截好了粘贴发送好像没问题
> Just adding `export LC_ALL=zh_CN.UTF-8` to the top of `/opt/apps/com.qq.weixin.deepin/files/run.sh` solves this issue for me in ArchLinux Plasma 5.25.2(with fcitx5 and deepin-wine-wechat 3.7.0.30-1). `LC_ALL` forces langage to only Chinese (will...
This file was produced in v2.10.2, by using the tool of "Trace a polyline by point picking", I clicked 4 points and press `` to finish editing, and save the...
> > I have modified the source code, now it can open the folder with only json directly (it will read the json file to get the directory of images),...
> > 哥,你这个txt_path="%s/2-name2text-%s.txt"%(opt_dir,i_part)文件的定义是有问题的……麻烦把那些代码改一下,你前面切分gpu_names=gpu_numbers1c.split("-")会给文件带-0,-1,-2,因为webui单卡整的0-0……但是训练的时候还是按照2-name2text.txt之类的来拿…… > > > Does logs/xxx/2-name2text.txt exists? > > 这个问题我已经发现了下个版本就会改了(现在在一键三连里面会自动合并),但是我不知道楼主遇到是同一个问题么 @RVC-Boss 最新的版本有这样的报错: ```python Running on local URL: http://0.0.0.0:9871 "/home/hwang/Applications/miniconda3/envs/sovits/bin/python" GPT_SoVITS/prepare_datasets/1-get-text.py "/home/hwang/Applications/miniconda3/envs/sovits/bin/python" GPT_SoVITS/prepare_datasets/1-get-text.py Traceback (most recent call last): File...
> Hey @HowcanoeWang how did you make the .list file ? The Text annotation file how did create it, did I miss some step because I don't how to create...
> > > Hey @HowcanoeWang how did you make the .list file ? The Text annotation file how did create it, did I miss some step because I don't how...