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
choiseungmi
2021-06-15 16:42:10 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
4728df1928768a6f4cc9f6c12266ccbd4c657117
4728df19
2 parents
74be4aa9
299f7369
Merge branch 'master' of
http://khuhub.khu.ac.kr/2021-1-capstone-design1/KHY_Project1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
README.md
README.md
View file @
4728df1
...
...
@@ -64,14 +64,18 @@ Our Proposed Codec
Performance Test
-------------
#### PSNR
#### PSNR
(Peak Signal to Noise Ratio)
![
ex_screenshot
](
./PSNR.png
)
#### MS-SSIM
#### MS-SSIM (multi-scale Structural SIMilarity)
구조적 유사도 지수
#### BPP
(#압축에 사용된 전체 Bit 수) / (#전체 화소수)
#### RD-Curve
![
anchor_curve
](
./RD_curve.PNG
)
#### BD-rate
MSE Curve | MS-SSIM Curve
:-------------------------:|:-------------------------:
![
anchor_curve
](
./RD_curve.PNG
)
| !
[
ms-ssim_curve
](
./RD_curve_msssim.PNG
)
#### BD-rate (Bjontegaard-Delta rate)
Code explanation
-------------
...
...
@@ -125,9 +129,9 @@ PostProcessing: HEVC 또는 VVC에서 Decoding된 영상(10bit, BGR)을 8it, RGB
codec_allIntra: ALL Intra Compression Codec
codec_proposed: First Frame Intra Compression + Other Frame Residual(clip(recon-ref, -0.5, 0.5)+0.5) Compression Codec
codec_anotherMethod: First Frame Intra + Other Frame Residual1(clip(recon-ref, 0, 1)), Residual2(-clip(recon-ref, -1, 0)) Codec
train_RGB.py: Training code of RGB 444 format residual image with MSE loss
train_RGB_MS-SSIMloss.py: Training code of RGB 444 format residual image with MS-SSIM loss
train_YCbCr.py: Training code of YCbCr 444 format residual image with MSE loss
train_RGB.py: Training code of RGB 444 format residual image with MSE loss
train_RGB_MS-SSIMloss.py: Training code of RGB 444 format residual image with MS-SSIM loss
train_YCbCr.py: Training code of YCbCr 444 format residual image with MSE loss
명령어
```
python
...
...
Please
register
or
login
to post a comment