Files
ai-training/preprocess-train.py
T
zxsanny 96056f53ad remove fog and shadow augmentations
add install script
2025-05-19 08:30:25 +03:00

5 lines
152 B
Python

from augmentation import Augmentator
from train import train_dataset, convert2rknn
Augmentator().augment_annotations()
train_dataset(from_scratch=True)