User Tools

Site Tools


ece4580:module_detection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ece4580:module_detection [2017/01/22 21:45] – created pvelaece4580:module_detection [2024/08/20 21:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Object Detection ====== ====== Object Detection ======
  
 +**Note:** To be filled out on Friday or Saturday.
  
   - Boosting   - Boosting
Line 10: Line 11:
 */ */
  
 +===== Module #1: Human Detection =====
  
 +The classic human detection paper is by Dalal and Triggs, and it involves using the Histogram of Oriented Gradients (HOG) feature descriptor together with Support Vector Machines.  It does quite well, though more modern and more expensive methods have superceded it.
  
-===== Module #1 ===== 
  
 +===== Module #2: Boosting =====
  
 +Boosting as a concept is about creating a very accurate detector from a series of somewhat low accuracy detectors.  The trick is to control the false positive rate (have it be very low) while tolerating false negatives.  Cascading enough of these together will eventually create a detector that has bot a low false positive rate and a low false negative rate (after all, how many times can one be wrong in a row?).
 +
 +----------
 +;#;
 +[[ECE4580:Modules|ECE4580 Learning Modules]]
 +;#;
  
ece4580/module_detection.1485139502.txt.gz · Last modified: 2024/08/20 21:38 (external edit)