mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 22:26:36 +00:00
add conversion to rockchip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from ultralytics import YOLO
|
||||
|
||||
|
||||
def export_rknn(model_path):
|
||||
model = YOLO(model_path)
|
||||
model.export(format="rknn", name="rk3588")
|
||||
pass
|
||||
Reference in New Issue
Block a user