Pinned Repositories
2D-and-3D-face-alignment
This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
binary-face-alignment
Real time face alignment
binary-human-pose-estimation
This code implements a demo of the Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources paper by Adrian Bulat and Georgios Tzimiropoulos.
binary-networks-pytorch
Binarize convolutional neural networks using pytorch :fire:
expert-binary-networks
Code for High-Capacity Expert Binary Networks (ICLR 2021).
face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
face-alignment-training
Training code for the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
human-pose-estimation
This repository implements a demo of the Human pose estimation via Convolutional Part Heatmap Regression paper.
pytorch-estimate-flops
Estimate/count FLOPS for a given neural network using pytorch
video-transformers
1adrianb's Repositories
1adrianb/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
1adrianb/2D-and-3D-face-alignment
This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
1adrianb/pytorch-estimate-flops
Estimate/count FLOPS for a given neural network using pytorch
1adrianb/binary-human-pose-estimation
This code implements a demo of the Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources paper by Adrian Bulat and Georgios Tzimiropoulos.
1adrianb/binary-face-alignment
Real time face alignment
1adrianb/face-alignment-training
Training code for the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
1adrianb/binary-networks-pytorch
Binarize convolutional neural networks using pytorch :fire:
1adrianb/human-pose-estimation
This repository implements a demo of the Human pose estimation via Convolutional Part Heatmap Regression paper.
1adrianb/unsupervised-face-representation
Implementation for Pre-training strategies and datasets for facial representation learning, ECCV 2022
1adrianb/video-transformers
1adrianb/binary-nas
1adrianb/expert-binary-networks
Code for High-Capacity Expert Binary Networks (ICLR 2021).
1adrianb/lasp
1adrianb/bnn.torch
1adrianb/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
1adrianb/the-incredible-pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
1adrianb/optimize-net
OptNet - Reducing memory usage in torch neural nets
1adrianb/thpp
TH++, C++ interface to the torch7 TH library
1adrianb/apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
1adrianb/Bomberman
1adrianb/tensorly
TensorLy: Tensor Learning in Python.
1adrianb/fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
1adrianb/nn
1adrianb/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
1adrianb/pytorch-gradual-warmup-lr
Gradually-Warmup Learning Rate Scheduler for PyTorch