Pytorch_Retinaface

Face detector

An implementation of a face detection model using PyTorch

Retinaface get 80.99% in widerface hard val using mobilenet0.25.

GitHub

3k stars
42 watching
773 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
timesler/facenet-pytorch This project provides pre-trained PyTorch models for face detection and recognition tasks. 4,550
zllrunning/face-parsing.pytorch Implementation of a face parsing model using PyTorch and a modified BiSeNet architecture. 2,317
jwyang/faster-rcnn.pytorch An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. 7,693
facebookresearch/dinov2 A PyTorch implementation of a self-supervised learning method for learning robust visual features without supervision. 9,211
rosinality/stylegan2-pytorch An implementation of StyleGAN 2 in PyTorch for image generation and analysis. 2,741
leoxiaobin/deep-high-resolution-net.pytorch An implementation of a deep learning network for human pose estimation using high-resolution representations 4,327
cleardusk/3ddfa A deep learning project that aims to align 3D facial landmarks in real-time with a focus on accuracy and efficiency. 3,608
facebookresearch/pytorch3d A deep learning library for 3D data processing and computer vision research using PyTorch 8,806
sanghyun-son/edsr-pytorch Provides a PyTorch implementation of single image super-resolution 2,443
pytorch/pytorch A Python library providing tensors and dynamic neural networks with strong GPU acceleration 83,959
yenchenlin/nerf-pytorch An implementation of NeRF in PyTorch for synthesizing novel views of complex scenes 5,505
cadene/pretrained-models.pytorch Provides pre-trained PyTorch models for various computer vision tasks and datasets. 9,036
moskomule/senet.pytorch An implementation of Squeeze-and-Excitation Networks (SE-Nets) for deep learning image classification tasks 2,285
donnyyou/torchcv A comprehensive PyTorch-based framework for computer vision tasks 2,250
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,251