I am trying to convert tiny yolo v2 weights to tensorflow compatible weights and then load into my own yolo model and fine tune for my data. Is it possible to load this model checkpoints into my network if I make config network file and my yolo network same?
Hello,
I am trying to convert tiny yolo v2 weights to tensorflow compatible weights and then load into my own yolo model and fine tune for my data. Is it possible to load this model checkpoints into my network if I make config network file and my yolo network same?
Thanks