-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolab_options.json
44 lines (44 loc) · 967 Bytes
/
colab_options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"global_opt": {
"ffmpeg_bin_path": "",
"process_batch_size": 100
},
"input_opt": {
"path": "/content/frame_test.mov"
},
"temp_opt": {
"path": "../tmp",
"remove": false
},
"preprocess_opt": {
"lib": "ffmpeg",
"frame_range": [0, 0],
"resize": [128, 96],
"": "Only for FFmpeg",
"decoder": null
},
"model_opt": {
"empty_cache": true,
"default_model_dir": "/content/model_weights",
"to_do": ["edvr"],
"model_path": [null, null, null, null, null],
"kwargs": [{"model_name":"l4v"}, {"sf": 4}, {"sf": 3}, {"mode": "nearest"}, {"sf": 2}]
},
"postprocess_opt": {
"type": "vid",
"lib": "ffmpeg",
"fourcc": "avc1",
"encoder": "libx265",
"pix_fmt": "yuv420p",
"resize": null,
"in_fps": null,
"out_fps": null,
"crf": null,
"ffmpeg-params": null,
"ext": "jpg",
"dtype": "uint8"
},
"output_opt": {
"path": "/content/drive/MyDrive/out/o"
}
}