choiseungmi
Showing 1 changed file with 22 additions and 2 deletions
1 Deep Video Compression 1 Deep Video Compression
2 ============= 2 =============
3 3
4 +Team
5 +-------------
6 +#### professor
7 +김휘용
8 +
9 +#### mentor
10 +김성훈
11 +
12 +#### Student
13 +2018110650 박민정 <mindyeoi@khu.ac.kr>
14 +2015104181 서승우 <sswoo333@naver.com>
15 +2018102242 최승미 <2018102242@khu.ac.kr>
16 +
4 Our Test Sequence 17 Our Test Sequence
5 ------------- 18 -------------
6 #### The Common Test Conditions(CTC) of the test sequence(6 sequences) we used are as follows. 19 #### The Common Test Conditions(CTC) of the test sequence(6 sequences) we used are as follows.
...@@ -97,5 +110,12 @@ codec-Copy1: ALL Intra Compression Codec ...@@ -97,5 +110,12 @@ codec-Copy1: ALL Intra Compression Codec
97 codec-Copy2: First Frame Intra Compression + Other Frame Residual(clip(recon-ref, -0.5, 0.5)+0.5) Compression Codec 110 codec-Copy2: First Frame Intra Compression + Other Frame Residual(clip(recon-ref, -0.5, 0.5)+0.5) Compression Codec
98 codec-Copy3: First Frame Intra + Other Frame Residual1(clip(recon-ref, 0, 1)), Residual2(-clip(recon-ref, -1, 0)) Codec 111 codec-Copy3: First Frame Intra + Other Frame Residual1(clip(recon-ref, 0, 1)), Residual2(-clip(recon-ref, -1, 0)) Codec
99 112
100 -명령어: python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name]
101 -명령어 예시: python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun
...\ No newline at end of file ...\ No newline at end of file
113 +
114 +명령어
115 +```python
116 +python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name]
117 +```
118 +명령어 예시
119 +```python
120 +python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun
121 +```
...\ No newline at end of file ...\ No newline at end of file
......