tiny-faces-pytorch icon indicating copy to clipboard operation
tiny-faces-pytorch copied to clipboard

On new test image, no output

Open darshangera opened this issue 4 years ago • 6 comments

Hi, I want to use this code for detecting faces for some other application. I tried detecting on a sample face attached image. But it gives 0 faces on same. I have resized image to lower resolution of 1024x768 and tested. DSC_0476

Can you please see what could be the issue? Thanks.

darshangera avatar Dec 06 '19 11:12 darshangera

I'll try my trained model on your image in a few days. Thank you for your patience.

varunagrawal avatar Jan 06 '20 23:01 varunagrawal

@varunagrawal do you have any visualization script?

hamzakhalil798 avatar Nov 12 '22 06:11 hamzakhalil798

There might be something in the repo. I don't remember off the top of my head. Either way, if you have the bounding boxes, it should be straightforward to plot it on the image.

varunagrawal avatar Nov 12 '22 16:11 varunagrawal

@varunagrawal Thankyou I found it. Although the results aren't satisfactory with the 50 epochs model , do you have a more trained model? If yes kindly share.

hamzakhalil798 avatar Nov 13 '22 04:11 hamzakhalil798

Sorry I don't have the resources currently to train a new model.

varunagrawal avatar Nov 13 '22 05:11 varunagrawal

@varunagrawal Okay , No issues thankyou..😀

hamzakhalil798 avatar Nov 13 '22 13:11 hamzakhalil798

Apologies for the very delayed response. I retrained the model and with the latest uploaded weights, I get the following result. Not bad huh?

test_img_result

To reproduce, please use the detect_image.py script with --prob_thresh=0.6 and --nms_thresh=0.3.

varunagrawal avatar May 27 '24 03:05 varunagrawal