yolov9
yolov9 copied to clipboard
train.py tran_dual.py train_triple.py The relationship and difference between the three
train_dual: one aux branch + one main branch. triple_branch: two aux branches + one main branch
We provide these codes to show how to extend aux branches for training. Everyone could follow the rule to make related researches. For example, we also extend train_multiple to implement training strategy which is similar to Co-DETR.
@WongKinYiu After carefully comparing the three files, I noticed that there are no differences. Is the main distinction in the yaml file? What would happen if I train yolov9-e using train.py?