This commit is contained in:
yoni13
2025-01-11 16:28:26 +08:00
parent d5e453a773
commit 23d0ea0e7b
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
# This code is from leafqycc/rknn-multi-threaded
# Following Apache License 2.0
from concurrent.futures import ThreadPoolExecutor
from queue import Queue
from concurrent.futures import ThreadPoolExecutor, as_completed
supported_socs = ["rk3566", "rk3568", "rk3588"]