yolov9 icon indicating copy to clipboard operation
yolov9 copied to clipboard

train.py tran_dual.py train_triple.py The relationship and difference between the three

Open wq247726404 opened this issue 1 year ago • 1 comments

wq247726404 avatar Feb 22 '24 03:02 wq247726404

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 avatar Feb 22 '24 05:02 WongKinYiu

@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?

ccblublu avatar Mar 09 '24 02:03 ccblublu