dmburd / S-DCNet

Unofficial Pytorch implementation of S-DCNet and SS-DCNet
17 stars 9 forks source link

SSDCNet or SDCNet #5

Closed darissa closed 4 years ago

darissa commented 4 years ago

Hi,

I've successfully run your code last time. However, I have a question, this code is applying SDCNet right? How about SSDCNet? Do you include the model in this code github?

Thank you.

darissa commented 4 years ago

I think I got it where to change from SDCNet to SSDCNet.

dmburd commented 4 years ago

Yes, the option model.supervised is set to true by default (SS-DCNet is used). Specify false in order to use S-DCNet.