1. update yolo to 26m version 2. don't use external augmentation, use built-in in yolo, put additional parameters for that in train command, each parameter should be on its own line with a proper comment 3. because of that, we don't need processed folder, just use data dir. 4. do not copy the files itself to dataset folder, use hard simlynks for that 5. unify constants directories in config - remove annotations-queue/config.yaml and use constants for that