Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OSS_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
정우택
OSS_project
Commits
6fbf0958
Commit
6fbf0958
authored
4 years ago
by
정우택
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c83f4bc0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+29
-1
29 additions, 1 deletion
README.md
with
29 additions
and
1 deletion
README.md
+
29
−
1
View file @
6fbf0958
First
\ No newline at end of file
# 프로젝트 보고서
## tf.keras의 vgg를 이용한 style transfer로 내 그림 명화로 만들기
### 사용한 Open source software
jupyter notebook, Tensorflow2.x
### Image Style transfer
#### 사용한 알고리즘
이번 프로젝트에 VGG-19 Pre-trained 모델을 사용했다. imagenet을 학습한 모델로, 이를 이용해 이미지를 추상화 하는 layer을 통해 Style과 contents를 분리하고 새로운 이미지를 만들어낸다.
Contents 와 같은 경우에는 각 layer 당 loss를 계산하고, Style과 같은 경우는 여러 layer 끼리의 분포를 확인한다.
#### 강의 영상의 진행과정
1.
Image Style transfer 설명
2.
VGG-19를 이용한 convolution layer 설명 및 손실함수 소개
3.
실습코드 소개
4.
실습 예제
5.
참고자료
### 더 나아갈 점
기본적인 Pre-tained VGG-19 모델을 사용했기 때문에, DeepDream과 같은 방법과 Style transfer network로 학습시키는 방법인 CycleGAN 과 같은 방법도 다음 강의로 좋다.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment