최승미

Update README.md

Showing 1 changed file with 19 additions and 1 deletions
......@@ -3,7 +3,7 @@ Deep Video Compression
Our Test Sequence
-------------
The Common Test Conditions(CTC) of the test sequence we used are as follows.
### The Common Test Conditions(CTC) of the test sequence(6 sequences) we used are as follows.
- Chroma Format: RGB 4:4:4
- Input bit-depth: 8
- Resolution: 768x768
......@@ -18,6 +18,13 @@ The Common Test Conditions(CTC) of the test sequence we used are as follows.
|8|50|OldTownCross|100|
|8|50|Parkjoy|100|
### Computer-generated Sequence
|Input bit-depth|Frame rate|Test sequence name|frame count|
|:------:|:---:|:---:|:---:|
|8|60|ArenaOfValor|120|
|8|24|GlassHalf|48|
Reference Software
-------------
HEVC (HM 16.8): [Download HM][TortoiseSVM]
......@@ -36,6 +43,17 @@ Step
Code explanation
-------------
### The Directory Structure
```
.
+-- Our Encoder
+-- train
+-- test
+-- PostProcessing
+-- test
+-- PreProcessing
+-- test
```
### PreProcessing
### PostProcessing
......