Commit d21c50c133425eda146f70f41f65cb7021c62b1e

Authored by Austin Blanton
1 parent 9c7f44a5

Accidentally took out ConsolidateDetections

scripts/pedestrianBaselineLBP.sh
@@ -16,7 +16,7 @@ else @@ -16,7 +16,7 @@ else
16 INRIA_PATH=$DATA/INRIAPerson 16 INRIA_PATH=$DATA/INRIAPerson
17 fi 17 fi
18 18
19 -ALG="Open+Cvt(Gray)+BuildScales(Blur(2)+LBP(1,2)+SlidingWindow(Hist(59)+Cat+LDA(isBinary=true),windowWidth=10,takeLargestScale=false,threshold=2),windowWidth=10,takeLargestScale=false,minScale=4)+Discard" 19 +ALG="Open+Cvt(Gray)+BuildScales(Blur(2)+LBP(1,2)+SlidingWindow(Hist(59)+Cat+LDA(isBinary=true),windowWidth=10,takeLargestScale=false,threshold=2),windowWidth=10,takeLargestScale=false,minScale=4)+ConsolidateDetections+Discard"
20 20
21 # Josh's new algorithm (in progress) 21 # Josh's new algorithm (in progress)
22 # ALG="Open+Cvt(Gray)+Detector(Gradient+Bin(0,360,9,true)+Merge+Integral+IntegralSlidingWindow(RecursiveIntegralSampler(2,2,0,PCA(0.95))+Cat+LDA(0.95,isBinary=true)))" 22 # ALG="Open+Cvt(Gray)+Detector(Gradient+Bin(0,360,9,true)+Merge+Integral+IntegralSlidingWindow(RecursiveIntegralSampler(2,2,0,PCA(0.95))+Cat+LDA(0.95,isBinary=true)))"