Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Stacked Keypoint Evidence Trees Schema #76

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

Replication of a method developed for the BugID project http://web.engr.oregonstate.edu/~tgd/bugid/

Of interest is in particular is this paper: http://web.engr.oregonstate.edu/~tgd/publications/cvpr2009-evidence-trees.pdf

scottclowe commented 9 years ago

Maybe we should email and ask for a copy of their code.

scottclowe commented 9 years ago

I reread the paper and I'm pretty sure I can implement it.

scottclowe commented 9 years ago

Going to need more issues for this. This issue is to get the main schema up and running.

scottclowe commented 9 years ago

We will need to implement their model hierarchy (see Figure 2), which is trained as follows.

scottclowe commented 9 years ago

NB: in a more recent paper, they do pretty much the same thing, but with SVM instead of RF for the second layer.

http://web.engr.oregonstate.edu/~tgd/publications/WACV2011-stacked-spatial-pyramid.pdf