Visual Learning and Recognition: Difference between revisions

Line 390: Line 390:
* <math>w_{ij}^T \in \mathbb{R}^5</math> is the deformation parameter between parts i and j
* <math>w_{ij}^T \in \mathbb{R}^5</math> is the deformation parameter between parts i and j


The total number of configurations is <math>10^(4*N)</math> since for each <math>100\times100</math> image, each of <math>p_i</math> can take 100*100 values. <math>N</math> is the number of parts.
The total number of configurations is <math>10^{(4*N)}</math> since for each <math>100 \times 100</math> image, each of <math>p_i</math> can take 100*100 values. <math>N</math> is the number of parts.


The trick is to use dynamic programming and a tree-based model.   
The trick is to use dynamic programming and a tree-based model.