Skip to content

Commit 00b9255

Browse files
Removed unnecessary print messages
1 parent a9070df commit 00b9255

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/face/src/trainFacemark.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,8 @@ bool FacemarkKazemiImpl::getPixelIntensities(Mat img,vector<Point2f> pixel_coord
170170
vector<regtree> FacemarkKazemiImpl::gradientBoosting(vector<training_sample>& samples,vector<Point2f> pixel_coordinates){
171171
vector<regtree> forest;
172172
vector<Point2f> meanresidual;
173-
cout << "Crossed this Point" << endl;
174173
cout << samples[0].shapeResiduals.size() << endl;
175-
cout << "Okay what now" << endl;
176174
meanresidual.resize(samples[0].shapeResiduals.size());
177-
cout << "Boo" << endl;
178175
for(unsigned long i=0;i<samples.size();i++){
179176
for(unsigned long j=0;j<samples[i].shapeResiduals.size();j++){
180177
meanresidual[j]=meanresidual[j]+samples[i].shapeResiduals[j];

0 commit comments

Comments
 (0)