Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
KHY_Project1
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
최승미
2021-06-17 18:46:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be10cf5438439dc30f04f65b783ce323bc586e78
be10cf54
1 parent
1a3d183a
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
README.md
README.md
View file @
be10cf5
...
...
@@ -59,23 +59,28 @@ Our Proposed Codec
5.
복호화 시, 예측 영상과 차이 신호를 복호화하여 합침
### Diagram
![
proposed_encoder
](
./encoder.png
)
![
proposed_encoder
](
./
Image/
encoder.png
)
Performance Test
-------------
#### PSNR (Peak Signal to Noise Ratio)
![
ex_screenshot
](
./PSNR.png
)
#### MS-SSIM (multi-scale Structural SIMilarity)
#### RD-Curve
##### PSNR (Peak Signal to Noise Ratio)
![
ex_screenshot
](
./Image/PSNR.png
)
##### MS-SSIM (multi-scale Structural SIMilarity)
구조적 유사도 지수
#### BPP
####
#
BPP
(#압축에 사용된 전체 Bit 수) / (#전체 화소수)
#### RD-Curve
MSE Curve | MS-SSIM Curve
:-------------------------:|:-------------------------:
![
anchor_curve
](
./RD_curve.PNG
)
| !
[
ms-ssim_curve
](
./RD_curve_msssim.PNG
)
![
anchor_curve
](
./Image/RD_curve.PNG
)
| !
[
ms-ssim_curve
](
./Image/RD_curve_msssim.PNG
)
#### BD-rate (Bjontegaard-Delta rate)
PSNR-BPP curve: BD-rate -15.9%
#### Subjective Quality
![
subjective_Quality
](
./Image/Subjective_performance.PNG
)
Code explanation
-------------
...
...
Please
register
or
login
to post a comment