yolov7
yolov7 copied to clipboard
What are the diferences between train.py and train_aux.py?
What are the diferences between train.py and train_aux.py?
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!!