Pinned Repositories
A-Light-and-Fast-Face-Detector-for-Edge-Devices
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
AlphaPose
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
awesome-action-recognition
A curated list of action recognition and related area resources
awesome-lane-detection
A paper list of lane detection.
awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
BaseAlgorithm
整理/收集的一些算法
rknn-yolov3
StereoVision
This project requires two fixed cameras to stereo vision calibration, retification and distance estimation.
lvpchen's Repositories
lvpchen/StereoVision
This project requires two fixed cameras to stereo vision calibration, retification and distance estimation.
lvpchen/binocularCamera
calculate distance by binocular cameras
lvpchen/caffe-dssd
Caffe: a fast open framework for deep learning.
lvpchen/caffe-mobile
Optimized (for size and speed) Caffe lib for iOS and Android with demo APP.
lvpchen/Caffe_Manual
Caffe使用教程
lvpchen/caffe_rtpose
Realtime C++ code for multi-person pose estimation
lvpchen/convolutional-pose-machines-release
Code repository for Convolutional Pose Machines
lvpchen/demoForHssBlog
demo's source code for my blog: http://blog.csdn.net/housisong
lvpchen/DepthwiseConvolution
A personal depthwise convolution layer implementation on caffe by liuhao.(only GPU)
lvpchen/fDSST_cpp
C++ re-implementation of fast Discriminative Scale Space Tracking.
lvpchen/GENKI
GENKI数据集是由加利福尼亚大学的机器概念实验室收集。该数据集包含GENKI-R2009a,GENKI-4K,GENKI-SZSL三个部分。GENKI-R2009a包含11159个图像,GENKI-4K包含4000个图像,分为“笑”和“不笑”两种,每个图片的人脸的尺度大小,姿势,光照变化,头的转动等都不一样,专门用于做笑脸识别。GENKI-SZSL包含3500个图像,这些图像包括广泛的背景,光照条件,地理位置,个人身份和种族等。
lvpchen/grabcut
Labeling tool for machine vision based segmentation tools, based on work by Kris Kitani
lvpchen/HandGestureDetection
Simple Hand Gesture Detection using Haar Cascades
lvpchen/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
lvpchen/mtcnn
基于caffe的mtcnn训练实现,可以训练一个自己的有效的目标检测算法,非常容易非常简单,并且有配套的纯c++版本的mtcnn-light
lvpchen/MTCNN-Accelerate-Onet
MTCNN Face Detection & Alignment
lvpchen/NPD
C++ implementation of Fast-and-Accurate-Unconstrained-Face-Detector
lvpchen/ObjDetection
The aim of this project is to implement object detection using Opencv libraries and estimate distance of the object from camera. Also, calculate the time consumed to detect objects.
lvpchen/ObjectTracking
Human target detection and tracking
lvpchen/OpenNPD
C++ detect and train of "A Fast and Accurate Unconstrained Face Detector".
lvpchen/pico
A minimalistic framework for fast object detection (with a pre-trained face detector)
lvpchen/Simd
C++ image processing library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM.
lvpchen/staple
Code for the tracker described in the CVPR16 paper "Staple: Complementary Learners for Real-Time Tracking"
lvpchen/StereoCamera
Calibrate a stereo camera and measure distance.