mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 23:16:36 +00:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # exports/export.py
This commit is contained in:
@@ -11,7 +11,6 @@ from constants import datasets_dir, processed_images_dir
|
||||
|
||||
|
||||
def export_rknn(model_path):
|
||||
# model_onnx = export_onnx(model_path)
|
||||
model = YOLO(model_path)
|
||||
model.export(format="rknn", name="rk3588", simplify=True)
|
||||
model_stem = Path(model_path).stem
|
||||
|
||||
Reference in New Issue
Block a user