mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 08:26:35 +00:00
6 lines
163 B
Python
6 lines
163 B
Python
from preprocessing import preprocess_annotations
|
|
from train import train_dataset, convert2rknn
|
|
|
|
preprocess_annotations()
|
|
train_dataset('2024-10-01')
|
|
convert2rknn() |