mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 21:56:36 +00:00
330d4b914a
add export py add dll
6 lines
107 B
Python
6 lines
107 B
Python
import onnx
|
|
from ultralytics import YOLO
|
|
|
|
model = YOLO('azaion-2024-08-13.pt')
|
|
model.export(format='rknn')
|