choiseungmi
Showing 1 changed file with 22 additions and 2 deletions
Deep Video Compression
=============
Team
-------------
#### professor
김휘용
#### mentor
김성훈
#### Student
2018110650 박민정 <mindyeoi@khu.ac.kr>
2015104181 서승우 <sswoo333@naver.com>
2018102242 최승미 <2018102242@khu.ac.kr>
Our Test Sequence
-------------
#### 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
codec-Copy2: First Frame Intra Compression + Other Frame Residual(clip(recon-ref, -0.5, 0.5)+0.5) Compression Codec
codec-Copy3: First Frame Intra + Other Frame Residual1(clip(recon-ref, 0, 1)), Residual2(-clip(recon-ref, -1, 0)) Codec
명령어: python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name]
명령어 예시: python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun
\ No newline at end of file
명령어
```python
python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name]
```
명령어 예시
```python
python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun
```
\ No newline at end of file
......