z-x-yang / CFBI

The official implementation of CFBI(+): Collaborative Video Object Segmentation by (Multi-scale) Foreground-Background Integration.
BSD 3-Clause "New" or "Revised" License
322 stars 43 forks source link

A quick question about network construction #56

Closed leeqiaogithub closed 2 years ago

leeqiaogithub commented 2 years ago

There is a slight problem in file resnet.py. It seems the parameter "pretrained" is no use. I wonder if it was a mistake or deliberate.If it's on purpose,Why don't we need to load pre-training weights?

z-x-yang commented 2 years ago

The pre-trained loading in resnet.py is useless since the loading of pretrained DeepLabV3+ includes the parameters of ResNet.

leeqiaogithub commented 2 years ago

I see,thanks for your reply