-
Notifications
You must be signed in to change notification settings - Fork 17
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
evaluation #21
Comments
I have a few questions about the evaluation metrics to ask:
|
Hi, thanks for using TEED.
We are evaluating with the Test set of BIPED, we will report this result soon, please wait. But it does not reach the SOTA result but it beats in downstream tasks.
There is a light difference since, as you know, if we use the same setting as for BSDS even for DexiNed, you will find quite different ODS. Because, the edge predicted from TEED is thinner than DexiNed and tiniest than other models like BSDS, UAED EDTER and so on. So, We should leave it as (tmp_edge, O, 1, 5, 1.04, 8).
Hope I help you. Xavier |
Thank you very much for your answer, it feels like the code in the evaluation metrics section is running very slowly. It is even slower than the calculation of the BSDS500 dataset 5-layer truth overlay, didn't figure out what is the reason. Have you updated the evaluation metrics and if so can you share. |
You know, bsds images are small, and most of uded are bigger. And uded GTs have more annotation so it will take time. I suppose, in a normal PC, it will take 3 hours. |
I'm not sure what my fault is, the BIPED test set I ran for over 10 hours on top of a 4090ti |
Yo mean the evaluation process, in matlab? |
Yes, using matlab, the model I trained is not perfect, the ted model I tested has a metric of 0.857 on the biped test set. |
And what about Uded dataset? |
Its ok, the code in Matlab is not using your gpu to run your edge evaluator. |
I know why the above happens, the sigmoid and image_normalisation functions were performed during testing. It feels so complicated, does it have a big impact on the metrics to output the test results after this processing and directly output the test results? |
Sorry, I don't follow you. Maybe we can have a zoom meeting, just emil me. Or show me the training and testing post procesing. Cheers |
兄弟,可以给个Wechat或者QQ号交流一下吗? |
2635339989 |
你好,我想问一下这篇文章你跑通了吗? |
通了
…On Sat, Sep 21, 2024 at 15:46 KeyWu ***@***.***> wrote:
我有几个关于评价指标的问题想问一下: 1.请问作者是否用BIPDE的训练集测试过指标,如果测试过,可否说一下,想验证一下我的测试结果。
2.关于NMS的参数问题,不知道这些参数为何这么设置,不知作者BIPDE和UDED进行评价的时候用的参数是什么?((tmp_edge,O,1,5,1.03,8)?)还有就是参数的不同对结果的影响大不大?
3.关于evaluation过程,有没有什么需要特别注意的?
你好,我想问一下这篇文章你跑通了吗?
—
Reply to this email directly, view it on GitHub
<#21 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A75HPBCOI5JCI54DHQHUALTZXUP4PAVCNFSM6AAAAABHMG56DGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGA2DONZWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
我有几个关于评价指标的问题想问一下:
1.请问作者是否用BIPDE的训练集测试过指标,如果测试过,可否说一下,想验证一下我的测试结果。
2.关于NMS的参数问题,不知道这些参数为何这么设置,不知作者BIPDE和UDED进行评价的时候用的参数是什么?((tmp_edge,O,1,5,1.03,8)?)还有就是参数的不同对结果的影响大不大?
3.关于evaluation过程,有没有什么需要特别注意的?
The text was updated successfully, but these errors were encountered: