Xingyu Xue

Results 6 repositories owned by Xingyu Xue

License_Plate_Detection_Pytorch

625
Stars
171
Forks
Watchers

A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet

MobileFaceNet_Tutorial_Pytorch

63
Stars
29
Forks
Watchers

This repo illustrates how to implement MobileFaceNet and Arcface for face recognition task

Demonstration of CNN Pruning on MTCNN and MobileFaceNet using Pytorch framework

A reimplementation of real time human pose estimation using Pytorch. Both CMU's original model and mobilenet backbone are provided. The code is optimized for a faster inference time !

This repo is projected to offer a tutorial on how to implement YOLO V3 from scratch. Hopefully, developers can build and train their own YOLO network using custom datasets for various object detection...

MTCNN_Tutorial

19
Stars
8
Forks
Watchers

As a series of tutorials on the most popular deep learning algorithms for new-entry deep learning research engineers, MTCNN has been widely adopted in industry for human face detection task which is a...