Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -110,11 +110,12 @@ codec-Copy1: ALL Intra Compression Codec | ... | @@ -110,11 +110,12 @@ codec-Copy1: ALL Intra Compression Codec |
110 | 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 |
111 | 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 |
112 | 112 | ||
113 | + | ||
113 | 명령어 | 114 | 명령어 |
114 | -``` | 115 | +```python |
115 | python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name] | 116 | python [codec name] [encode or decode mode] --model [model name] -m [mse] -fr [frame rate] -f [frame count] -q [quality] [sequence name] |
116 | ``` | 117 | ``` |
117 | 명령어 예시 | 118 | 명령어 예시 |
118 | -``` | 119 | +```python |
119 | python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun | 120 | python examples/codec-Copy2.py encode --model cheng2020-anchor -m mse -q 6 CrowdRun |
120 | ``` | 121 | ``` |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment