Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최승미
2021-05-15 01:42:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f9edd60b26def44ac69384994f5fb3e3b08a31c1
f9edd60b
1 parent
36b2b1d8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
README.md
README.md
View file @
f9edd60
...
...
@@ -110,11 +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
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
...
...
Please
register
or
login
to post a comment