From 8d49c6a96918eb8afa1f51947c17871551c9b369 Mon Sep 17 00:00:00 2001 From: nihui Date: Thu, 7 Jul 2022 21:00:24 +0800 Subject: [PATCH] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 4f5671f..b43bc83 100644 --- a/test.py +++ b/test.py @@ -69,7 +69,7 @@ if __name__ == '__main__': print("forward time:%fms"%time) # 特征图后处理 - output = handel_preds(preds, device, opt.thresh) + output = handle_preds(preds, device, opt.thresh) # 加载label names LABEL_NAMES = []