docs | downloads (stat) | faq | trac | wiki | dev. mailing list | svn repo. | awards | screenshots
Open rtftr/src/RtftrUserInterface.cc
. In Line no. 804 (find this comment "//---------- Initialize the Kepenekci Face recognition module ----------"). Follow the steps given below:
// f0001v001.pgm - face-id = 0001, pose-id = 001
string trainDataFilename = "Kepenekci_TrainData_July14_2009.dat";
kepenekci->PerformTraining(Kepenekci::RETRAIN_OVERWRITE, trainWindowSize, trainImgDir, trainDataDir, trainDataFilename);
// kepenekci->PerformTraining(Kepenekci::NO_RETRAIN_RETRIVE, trainWindowSize, trainImgDir, trainDataDir, trainDataFilename);
// kepenekci->PerformTraining(Kepenekci::RETRAIN_OVERWRITE, trainWindowSize, trainImgDir, trainDataDir, trainDataFilename);
kepenekci->PerformTraining(Kepenekci::NO_RETRAIN_RETRIVE, trainWindowSize, trainImgDir, trainDataDir, trainDataFilename);
We are planning to embed the retraining task of both Kepenekci and subspace LDA modules in our GUI and it should be the part of our next stable release(rtftr-0.2). Meanwhile, you can achieve this using the steps described above