mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 08:46:36 +00:00
5 lines
169 B
Python
5 lines
169 B
Python
from augmentation import Augmentator
|
|
from train import train_dataset, convert2rknn
|
|
|
|
Augmentator().augment_annotations(from_scratch=True)
|
|
train_dataset(from_scratch=True) |