retinaface icon indicating copy to clipboard operation
retinaface copied to clipboard

The remake of the https://github.com/biubug6/Pytorch_Retinaface

Results 16 retinaface issues
Sort by recently updated
recently updated
newest added

Pull Request #42 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

Add size to the last part of the code, otherwise the max_sizes wont be the same resulting in weird boxes positions:

@ternaus Hi,I'm a undergraduate from North University of China and I'm currently working on using neural network to detect the armor in the Robomaster competitions![3_demo.jpg](https://user-images.githubusercontent.com/53631206/141986706-3446a23c-16d6-437e-8f48-3d54e4563497.jpg just like the above image,my...

Thannks Vladimir Iglovikov! Great works, but I only predict with single image by using `model.predict_jsons(image)`, how to use batch size in there?

Hi, Thank you for the rewrite and very intuitive repo. Have you reported validation accuracy for the Resnet50 and have you also implemented mobilenet? Thanks, Johannes

![Screenshot 2021-03-05 at 2 11 20 AM](https://user-images.githubusercontent.com/60428963/110027521-16520480-7d58-11eb-9b0a-ef5fa9973fd3.png) This is a screenshot of the image that I tried to make predictions in using model.predict_jsons functions, but the resultant annotations of this...

- Hyperparameters are **fedined** in config file -> redefined - Hyperparameters that were scattered across the code moved to the config at **retinadace/config** -> retinaface/config Not a big of an...

https://github.com/biubug6/Pytorch_Retinaface When I compute the AP, the image error result will not be compute. Is it correct ? For example, the Image grouth have one face. I use the network...

I was surprised by the output of `predict_jsons()` when the input image did not contain any face. The expected behaviour would have been an empty list, so that I could...

Hello, Thank you for sharing this work as a PyPI package! I have questions about default parameter values. https://github.com/ternaus/retinaface/blob/29611c722ad400eed977b2df1816ddf914dbb2bf/retinaface/inference.py#L39-L43 Are these values recommended based on the training dataset and procedure...