leohsuofnthu / Tensorflow-YOLACT

Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2
111 stars 36 forks source link

ValueError: No such layer: conv3_block4_out #3

Open wml666 opened 4 years ago

wml666 commented 4 years ago

ValueError: No such layer: conv3_block4_out anyone meet this wrong?

leohsuofnthu commented 4 years ago

hi, thanks for the attention to my work. Did you modify the backbone models maybe? cuz right now I directly specify the layer I want to extract from pre-trained model. So if you use different ones, the extract layer name might be different :) thx!