CVPR Videolectures

There are some great videolectures online from CVPR this year.
Two I find particularly intresting are
Layered Object Detection for Multiclass Segmentation
and
Cascade Object Detection with Deformable Part Models.

The former basically uses sliding window classifiers for detection and shape priors to generate segmentations from detections.

The second is an interesting continuation on Felzenszwalb's part based models.
The talk explains how to use a cascade to speed up detection.

Comments

Popular posts from this blog

Machine Learning Cheat Sheet (for scikit-learn)

A Wordcloud in Python

MNIST for ever....

Python things you never need: Empty lambda functions