Structured SVM and Structured Perceptron for CRF learning in Python
[EDIT: If you are reading this now, have a look at pystruct.github.io . The project matured quit a bit in the meantime.] Today I pushed some of my code to github that I use for experimenting with CRF learning. This goes along the lines of my recent posts on graphcut and I hope to post a full CRF learning framework for semantic image segmentation soon. This is a pretty standard setup in computer vision, but I really haven't found much code online. Actually I haven't found any code to learn loopy CRFs, so I hope my simple implementation can help to get a better understanding of these methods. It certainly helped me ;)