remove fog and shadow augmentations

add install script
This commit is contained in:
zxsanny
2025-05-19 08:30:25 +03:00
parent 292809593c
commit 96056f53ad
5 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from augmentation import Augmentator
from train import train_dataset, convert2rknn
Augmentator().augment_annotations(from_scratch=True)
Augmentator().augment_annotations()
train_dataset(from_scratch=True)