So Christian finally cleaned up the code for our ECCV paper, the famous MILForest paper. So you can find it by following this link: MIForest
We managed to get two papers accepted at ECCV, one being an ORAL:
Christian Leistner, Amir Saffari, Horst Bischof, “MILForests: Multiple-Instance Learning with Randomized Trees“, Oral Presentat...
I released the code for one of my CVPR 2010 papers, “Online Multi-Class LPBoost“. For more information, follow this link: OMCLPBoost.
I together with other colleagues got three papers accepted at CVPR 2010.
Amir Saffari, Martin Godec, Thomas Pock, Christian Leistner, Horst Bischof, “Online Multi-Class LPBoost“, Proceedings of...
Flymake is a generic syntax checker for Emacs. Its combination with PyFlakes which is a syntax checker for python makes it a perfect setting for Python programming in Emacs. Here are the steps to m...