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