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
f8ed7170
Commit
f8ed7170
authored
Dec 25, 2019
by
junjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
aec8a224
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
libdlib.a
3rdparty/dlib19.12/centos/libdlib.a
+0
-0
opencv4.1.0-centos-x64.zip
3rdparty/opencv4.1.0-centos-x64.zip
+0
-0
CMakeLists.txt
source/keypoint/CMakeLists.txt
+4
-2
No files found.
3rdparty/dlib19.12/centos/libdlib.a
0 → 100644
View file @
f8ed7170
File added
3rdparty/opencv4.1.0-centos-x64.zip
0 → 100644
View file @
f8ed7170
File added
source/keypoint/CMakeLists.txt
View file @
f8ed7170
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8
)
project
(
keypoint
)
project
(
keypoint
)
SET
(
LIBRARY_OUTPUT_PATH
${
PROJECT_BINARY_DIR
}
)
SET
(
LIBRARY_OUTPUT_PATH
${
PROJECT_BINARY_DIR
}
)
# error code
# error code
...
@@ -9,7 +11,7 @@ set(ERRCODE_INCLUDE /home/uboo/project/uboo/face_detect/include)
...
@@ -9,7 +11,7 @@ set(ERRCODE_INCLUDE /home/uboo/project/uboo/face_detect/include)
# dlib
# dlib
set
(
DLIB_INCLUDE /home/uboo/project/uboo/face_detect/3rdparty/dlib19.12/include/
)
set
(
DLIB_INCLUDE /home/uboo/project/uboo/face_detect/3rdparty/dlib19.12/include/
)
#set(
DLIB_LIBPATH /root/usr/junjie/dlib-19.12/build/dlib
)
#set(
-DCMAKE_CXX_COMPILER=/usr/bin/c++
)
#for dlib static library
#for dlib static library
add_library
(
dlib STATIC IMPORTED
)
add_library
(
dlib STATIC IMPORTED
)
...
...
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