Update test.py

This commit is contained in:
nihui 2022-07-07 21:00:24 +08:00 committed by GitHub
parent b1c5ef77a3
commit 8d49c6a969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []