Skip to content
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

the result is diffrent from others和别的程序算出来不一样 #58

Closed
sparkang opened this issue Mar 1, 2019 · 9 comments
Closed

Comments

@sparkang
Copy link

sparkang commented Mar 1, 2019

您好,我用的你的程序计算我的测试集,同时,我还用了这个:https://github.com/rafaelpadilla/Object-Detection-Metrics。你的这个算出来比他的那个要低6个百分点!

@sparkang
Copy link
Author

sparkang commented Mar 1, 2019

sorry my english is not very good,first your code's results is lower than this:https://github.com/rafaelpadilla/Object-Detection-Metrics.
and second, your curve is 11-point curve,i want to know how i can get every-point curve.
and thanks for your contribute, this code helps me a lot!

@Cartucho
Copy link
Owner

@sparkang Hello! Sorry for the late response.

Why is my curve a 11-point curve? I don't have that restriction I believe.

I am currently working on adding tests to my code to make sure that everything is giving the same results as the official PASCAL VOC matlab code.

@sparkang
Copy link
Author

sparkang commented Apr 3, 2019 via email

@lilyhuang1015
Copy link

@sparkang 您好,我也碰到一樣的問題,所以挑了一張圖片將兩個作者的code做測試,發現該位作者是對的,然而另一位您貼連結的作者,將其中一個bbx IOU=0.3認為是TP,然而我嘗試其他樣本,發現在IOU<=0.2049的才會被認為是FP,希望對您有幫助

@sparkang
Copy link
Author

哦哦 原来是这样的,非常感谢你的回复,不过我想再请教一个问题,就是如何让图像和作者readme的一样呢,就是让曲线是闭合的

@lilyhuang1015
Copy link

@sparkang readme那張圖 recall最後連接到1,應該是額外進行繪製的,但實際不是閉合曲線,因曲線下有塗色的才是實際數據,應該是作者為了讓最後連接到1而畫上的,後半段的顏色並沒有畫上,也代表沒有算到最後那個三角形,然而一般大量數據最終難以達到recall=1,除非您的檢測結果total TP=total ground truth,

@sparkang
Copy link
Author

@sparkang readme那張圖 recall最後連接到1,應該是額外進行繪製的,但實際不是閉合曲線,因曲線下有塗色的才是實際數據,應該是作者為了讓最後連接到1而畫上的,後半段的顏色並沒有畫上,也代表沒有算到最後那個三角形,然而一般大量數據最終難以達到recall=1,除非您的檢測結果total TP=total ground truth,

哦哦 这样的 感谢 : )

@anjanaouseph
Copy link

@sparkang Hello! Sorry for the late response.

Why is my curve a 11-point curve? I don't have that restriction I believe.

I am currently working on adding tests to my code to make sure that everything is giving the same results as the official PASCAL VOC matlab code.

Hi @Cartucho So you are not using the 11 point AP formula here?

@JJY0710
Copy link

JJY0710 commented Oct 25, 2022

@sparkang readme那張圖 recall最後連接到1,應該是額外進行繪製的,但實際不是閉合曲線,因曲線下有塗色的才是實際數據,應該是作者為了讓最後連接到1而畫上的,後半段的顏色並沒有畫上,也代表沒有算到最後那個三角形,然而一般大量數據最終難以達到recall=1,除非您的檢測結果total TP=total ground truth,

请问您测试过官方yolo的指标程序吗,我测试的时候yolov5测出来的指标是高于该作者的,按理说yolo的程序更有权威性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants