All Projects → sturkmen72 → C4 Real Time Pedestrian Detection

sturkmen72 / C4 Real Time Pedestrian Detection

Real-Time Human Detection Using Contour Cues

Labels

Projects that are alternatives of or similar to C4 Real Time Pedestrian Detection

Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+1286.78%)
Mutual labels:  opencv
Sign Language Interpreter Using Deep Learning
A sign language interpreter using live video feed from the camera.
Stars: ✭ 157 (-9.77%)
Mutual labels:  opencv
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-3.45%)
Mutual labels:  opencv
Transfer Learning Anime
Transfer Learning for Anime Characters Recognition
Stars: ✭ 155 (-10.92%)
Mutual labels:  opencv
Astral
Augmented reality social network, an underworld of discussion and information to every street.
Stars: ✭ 156 (-10.34%)
Mutual labels:  opencv
Opencv Lane Vehicle Track
OpenCV implementation of lane and vehicle tracking
Stars: ✭ 162 (-6.9%)
Mutual labels:  opencv
Vehicle Speed Check
Vehicle Speed Check
Stars: ✭ 151 (-13.22%)
Mutual labels:  opencv
Opensfm
Open source Structure-from-Motion pipeline
Stars: ✭ 2,342 (+1245.98%)
Mutual labels:  opencv
Mathai
一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.
Stars: ✭ 1,965 (+1029.31%)
Mutual labels:  opencv
Neuvision
Structured Light based 3D scanner
Stars: ✭ 165 (-5.17%)
Mutual labels:  opencv
Proctoring Ai
Creating a software for automatic monitoring in online proctoring
Stars: ✭ 155 (-10.92%)
Mutual labels:  opencv
Blurdetection2
Blur Detection with OpenCV in Python
Stars: ✭ 156 (-10.34%)
Mutual labels:  opencv
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-6.32%)
Mutual labels:  opencv
Opencv Facial Landmark Detection
使用OpenCV实现人脸关键点检测
Stars: ✭ 153 (-12.07%)
Mutual labels:  opencv
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (-3.45%)
Mutual labels:  opencv
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+974.14%)
Mutual labels:  opencv
Stereo Vision
This program has been developed as part of a project at the University of Karlsruhe in Germany. The final purpose of the algorithm is to measure the distance to an object by combining two webcams and use them as a Stereo Camera.
Stars: ✭ 160 (-8.05%)
Mutual labels:  opencv
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (+0%)
Mutual labels:  opencv
Gerbolyze
Render high-resolution bitmap images to PCB gerber files
Stars: ✭ 169 (-2.87%)
Mutual labels:  opencv
Augmented reality
💎 "Marker-less Augmented Reality" with OpenCV and OpenGL.
Stars: ✭ 165 (-5.17%)
Mutual labels:  opencv

C4-Real-time-pedestrian-detectionTravis Status

Real-Time Human Detection Using Contour Cues

based on Jianxin Wu's work

https://sites.google.com/site/wujx2001/home/c4

Real-Time Human Detection Using Contour Cues [pdf] Jianxin Wu, Christopher Geyer, and James M. Rehg In: Proc. The 2011 IEEE Int'l Conference on Robotics and Automation (ICRA 2011), Shanghai, China, May 2011, pp. 860-867.

Additions on original code

  • SVM model file converted from text to binary by this change loading time is seriously reduced.

  • Test interface improved.

usage information:

 usage:
 TestC4Detector <video_file>
 
 (note: files combined.txt.model and combined.txt.model_ must be at the same directory with executable)
 
 keys:
 space : toggle using simple post-process (NMS, non-maximal suppression)
 0     : waits to process next frame until a key pressed
 1     : doesn't wait to process next frame
 2     : resize frames 1/2
 3     : don't resize frames
 4     : resize frames 1/4

Sample output

Development objectives

  • Increased performance by using for loop in parallel.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].