Skip to content

Commit

Permalink
Added more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Saburo Okita authored and Saburo Okita committed Apr 21, 2014
1 parent b962a94 commit 33e9500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NonRigidFaceTracking/NonRigidFaceTracking/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ void testFaceTracker( string video_filename );

/**
* Before starting, please update Header.h, so that it points to proper directories
* All the MUCT images should be placed under muct/jpg/ , e.g. muct/jpg/i000qa-fn.jpg
* while the landmarks should be in muct/muct-landmarks/
*/
int main(int argc, const char * argv[]) {
vector<MUCTLandmark> landmarks = MUCTLandmark::readFromCSV( path + "muct-landmarks/muct76-opencv.csv" );
Expand Down

0 comments on commit 33e9500

Please sign in to comment.