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-10 04:55:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a4334774d6836e89c280b8805e5ddb4805c4ce6f
a4334774
1 parent
197dca20
readme 빌드방법 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
README.md
README.md
View file @
a433477
...
...
@@ -24,6 +24,27 @@
또한, 원본 알고리즘은 웜톤과 쿨톤의 스탠다드 값을 연예인들의 이미지를 학습시켜 평균치를 구했는데, 본래 이미지를 통해서 확인하는 퍼스널 컬러는 조명, 화이트 밸런스, 화장 여부 등에 의해 영향을 많이 받기 때문에 이 부분을 수정하였습니다. 퍼스널 컬러 대표 색 이미지들의 Lab b값을 training시켜, 그 평균치를 스탠다드 값으로 업데이트 하였습니다.
# 빌드 방법
**clone:**
```
git clone http://khuhub.khu.ac.kr/2019102231/Find_your_own_personal_color.git
```
**이미지 분석 웹 빌드:**
```
git clone cd flask pip install opencv-python, sklearn, matplotlib, colormath python application.py
```
**자가진단 웹 빌드:**
```
cd front
npm install
npm start
```
# 사용 방법
...
...
Please
register
or
login
to post a comment