Pinned Repositories
3D-R2N2
Single/multi view image(s) to voxel reconstruction using a recurrent neural network
advanced_lane_detection
Advanced lane detection using computer vision
ATEC_Payment_Risk_Recognition_Competition
ATEC蚂蚁开发者大赛-风险大脑-支付风险识别
BackgroundSplit-OpenCV
This repository is the C++ Source Code of several algorithms of Extracting Background, which are based on OpenCV libraries after I learn about the theory of these algorithms(including Frame-Difference, Gauss-Background-Difference, ViBe algorithms).
bgslibrary
A background subtraction library
caffe
Caffe: a fast open framework for deep learning.
caffe-windows
Configure Caffe in one hour for Windows users.
DensePose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
resnet-in-tensorflow
Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
TensorFlowLaboratory
Research about Tensorflow
gitfenging's Repositories
gitfenging/caffe-windows
Configure Caffe in one hour for Windows users.
gitfenging/DensePose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
gitfenging/bgslibrary
A background subtraction library
gitfenging/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
gitfenging/crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
gitfenging/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
gitfenging/darknet
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
gitfenging/darknet-1
darknet深度学习框架源码分析:详细中文注释,涵盖框架原理与实现语法分析
gitfenging/deeplearningbook-chinese
Deep Learning Book Chinese Translation
gitfenging/DeshadowPytorch
Pytorch to implement the paper deshadow
gitfenging/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
gitfenging/ESL-CN
The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
gitfenging/httpbin
HTTP Request & Response Service, written in Python + Flask.
gitfenging/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
gitfenging/lanenet-lane-detection
Implemention of lanenet model for real time lane detection using deep neural network model
gitfenging/MathModel
研究生数学建模,数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
gitfenging/monodepth
Unsupervised single image depth prediction with CNNs
gitfenging/openbilibili
gitfenging/openbilibili-go-common
嘘,不要问!我也不清楚这些是啥…
gitfenging/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
gitfenging/Pytorch-UNet
Pytorch implementation of the U-Net for image semantic segmentation, with dense CRF post-processing
gitfenging/requests
A simple, yet elegant HTTP library.
gitfenging/SCNN
Spatial CNN for traffic lane detection (AAAI2018)
gitfenging/sixd_toolkit
Python scripts to facilitate participation in the SIXD Challenge.
gitfenging/SSD.TensorFlow
State-of-the-art Single Shot MultiBox Detector in Pure TensorFlow, QQ Group: 758790869
gitfenging/tensorflow-yolov3
pure tensorflow Implement of YOLOv3 with support to train your own dataset
gitfenging/the-gan-zoo
A list of all named GANs!
gitfenging/tiny-yolo-tensorflow
Tiny yolov3 tensorflow
gitfenging/Yolo_mark
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
gitfenging/YOLOv3_TensorFlow
Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.