Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조수연
/
Find_your_own_personal_color
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
starbucksdolcelatte
2019-06-13 20:38:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5542354b27fac1d289af5271f9626c7e98ae0785
5542354b
1 parent
cdff2d16
embeded youtube demo video
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
5542354
# Show me the color
Personal color diagnosis
This is Personal color diagnosis system.
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/K7esg_dXYGo"
frameborder=
"0"
allow=
"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
## 1. Face detection
`detect_face.py`
with
`shape_predictor_68_face_landmarks.dat`
has DetectFace class, and it provides face detection function, the exact face parts, and the coordinates of them.
...
...
Please
register
or
login
to post a comment