Face_Attention_Network
Face detector
An implementation of a face attention network for object detection
Pytorch implementation of face attention network
313 stars
10 watching
55 forks
Language: Python
last commit: almost 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
clcarwin/sfd_pytorch | An implementation of a face detection algorithm using PyTorch | 230 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
zisianw/faceboxes.pytorch | An implementation of a real-time face detector with high accuracy using PyTorch | 846 |
dolotovevgeniy/deeppyramid | A repository providing pre-trained models and training scripts for face detection using a deep neural network architecture | 23 |
serengil/retinaface | A deep learning-based face detection library for Python with facial landmark extraction and alignment capabilities. | 1,243 |
jiwei0921/dmra | A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection | 105 |
faceperceiver/laion-face | Provides pre-trained face detection and analysis models using large-scale image-text data | 278 |
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 107 |
trancee/capacitor-google-mlkit-vision | An app for on-device face detection using machine learning | 12 |
ignacio-rocco/detectorch | A PyTorch wrapper around Facebook AI Research's Detectron models for object detection and instance segmentation | 558 |
clcarwin/sphereface_pytorch | A PyTorch implementation of the SphereFace face recognition algorithm. | 715 |
ipazc/mtcnn | A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network. | 2,237 |
charlesq34/frustum-pointnets | A deep learning framework for 3D object detection from RGB-D data | 1,592 |
wannabeog/mask-rcnn | A PyTorch implementation of the Mask R-CNN architecture | 992 |
unsky/fpn | Implementation of Feature Pyramid Networks for Object Detection using Caffe. | 524 |