S3FD.pytorch icon indicating copy to clipboard operation
S3FD.pytorch copied to clipboard

How to plot the AFW, PASCAL, and FDDB result as shown in the readme file?

Open YongtaoGe opened this issue 5 years ago • 5 comments

YongtaoGe avatar Jan 04 '19 02:01 YongtaoGe

you can use https://bitbucket.org/marcopede/face-eval

yxlijun avatar Jan 04 '19 03:01 yxlijun

Got it!

YongtaoGe avatar Jan 04 '19 05:01 YongtaoGe

Just another question. fddb_test.py's output is [x1, y1, w, h, score], which is different from the file format in "detections/fddb/DPMDiscROC.txt" like:

0.890737 35595 -0.999989
0.890737 35594 -0.999972
0.890737 35593 -0.999965
0.890737 35592 -0.999921
0.890737 35591 -0.999849
0.890737 35590 -0.999825
0.890737 35589 -0.999818
0.890737 35588 -0.999785

Is there something that I have missed?

YongtaoGe avatar Jan 04 '19 06:01 YongtaoGe

you should use https://github.com/npinto/fddb-evaluation to generate DPMDiscROC.txt

yxlijun avatar Jan 04 '19 07:01 yxlijun

It really helps. Thank you!

YongtaoGe avatar Jan 04 '19 07:01 YongtaoGe