AceCoooool / DSS-pytorch

:star: PyTorch implement of Deeply Supervised Salient Object Detection with Short Connection
MIT License
174 stars 53 forks source link

I have some problem about solver.py #22

Open silencedog opened 5 years ago

silencedog commented 5 years ago

What means self.net.base.load_state_dict(torch.load(self.config.vgg)) (in line 59) . If you kown please tell me THX!

silencedog commented 5 years ago

this vgg is pre-training? or other?

AceCoooool commented 5 years ago

yes, this is load the pretrained vgg features (pretrained from imagenet --- here using the pytorch pretrained model)

silencedog commented 5 years ago

yes, this is load the pretrained vgg features (pretrained from imagenet --- here using the pytorch pretrained model)

THX

silencedog commented 5 years ago

大佬您好,您的DSS的pytorch版本 那个solver.py中的F-Measure运算是不是错的呀,beat的平方默认为0.3,而您是将beat=0.3。中间相差挺多的

潘 邮箱:18752067139@163.com

签名由 网易邮箱大师 定制

On 03/21/2019 20:01, Ace wrote:

yes, this is load the pretrained vgg features (pretrained from imagenet --- here using the pytorch pretrained model)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.