Forgot to add fallback define for CONFIG_DIR in FaceLandmarkImg
This commit is contained in:
parent
4260f6a20e
commit
dbe677db38
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@
|
|||
#include <FaceAnalyser.h>
|
||||
#include <GazeEstimation.h>
|
||||
|
||||
#ifndef CONFIG_DIR
|
||||
#define CONFIG_DIR "~"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
vector<string> get_arguments(int argc, char **argv)
|
||||
|
|
Loading…
Reference in a new issue