sfzhang15 / SFD

S³FD: Single Shot Scale-invariant Face Detector, ICCV, 2017
521 stars 135 forks source link

widerface test of bbox_vote #60

Closed yja1 closed 5 years ago

yja1 commented 5 years ago

when test on widerface,run wider_test.py in function bbox_vote,when detect none face in image:there is error: dets = dets[0:750, :] UnboundLocalError: local variable 'dets' referenced before assignment

so I change that,if dets is none , fout.write('0\n'),right?

but result is low compare to paper

sfzhang15 commented 5 years ago

@yja1 If detections from all scales are empty, you can change it as you said. Do your use our provided model to test?

yja1 commented 5 years ago

thank you no. I test another code DSFD. wider_test.py same with your code.