yolov7_d2
yolov7_d2 copied to clipboard
Is it possible to do transfer learning?
trafficstars
Hi, How can I do transfer learning using one of the networks in this repo?
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.