yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

What are the diferences between train.py and train_aux.py?

Open unira-zwj opened this issue 2 years ago • 1 comments

What are the diferences between train.py and train_aux.py?

unira-zwj avatar Sep 07 '22 10:09 unira-zwj

train.py is used to train the p5 models while train_aux.py is used to train the p6 models.

The normal models arep5 models (like yolov7, yolov7x ) while the models with 6 in the suffix are p6 models(like yolov7-w6, yolov7-e6 and so on!!

nonlinearjunkie avatar Sep 09 '22 10:09 nonlinearjunkie