luoyetx / face-alignment-at-3000fps

C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features
BSD 3-Clause "New" or "Revised" License
197 stars 120 forks source link

Assertion fail on FaceAlignment prepare #13

Open oxydron opened 7 years ago

oxydron commented 7 years ago

line 49 from prepare.cpp: assert(inFile && outFile);

./FaceAlignment prepare
FaceAlignment: /home/bh/git/alignment/face1/src/prepare.cpp:49: void genTxt(const string&, const string&): Assertion `inFile && outFile' failed.
[1]    8831 abort (core dumped)  ./FaceAlignment prepare
flankechen commented 7 years ago

Hi, I have meet the same fail. any quick fixed?

tompsen commented 7 years ago

Hi, I have meet the same issue.

oxydron commented 6 years ago

I think this a dead repo, ~9 months and no response from author.