Pinned Repositories
3DDFA
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-Face_Recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
cnn-facial-landmark
Facial landmark detection based on deep convolutional neural network.
convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
DeepFace
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
TensorFlowInPraction
唐源黄文坚《TensorFlow实战》官方代码
JamesHowlettLA's Repositories
JamesHowlettLA/TensorFlowInPraction
唐源黄文坚《TensorFlow实战》官方代码
JamesHowlettLA/3DDFA
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
JamesHowlettLA/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
JamesHowlettLA/awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
JamesHowlettLA/awesome-Face_Recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
JamesHowlettLA/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
JamesHowlettLA/cnn-facial-landmark
Facial landmark detection based on deep convolutional neural network.
JamesHowlettLA/convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
JamesHowlettLA/deeplearnjs
A hardware-accelerated deep learning library for the web.
JamesHowlettLA/electron
Build cross platform desktop apps with JavaScript, HTML, and CSS
JamesHowlettLA/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
JamesHowlettLA/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.
JamesHowlettLA/game-programmer
A Study Path for Game Programmer
JamesHowlettLA/gdrive
Google Drive CLI Client
JamesHowlettLA/Horde3D
Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
JamesHowlettLA/HyperLandmark
Deep Learning Based Free Mobile Real-Time Face Landmark Localization.
JamesHowlettLA/json
JSON for Modern C++
JamesHowlettLA/keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
JamesHowlettLA/libfacedetection
An open source library for face detection in images. The face detection speed can reach 1500FPS.
JamesHowlettLA/magnum-examples
Examples for Magnum graphics engine
JamesHowlettLA/mitsuba
Mitsuba renderer main repository
JamesHowlettLA/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
JamesHowlettLA/mtcnn-pytorch
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
JamesHowlettLA/nanogui
Minimalistic GUI library for OpenGL
JamesHowlettLA/OpenFace
OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
JamesHowlettLA/PRMLT
Matlab code for algorithms in PRML book
JamesHowlettLA/slambook
JamesHowlettLA/Ultra-Light-Fast-Generic-Face-Detector-1MB
💎 一款超轻量级通用人脸检测模型(模型文件大小仅1MB,320x240输入下计算量仅90MFlops)适用于边缘计算设备、移动端设备以及PC
JamesHowlettLA/vgg_face2
JamesHowlettLA/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > iOS