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
choiseungmi
2021-05-25 19:06:46 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
63f67b9ad0852c41eee11baefb78d7291802b9db
63f67b9a
2 parents
a882676a
f9edd60b
Merge branch 'master' of
http://khuhub.khu.ac.kr/2021-1-capstone-design1/KHY_Project1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
README.md
README.md
View file @
63f67b9
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
...
...
Please
register
or
login
to post a comment