Windows Support For RetinaFace
See original GitHub issueWould you please consider supporting Windows for RetinaFace?
The bbox
and other cython related codes are written to make use of Linux’s GCC to compile and without Linux we can’t test the code on Windows platforms.
Thanks for the great support.
Issue Analytics
- State:
- Created 4 years ago
- Comments:16
Top Results From Across the Web
miwaliu/Retinaface: Retinaface windows - GitHub
RetinaFace. RetinaFace windows. Install. Install MXNet with GPU support. Testing. Please check test.py for testing. Third-party Models.
Read more >retina-face - PyPI
RetinaFace is a deep learning based cutting-edge facial detector for Python coming with facial landmarks. Its detection performance is amazing even in the...
Read more >retinaface-anti-cov - OpenVINO™ Documentation
RetinaFace -Anti-Cov is a customized one stage face detector to help people protect themselves from CovID-19. More details provided in the paper and ......
Read more >Why didn't Windows Hello facial recognition recognize me?
This sets an even higher standard for recognition and may especially cause problems in darkened rooms. Facebook · LinkedIn · Email. Need more...
Read more >Single-shot Multi-level Face Localization in the Wild
RetinaFace [2] is a deep learning model that detects faces in images by proposing ... Furthermore, Knet does not have support for multi-GPU...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Instead of using python implementation, you can try to compile *.pyx files into windows binaries (*.pyd) :
setup.py
inRetinaFace/rcnn/cython
dir to:Use cmd to run
python setup.py build_ext --inplace
inRetinaFace/rcnn/cython
dirCopy the three windows binaries (*.pyd) generated in
RetinaFace/rcnn/cython/rcnn/cpython
toRetinaFace/rcnn/cython
Run the test code : )
@Neltherion https://github.com/miwaliu/Retinaface for windows