mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 10:46:35 +00:00
refactor augmentation to class, update classes.json, fix small bugs
This commit is contained in:
+3
-4
@@ -1,6 +1,5 @@
|
||||
from preprocessing import preprocess_annotations
|
||||
from augmentation import Augmentator
|
||||
from train import train_dataset, convert2rknn
|
||||
|
||||
preprocess_annotations()
|
||||
train_dataset('2024-10-01')
|
||||
convert2rknn()
|
||||
Augmentator().augment_annotations(from_scratch=True)
|
||||
train_dataset(from_scratch=True)
|
||||
Reference in New Issue
Block a user