yolov7_d2 icon indicating copy to clipboard operation
yolov7_d2 copied to clipboard

Is it possible to do transfer learning?

Open sdimantsd opened this issue 3 years ago • 1 comments
trafficstars

Hi, How can I do transfer learning using one of the networks in this repo?

sdimantsd avatar May 11 '22 10:05 sdimantsd

if the model params can be loaded it can be transferred. You can try replace the backbone pretrained weights. But if your backbone is not d2, you might need do some modification. Please take a look at how did I transfer DETR weights to YOLOv7.

lucasjinreal avatar May 11 '22 13:05 lucasjinreal