PVT icon indicating copy to clipboard operation
PVT copied to clipboard

Does the segmentation codes load pretrained weight?

Open Tangshitao opened this issue 3 years ago • 1 comments

Hi, There is difference between detection codes and segementation codes. https://github.com/whai362/PVT/blob/cceb465b7dfb2b7a48b39074a14a04dedab427e8/detection/pvt.py#L241 https://github.com/whai362/PVT/blob/cceb465b7dfb2b7a48b39074a14a04dedab427e8/segmentation/pvt.py#L241

It seems that segmentation codes do not load pretrained weights. Is this a bug?

Tangshitao avatar Sep 13 '21 13:09 Tangshitao

Maybe it is a bug in detection? The backbone(PVT) initialize in Detector.weight_init()

Wangbenzhi avatar Oct 30 '21 03:10 Wangbenzhi