mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-07 00:15:53 +08:00
删掉debug日志
This commit is contained in:
@@ -332,7 +332,7 @@ public partial class AutoPickTrigger : ITaskTrigger
|
||||
{
|
||||
using var imageRegion = content.CaptureRectArea.DeriveCrop(iconRect);
|
||||
var prediction = _pickRedNetPredictor.Value.Predict(imageRegion.CacheImage);
|
||||
Debug.WriteLine($"AutoPickTrigger: RedNet预测结果 {prediction.ClassLabel} 置信度 {prediction.Confidence}");
|
||||
// Debug.WriteLine($"AutoPickTrigger: RedNet预测结果 {prediction.ClassLabel} 置信度 {prediction.Confidence}");
|
||||
if (prediction.Confidence < 0.47)
|
||||
{
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user