-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现指标差距大 #9
Comments
您好!请问您的这些相关指标的计算公式及代码方便分享一下吗?万分感谢! |
你好!指标和公式都在论文里,指标的公式在论文的引用下面有,代码来自一个叫py_sod_metrics 的文件,github里有 |
您好!感谢您的回复!关于py_sod_metrics我直接在github中搜索并没有找到,您方便说一下更具体是哪个项目吗? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好!我是个小白,我复现过的模型不太多。这是我复现本模型的结果:
FSPNet CAMO {'Smeasure': 0.6412142300529124, 'wFmeasure': 0.4609584203873405, 'MAE': 0.10479243699011927, 'adpEm': 0.854775746954227, 'meanEm': 0.5978418087679755, 'maxEm': 0.8719062504623182, 'adpFm': 0.7269412533610914, 'meanFm': 0.5014890922791113, 'maxFm': 0.710552074958497}
FSPNet CHAMELEON {'Smeasure': 0.5321738786553841, 'wFmeasure': 0.2504145440023048, 'MAE': 0.1047958639684927, 'adpEm': 0.7769811351738184, 'meanEm': 0.4261553059051292, 'maxEm': 0.8299053763792742, 'adpFm': 0.6864579060973318, 'meanFm': 0.2954627061340793, 'maxFm': 0.7024191234422722}
FSPNet COD10K {'Smeasure': 0.6179598532498279, 'wFmeasure': 0.3396345387173911, 'MAE': 0.05923583931616759, 'adpEm': 0.8080675290969681, 'meanEm': 0.5388080955320953, 'maxEm': 0.8479816082209328, 'adpFm': 0.5808884879647634, 'meanFm': 0.36591529738642964, 'maxFm': 0.5983369130399978}
请问一下,有什么原因可能导致结果差距较大?
The text was updated successfully, but these errors were encountered: