| David Lee
|
3
|
 |
|
04-05-2006 02:31 AM ET (US)
|
|
Edited by author 04-05-2006 02:44 AM
I am not so sure about this, but the reason they get good contours might be because of the small solution space they search.
I find it interesting that the contour they fit to the example image is one of the 210*2 contours in the training image, yet the fit looks good. It is suggesting that all possible silhouette of pedestrians are one of 210*2. That is a pretty small search space. Compare it with this: say the contour is modeled by 5 eigenvectors obtained from PCA and the weight for the vectors are discretized into 4 values. That's already 4^5=1024 possible solutions. Usually the weights aren't discretized and there are more than 5 eigenvectors. (Recall face AAM)
I'm not sure if such method is good or bad. In fact, this may be the weakest part in this paper. I just thought it was worth mentioning.
|