mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 23:46:35 +00:00
simplify exports. part1
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
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