Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
face_detect
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiajunjie
face_detect
Commits
2d0f42c9
Commit
2d0f42c9
authored
Dec 13, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release for centos keypoint version
parent
017aac4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
dlib19.12.zip
3rdparty/dlib19.12.zip
+0
-0
libkeypoint.so
library/centosx64/libkeypoint.so
+0
-0
CMakeLists.txt
source/keypoint/CMakeLists.txt
+5
-5
No files found.
3rdparty/dlib19.12.zip
0 → 100644
View file @
2d0f42c9
File added
library/centosx64/libkeypoint.so
View file @
2d0f42c9
No preview for this file type
source/keypoint/CMakeLists.txt
View file @
2d0f42c9
...
...
@@ -5,16 +5,16 @@ project(keypoint)
SET
(
LIBRARY_OUTPUT_PATH
${
PROJECT_BINARY_DIR
}
)
# error code
set
(
ERRCODE_INCLUDE /
home/uboo/project/uboo/face_detec
t/include
)
set
(
ERRCODE_INCLUDE /
root/usr/junjie/face_detect_gi
t/include
)
# dlib
set
(
DLIB_INCLUDE /
home/uboo/project/uboo/face_detec
t/3rdparty/dlib19.12/include
)
set
(
DLIB_LIBPATH /
home/uboo/project/uboo/face_detect/3rdparty/dlib19.12/ubuntu/dynamic/
)
set
(
DLIB_INCLUDE /
root/usr/junjie/face_detect_gi
t/3rdparty/dlib19.12/include
)
set
(
DLIB_LIBPATH /
root/usr/junjie/face_detect_git/3rdparty/dlib19.12/centos
)
set
(
DLIB_LIBS dlib
)
# opencv
set
(
OPENCV_INCLUDE /
home/uboo/project/uboo/opencv4.1.0-ubuntu
-x64/include/
)
set
(
OPENCV_LIBPATH /
home/uboo/project/uboo/opencv4.1.0-ubuntu
-x64/lib/
)
set
(
OPENCV_INCLUDE /
root/usr/junjie/opencv4.1.0-centos
-x64/include/
)
set
(
OPENCV_LIBPATH /
root/usr/junjie/opencv4.1.0-centos
-x64/lib/
)
set
(
OPENCV_LIBS opencv_highgui opencv_core opencv_imgproc opencv_videoio opencv_objdetect opencv_imgcodecs
)
# compile flags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment