yolov7 only modifies the head part, how to make the backbone part use the official pre-training parameters

Viewed 19

I modified the head part of yolov7 and the backbone part is the same as original. What should I do if I want the backbone part still use the official pre-training parameters and the head part doesn't. In other words, I will train my model with the head part without pretrained parameters but the backbone part can use the pretrained parameters.

0 Answers
Related