AceCoooool / DSS-pytorch

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

your solver.py self.beat maybe have some problem #26

Open silencedog opened 5 years ago

silencedog commented 5 years ago

In F-measure "score = (1 + self.beta 2) avg_prec avg_recall / (self.beta 2 * avg_prec + avg_recall)"
and defined the self.beat=0.3 this is error

AceCoooool commented 5 years ago

Thank you!, You are right, I will modifty it. I reference the meausre from https://github.com/zhimingluo/NLDF/blob/master/evaluate.py . And this paper use beta=sqrt(0.3)