Presentation Zach Robertson.

Slides:



Advertisements
Similar presentations
Human Detection Phanindra Varma. Detection -- Overview  Human detection in static images is based on the HOG (Histogram of Oriented Gradients) encoding.
Advertisements

Pose Estimation and Segmentation of People in 3D Movies Karteek Alahari, Guillaume Seguin, Josef Sivic, Ivan Laptev Inria, Ecole Normale Superieure ICCV.
RGB-D object recognition and localization with clutter and occlusions Federico Tombari, Samuele Salti, Luigi Di Stefano Computer Vision Lab – University.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 4 – Digital Image Representation Klara Nahrstedt Spring 2009.
1 Challenge the future HON4D: Histogram of Oriented 4D Normals for Activity Recognition from Depth Sequences Omar Oreifej Zicheng Liu CVPR 2013.
By : Adham Suwan Mohammed Zaza Ahmed Mafarjeh. Achieving Security through Kinect using Skeleton Analysis (ASKSA)
Histograms of Oriented Gradients for Human Detection Navneet Dalal and Bill Triggs CVPR 2005 Another Descriptor.
Activity Recognition Aneeq Zia. Agenda What is activity recognition Typical methods used for action recognition “Evaluation of local spatio-temporal features.
Presenter: Hoang, Van Dung
Coin Counter Andres Uribe. what Find out the amount of money in a coin picture.
Patch Descriptors CSE P 576 Larry Zitnick
1. Introduction Humanising GrabCut: Learning to segment humans using the Kinect Varun Gulshan, Victor Lempitksy and Andrew Zisserman Dept. of Engineering.
Canny Edge Detector.
EE663 Image Processing Edge Detection 2 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Ensemble Tracking Shai Avidan IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE February 2007.
A Robust Real Time Face Detection. Outline  AdaBoost – Learning Algorithm  Face Detection in real life  Using AdaBoost for Face Detection  Improvements.
Multi-Class Object Recognition Using Shared SIFT Features
CS292 Computational Vision and Language Visual Features - Colour and Texture.
A Real-Time for Classification of Moving Objects
1 An Implementation Sanun Srisuk of EdgeFlow.
WEEK VI Malcolm Collins-Sibley Mentor: Shervin Ardeshir.
Cross Product of Two Vectors
Bars Removal by Multiview Images Team: YiChang Shih Hsin-Jung Yang Date: 05/11/ Final Project 1.
Creating With Code.
Joon Hyung Shim, Jinkyu Yang, and Inseong Kim
Automated Target Recognition Using Mathematical Morphology Prof. Robert Haralick Ilknur Icke José Hanchi Computer Science Dept. The Graduate Center of.
Human pose recognition from depth image MS Research Cambridge.
Yingcai Xiao Chapter 10 Image Processing. Outline Motivation DWA: a real world example Algorithms Code examples.
Histograms of Oriented Gradients for Human Detection(HOG)
Sean M. Ficht.  Problem Definition  Previous Work  Methods & Theory  Results.
CSSE463: Image Recognition Day 6 Yesterday: Local, global, and point operators use different context, but all Yesterday: Local, global, and point operators.
+ Speed Up Texture Classification in Clothing Retrieval System 電機三 吳瑋凌.
WEEK4 RESEARCH Amari Lewis Aidean Sharghi. PREPARING THE DATASET  Cars – 83 samples  3 images for each sample when x=0  7 images for each sample when.
A New Method for Crater Detection Heather Dunlop November 2, 2006.
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Edge Segmentation in Computer Images CSE350/ Sep 03.
Cell Segmentation in Microscopy Imagery Using a Bag of Local Bayesian Classifiers Zhaozheng Yin RI/CMU, Fall 2009.
Rich feature hierarchies for accurate object detection and semantic segmentation 2014 IEEE Conference on Computer Vision and Pattern Recognition Ross Girshick,
REU Week 1 Presented by Christina Peterson. Edge Detection Sobel ◦ Convolve image with derivative masks:  x:  y: ◦ Calculate gradient magnitude ◦ Apply.
Week 4: 6/6 – 6/10 Jeffrey Loppert. This week.. Coded a Histogram of Oriented Gradients (HOG) Feature Extractor Extracted features from positive and negative.
Week 5 Emily Hand UNR. AdaBoost For our previous detector, we used SVM.  Color Histogram We decided to try AdaBoost  Mean Blocks.
EE368 Face Detection Project Angi Chau, Ezinne Oji, Jeff Walters 28 May, 2003.
IMAGE PROCESSING Tadas Rimavičius.
Another Example: Circle Detection
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 5
Cascade for Fast Detection
Applications of AI Image Processing.
Lit part of blue dress and shadowed part of white dress are the same color
A Tutorial on HOG Human Detection
Group 1: Gary Chern Paul Gurney Jared Starman
Calculate HOC on Depth and HOG on RGB and concatenate them
Fully automated trimap generation for matting with Kinect
Chapter 10 Image Segmentation.
Gradient Type 1 Gradient stops: 5 Stop #: 1 Position: 0
First Homework One week
Aline Martin ECE738 Project – Spring 2005
Canny Edge Detector.
Human Detection using depth
Gaussian Curvature Mean Curvature
Presentation 4 Zach Robertson.
Visualization of computational image feature descriptors.
CSSE463: Image Recognition Day 6
Gradient test © T Madas.
The Image The pixels in the image The mask The resulting image 255 X
Mentor: Salman Khokhar
Presentation ZacH Robertson.
REU Report Meetings – Week 9
Amari Lewis Aidean Sharghi
Sign Language Recognition With Unsupervised Feature Learning
Week 6 University of Nevada, Reno
Presentation transcript:

Presentation Zach Robertson

What did we do last week? Experimenting with different thresholds Dilating the aligned masks on images Understanding the Pedro training process Worked with his code Finding where HOG features are calculated in code for replacement Setting up the Kinect new SDK and testing its performance for human detection It failed

Our method Pedro’s method Low threshold, false positive Low threshold, no false positive High threshold, false negative

Problems Segmenting causes floor to be attached to person, leads to false positives Segmenting sometimes produces an outline of human, leads to false positives

Steps for 3d Human Modal Training Cross product of HOG features of depth with each section of RGB image Get a 3d vector for each pixel describing depth orientation and RGB gradient Place each vector in orientation bins based on the following formula (thetaStep – 1)*(number of phi bins) + phiStep Train based on this