bupt-ai-cz / LLVIP

LLVIP: A Visible-infrared Paired Dataset for Low-light Vision
610 stars 65 forks source link

How to draw the miss rate-FPPI curve? #3

Open ZEROonev opened 2 years ago

SantJay commented 2 years ago

We draw the miss rate-FPPI curve with the Matlab(>=2017a) function evaluateDetectionMissRate. Here is the introduction of the function: https://ww2.mathworks.cn/help/vision/ref/evaluatedetectionmissrate.html In addition, we will provide a Matlab script for drawing the miss rate-FPPI curve in a few days. :)

yeahyeahye commented 2 years ago

We draw the miss rate-FPPI curve with the Matlab(>=2017a) function evaluateDetectionMissRate. Here is the introduction of the function: https://ww2.mathworks.cn/help/vision/ref/evaluatedetectionmissrate.html In addition, we will provide a Matlab script for drawing the miss rate-FPPI curve in a few days. :)

您好,请问可以提供一下画miss rate-FPPI curve的MATLAB代码吗,感谢!!!

heitorrapela commented 1 year ago

Hello. Any updates on how to do it easily with the output provided by the detectors? For instance, I am training yolov5, and it would be interesting to reproduce the miss rate-FPPI curve.