mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 10:46:35 +00:00
add rknn conversion - install and use scripts, auto convert to rknn after AI training is done and put pt and rknn models to /azaion/models directory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from preprocessing import preprocess_annotations
|
||||
from train import train_dataset, convert2rknn
|
||||
|
||||
preprocess_annotations()
|
||||
train_dataset('2024-10-01')
|
||||
convert2rknn()
|
||||
Reference in New Issue
Block a user