From 5468642973a35ef4d9364771c004070e2f80124e Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Mon, 15 Sep 2025 17:53:12 +0800 Subject: [PATCH] main --- Wpf_AiSportsMicrospace/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wpf_AiSportsMicrospace/MainWindow.xaml.cs b/Wpf_AiSportsMicrospace/MainWindow.xaml.cs index 76e710a..e4acd59 100644 --- a/Wpf_AiSportsMicrospace/MainWindow.xaml.cs +++ b/Wpf_AiSportsMicrospace/MainWindow.xaml.cs @@ -197,6 +197,7 @@ public partial class MainWindow : Window bmp.UnlockBits(bmpData); return bgra; } + private async Task HumanPredictingAsync(long frameNumber, byte[] buffer) { var humanResultTask = Task.Run(() => _humanPredictor.Predicting(buffer, frameNumber));