ece4580:module_detection
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ece4580:module_detection [2017/01/24 05:02] – [Object Detection] typos | ece4580:module_detection [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Object | + | ====== Object |
| + | **Note:** To be filled out on Friday or Saturday. | ||
| + | |||
| + | - Boosting | ||
| + | - Sliding window | ||
| /* | /* | ||
| Line 7: | 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. | ||
| - | ===== Module #1 ===== | ||
| - | |||
| - | Clustering | ||
| - | - Study [[https:// | ||
| - | - Download (or clone) the clustering skeleton code [[https:// | ||
| - | - Implement k-means clustering algorithm working in RGB space by following the algorithmic steps. You are welcome to implement from scratch without skeleton code. | ||
| - | - Test your algorithm on segmenting the image // | ||
| - | - Try different random initialization and show corresponding results. | ||
| - | - Comment on your different segmentation results. | ||
| - | |||
| - | ----------------- | ||
| - | |||
| - | ===== Module #2 ===== | ||
| - | Object Recognition | ||
| - | |||
| - | - Study the [[https:// | ||
| - | - We begin with implementing a simple but powerful recognition system to classify //faces// and //cars//. | ||
| - | - Check [[https:// | ||
| - | - In our implementation, | ||
| - | - Now, use first 40 images in both categories for training. | ||
| - | - Extract SIFT features from each image | ||
| - | - Derive k codewords with k-means clustering in module 1. | ||
| - | - Compute histogram of codewords using [[https:// | ||
| - | - Use the rest of 50 images in both categories to test your implementation. | ||
| - | ----------------- | + | ===== Module #2: Boosting ===== |
| + | Boosting as a concept is about creating a very accurate detector from a series of somewhat low accuracy detectors. | ||
| + | ---------- | ||
| ;#; | ;#; | ||
| [[ECE4580: | [[ECE4580: | ||
| ;#; | ;#; | ||
ece4580/module_detection.1485252166.txt.gz · Last modified: 2024/08/20 21:38 (external edit)
