Parcourir la source

markdown support for README file

Alexander Freytag il y a 10 ans
Parent
commit
bbf4bcef8f
2 fichiers modifiés avec 32 ajouts et 29 suppressions
  1. 0 29
      README
  2. 32 0
      README.md

+ 0 - 29
README

@@ -1,29 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-                             COPYRIGHT
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-This package contains Matlab source code for object detection with LDA models.
-
-This repo is based on the original version of who from 
-(Bharath Hariharan, Jitendra Malik and Deva Ramanan. 
-Discriminative decorrelation for clustering and classification. In ECCV 2012 ).
-We significantly altered it, making it more flexible, easier to access, 
-and less focused on hog features in general.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-                           START / SETUP
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-Compile mex-files via
-compileWHOEfficient
-
-Setup workspace
-initWorkspaceWHOGeneric
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-                           RUN DETECTION DEMO
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-Run a demo which learns an LDA model for detecting bycicles and 
-using HOG features as underlying representation
-demoWhitenedHOG

+ 32 - 0
README.md

@@ -0,0 +1,32 @@
+# Generic version of WHO for object detection with LDA models
+
+
+## COPYRIGHT
+
+This package contains Matlab source code for object detection with LDA models.
+
+This repo is based on the original version of who from 
+(Bharath Hariharan, Jitendra Malik and Deva Ramanan. 
+Discriminative decorrelation for clustering and classification. In ECCV 2012 ).
+We significantly altered it, making it more flexible, easier to access, 
+and less focused on hog features in general.
+
+## START / SETUP
+
+Compile mex-files via  
+```
+compileWHOEfficient
+```
+
+Setup workspace  
+```
+initWorkspaceWHOGeneric
+```
+
+## RUN DETECTION DEMO
+
+Run a demo which learns an LDA model for detecting bycicles and 
+using HOG features as underlying representation  
+```
+demoWhitenedHOG
+```