EXTD_Pytorch
EXTD_Pytorch copied to clipboard
Official EXTD Pytorch code
I saw other issues that report a very slow network. I tested and got extremely low FPS when detecting faces. There is any plan to release the faster version?
thanks your good job, where is the pretrained model ?
The performance is even worse than Yolo which came good 5 years back.
have some problem with it
Thank you for your codes. But I have a question. I have trained EXTD-64, I got the params of 2.71M, much larger than 0.16M in the paper, I want to...
 This is 500x500 input, when only 1 face, it runs 30fps+ on GTX1070, but speed drop fast when faces more than 15 and down to only 4 fps..,... How...
The model is tiny but speed is still not good though. It runs 0.4s per image, with some sample image from wider face. Is that normal?
Hi, it looks like a good candidate to port to tensorflow.js for browser based solution like: https://github.com/justadudewhohacks/face-api.js
In the paper released you state that you are using a lightweight conv backbone but in the code you inititalize the network with EXTD_64.py which uses VGG16 layers with mobile...