forked from iitmcvg/eye-gaze
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed the bug. still seg fault persists.
- Loading branch information
1 parent
9c79923
commit 02e7468
Showing
11 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
mkdir -p obj bin | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/faceDetection.o src/faceDetection.cpp | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/pupilDetection.o src/pupilDetection.cpp | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/kalmanFilters.o src/kalmanFilters.cpp | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/dlib.o src/dlib/all/source.cpp | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/util.o src/util.cpp | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/kmeansUtils.o src/kmeansUtils.cpp | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
g++ -c -g -I./include -I./src/dlib/all/source.cpp -ljpeg -mavx -lm -lpthread -lX11 -DDLIB_HAVE_BLAS -DNDEBUG -DDLIB_JPEG_SUPPORT -DDLIB_HAVE_AVX -O3 `pkg-config --cflags opencv` -o obj/oic.o src/oic.cpp | ||
cc1plus: warning: ./src/dlib/all/source.cpp: not a directory [enabled by default] | ||
make: *** [obj/dlib.o] Interrupt | ||
make: *** [obj/util.o] Interrupt | ||
make: *** wait: No child processes. Stop. | ||
make: *** Waiting for unfinished jobs.... | ||
make: *** wait: No child processes. Stop. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters