mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 08:46:36 +00:00
9 lines
254 B
Python
9 lines
254 B
Python
from augmentation import Augmentator
|
|
from train import train_dataset, convert2rknn, resume_training
|
|
|
|
# Augmentator().augment_annotations()
|
|
#train_dataset(from_scratch=True)
|
|
|
|
|
|
resume_training('/azaion/dev/ai-training/runs/detect/train12/weights/last.pt')
|