kikirizki/faceboxes_libtorch
Unofficial implementation of FaceBoxes: A CPU Real-time Face Detector with High Accuracy, in libtorch
This tool helps developers integrate highly accurate, real-time face detection into their C++ applications. It takes an image as input and outputs the same image with detected faces highlighted. This is ideal for C++ software developers building applications that need to identify faces quickly and precisely, even on standard CPU hardware.
No commits in the last 6 months.
Use this if you are a C++ developer needing to add a fast and accurate face detection feature to your application, especially when deploying on CPU-only systems.
Not ideal if you need a full-fledged computer vision library with many features beyond face detection, or if you are not working with C++.
Stars
7
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 25, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kikirizki/faceboxes_libtorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chandrikadeb7/Face-Mask-Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Jaluus/MaskTerial
Code Release for "MaskTerial: A Foundation Model for Automated 2D Material Flake Detection"
z-mahmud22/Mask-RCNN_TF2.14.0
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow 2.14.0 and Python 3.10.
Kamlesh364/Mask-RCNN-TF2.7.0-keras2.7.0
Mask R-CNN for object detection and instance segmentation on Keras==2.7.0 and TensorFlow==2.7.0
jackfrost1411/MaskRCNN
Mask RCNN implementation on a custom dataset! All incorporated in a single python notebook!