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
이수빈
2020-12-11 18:03:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ccfb58b74778fd7b3c8a0c05ad81b62ce0fdd443
ccfb58b7
1 parent
0d396f0b
readme up2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
README.md
README.md
View file @
ccfb58b
...
...
@@ -13,19 +13,19 @@
# 전체 서비스
### 메인 화면
<img
src=
"personal
\img\
main_web.png"
width=
"60%"
height=
"60%"
>
<img
src=
"personal
/img/
main_web.png"
width=
"60%"
height=
"60%"
>
### 이미지 분석
<img
src=
"algorithm
\color_data\
main_image.png"
width=
"60%"
height=
"60%"
>
<img
src=
"algorithm
/color_data/
main_image.png"
width=
"60%"
height=
"60%"
>
이미지 분석 서비스의 메인 화면입니다.
### 자가진단
<img
src=
"front
\src\
main.png"
width=
"60%"
height=
"60%"
>
<img
src=
"front
/src/
main.png"
width=
"60%"
height=
"60%"
>
자가진단 서비스의 메인 화면입니다.
<img
src=
"front
\src\
question.png"
width=
"60%"
height=
"60%"
>
<img
src=
"front
/src/
question.png"
width=
"60%"
height=
"60%"
>
질문 화면입니다.
...
...
@@ -40,7 +40,6 @@
또한, 원본 알고리즘은 웜톤과 쿨톤의 스탠다드 값을 연예인들의 이미지를 학습시켜 평균치를 구했는데, 본래 이미지를 통해서 확인하는 퍼스널 컬러는 조명, 화이트 밸런스, 화장 여부 등에 의해 영향을 많이 받기 때문에 이 부분을 수정하였습니다. 퍼스널 컬러 대표 색 이미지들의 Lab b값을 training시켜, 그 평균치를 스탠다드 값으로 업데이트 하였습니다.
# 빌드 방법
<<<<<<< HEAD
**clone:**
```
git clone http://khuhub.khu.ac.kr/2019102231/Find_your_own_personal_color.git
...
...
@@ -61,6 +60,8 @@ npm start
```
<<<<<<< HEAD
=======
=======
### 이미지 분석 웹 빌드
이미지 분석 웹 빌드
...
...
@@ -69,9 +70,15 @@ npm start
pip install opencv-python, sklearn, matplotlib, colormath
python application.py
>>>>>>> upstream/master<br>
>>>>>>> upstream/master
# 사용 방법
## http://www.find-your-color.ml
자가진단 부분의 결과를 확인하실 때는 RESULT 버튼 클릭 후, NEXT 버튼이 나오면 NEXT를 클릭하여 확인하실 수 있습니다.
# LICENSE
마더 프로젝트: https://github.com/starbucksdolcelatte/ShowMeTheColor.git
\ No newline at end of file
마더 프로젝트: https://github.com/starbucksdolcelatte/ShowMeTheColor.git
...
...
Please
register
or
login
to post a comment