최승미

Update README.md

Showing 1 changed file with 19 additions and 1 deletions
...@@ -3,7 +3,7 @@ Deep Video Compression ...@@ -3,7 +3,7 @@ Deep Video Compression
3 3
4 Our Test Sequence 4 Our Test Sequence
5 ------------- 5 -------------
6 -The Common Test Conditions(CTC) of the test sequence we used are as follows. 6 +### The Common Test Conditions(CTC) of the test sequence(6 sequences) we used are as follows.
7 - Chroma Format: RGB 4:4:4 7 - Chroma Format: RGB 4:4:4
8 - Input bit-depth: 8 8 - Input bit-depth: 8
9 - Resolution: 768x768 9 - Resolution: 768x768
...@@ -18,6 +18,13 @@ The Common Test Conditions(CTC) of the test sequence we used are as follows. ...@@ -18,6 +18,13 @@ The Common Test Conditions(CTC) of the test sequence we used are as follows.
18 |8|50|OldTownCross|100| 18 |8|50|OldTownCross|100|
19 |8|50|Parkjoy|100| 19 |8|50|Parkjoy|100|
20 20
21 +### Computer-generated Sequence
22 +|Input bit-depth|Frame rate|Test sequence name|frame count|
23 +|:------:|:---:|:---:|:---:|
24 +|8|60|ArenaOfValor|120|
25 +|8|24|GlassHalf|48|
26 +
27 +
21 Reference Software 28 Reference Software
22 ------------- 29 -------------
23 HEVC (HM 16.8): [Download HM][TortoiseSVM] 30 HEVC (HM 16.8): [Download HM][TortoiseSVM]
...@@ -36,6 +43,17 @@ Step ...@@ -36,6 +43,17 @@ Step
36 43
37 Code explanation 44 Code explanation
38 ------------- 45 -------------
46 +### The Directory Structure
47 +```
48 +.
49 ++-- Our Encoder
50 + +-- train
51 + +-- test
52 ++-- PostProcessing
53 + +-- test
54 ++-- PreProcessing
55 + +-- test
56 +```
39 ### PreProcessing 57 ### PreProcessing
40 58
41 ### PostProcessing 59 ### PostProcessing
......