Releases: myHuTao-qwq/HutaoFisher
Releases · myHuTao-qwq/HutaoFisher
v4.8.6
v4.8.4
- 再次优化了确定最佳张力区的模板匹配过程, 提高拉扯的稳定性
- 更新钓鱼模型, 提高了钓假龙的性能
v4.8.1
- 把模型换成yolov8n, 以少许降低CPU推理性能为代价大幅提升mAP
- 更新了ncnn与opencv-mobile以及编译器的版本
- 用直接计算替代了牛顿法迭代, 提高了咬钩计算的稳定性
v4.4.2
- 支持窗口化原神
v4.4.1
- 降低冗余等待时间, 优化性能
v4.4.0
- 适配沉玉谷钓鱼点与鱼
- 优化了确定最佳张力区左右边界的模板匹配过程, 基本修复了控制失败的bug
- 改进了采集抛竿-咬钩数据的方式
- Adapt for fishing spots and fish in Chenyu Vale
- Improve the template matching process which locates boundary of optimal tension zone, and fix the bug of control failure
- Improve the way of collecting casting-biting data
v4.2.0
- 修复了一个在枫丹特定水域会把海浪条纹识别成控制框导致钓鱼失败的bug
- 更新模型参数, 优化了在4.1 4.2新区域钓鱼点的表现
- Fixed a bug that matches wave as control box in certain waters in Fontaine, which results in fishing failure
- Updated model parameters to improve the performance in fishing spots in 4.1 4.2 new areas
v4.0.0
- 更新模型参数, 适配枫丹鱼类, 同时炼丹技巧提升提高了好多mAP.
- 基本上把所有的可调参数都塞进了config.json
- 考虑到枫丹新加了酸桔饵, 颜色还跟果酿饵差不多, 把选饵过程饵的识别换成用模板匹配实现来解决这个问题.
- 优化了特定情境下检测咬钩时出现失败的问题(修改后尚未观察到这一错误)
- 向data.csv记录中添加了鱼咬钩时间一项.
- Updated model parameters to adapt for Fontaine fish, and improved mAP.
- stuff almost all the tunable parameters into config.json
- Considering that sour bait was added in Fontaine and its color is similar to the fruit paste bait, the bait identification in the bait selection process is replaced by a template matching implementation to solve this problem.
- Optimized failure to detect hooks in certain situations (this error has not been observed after modification)
- Added fish bite time to data.csv record.
v3.4.0
引入config.json以将参数整合到配置文件中, 简化设置, 并加入了只钓某些大类的鱼的功能, 顺便简单起见加上了help.txt. 对应处理了初始化程序可能会发生的异常.
Introduced config.json to integrate parameters into the configuration file, this simplifies settings. And add the feature to catch only certain types of fish, with help.txt added. Handles exceptions that may occur during the initialization process.
v3.0.2
重新换回opencv-mobile, 修复了此时log图片颜色异常的bug
return to opencv-mobile and fix the bug of wrong color in this environment