varunagrawal / tiny-faces-pytorch

Finding Tiny Faces in PyTorch
MIT License
164 stars 44 forks source link

On new test image, no output #11

Closed darshangera closed 1 month ago

darshangera commented 4 years ago

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.

varunagrawal commented 4 years ago

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

hamzakhalil798 commented 1 year ago

@varunagrawal do you have any visualization script?

varunagrawal commented 1 year ago

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.

hamzakhalil798 commented 1 year ago

@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.

varunagrawal commented 1 year ago

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

hamzakhalil798 commented 1 year ago

@varunagrawal Okay , No issues thankyou..😀

varunagrawal commented 1 month ago

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.