[rknn detector] Add rk3588s to supported SOCs

It's the same as rk3588, but running the latest linux kernel
SOC Orange Pi 5
This commit is contained in:
Tony Air 2024-02-27 16:16:50 +02:00 committed by GitHub
parent f95ce913b1
commit e1ee64db65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
DETECTOR_KEY = "rknn"
supported_socs = ["rk3562", "rk3566", "rk3568", "rk3588"]
supported_socs = ["rk3562", "rk3566", "rk3568", "rk3588", "rk3588s"]
yolov8_suffix = {
"default-yolov8n": "n",