mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 08:26:35 +00:00
96056f53ad
add install script
5 lines
152 B
Python
5 lines
152 B
Python
from augmentation import Augmentator
|
|
from train import train_dataset, convert2rknn
|
|
|
|
Augmentator().augment_annotations()
|
|
train_dataset(from_scratch=True) |