Pinned Repositories
conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
DafuTools
About some Algorithm implementation in computer vision by Yanfu Ren.
darknet
Convolutional Neural Networks
detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
FaceDetetionDataset
face detection test or train public dataset
fool
Construct deep learning framework like "Caffe" by myself. Just for fun.
HeatmapInHeatmap
Official implementation of HIH:Towards More Accurate Face Alignment via Heatmap in Heatmap
HRNet-Facial-Landmark-Detection
This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
MTCNN_Caffe
Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
tf_JDAP
Joint face detection and face landmark alignment and head pose evaluation using CNN and cascade structure.
DaFuCoding's Repositories
DaFuCoding/MTCNN_Caffe
Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
DaFuCoding/tf_JDAP
Joint face detection and face landmark alignment and head pose evaluation using CNN and cascade structure.
DaFuCoding/FaceDetetionDataset
face detection test or train public dataset
DaFuCoding/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
DaFuCoding/DafuTools
About some Algorithm implementation in computer vision by Yanfu Ren.
DaFuCoding/darknet
Convolutional Neural Networks
DaFuCoding/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
DaFuCoding/fool
Construct deep learning framework like "Caffe" by myself. Just for fun.
DaFuCoding/HeatmapInHeatmap
Official implementation of HIH:Towards More Accurate Face Alignment via Heatmap in Heatmap
DaFuCoding/HRNet-Facial-Landmark-Detection
This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
DaFuCoding/OpenFace
OpenFace – a state-of-the art open source tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
DaFuCoding/RGB2Y
Fastest CPU (AVX/SSE) RGB to grayscale: 2-4x faster than OpenCV. For image processing/computer vision.
DaFuCoding/SettleAnnotation
Convert Standard format of Face DataSet to special format.
DaFuCoding/Unet_pytorch
Implementation of U-Net architecture using Pytorch