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 19:07:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0dcdd17b088b495712e1ac55e0000e375263ccd4
0dcdd17b
1 parent
76a650c1
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
0dcdd17
...
...
@@ -92,7 +92,7 @@ Code explanation
├── source code
| ├── Our Encoder
| | ├── codec_allIntra.py
| | ├── codec_
RA(proposed)
.py
| | ├── codec_
proposed
.py
| | ├── codec_anotherMethod.py
| | ├── train_RGB.py
| | ├── train_RGB_MS-SSIMloss.py
...
...
@@ -134,7 +134,7 @@ PostProcessing: HEVC 또는 VVC에서 Decoding된 영상(10bit, BGR)을 8it, RGB
#### Our Codec
codec_allIntra: ALL Intra Compression Codec
codec_
RA(proposed)
: First Frame Intra Compression + Other Frame Residual(clip(recon-ref, -0.5, 0.5)+0.5) 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
...
...
Please
register
or
login
to post a comment