mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-23 01:46:36 +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
|
||||
@@ -15,3 +15,4 @@ pyyaml
|
||||
boto3
|
||||
msgpack
|
||||
rstream
|
||||
netron
|
||||
Reference in New Issue
Block a user