Spaces:
Running
Running
Update src/config/inference_config.py
Browse files
src/config/inference_config.py
CHANGED
@@ -33,7 +33,7 @@ class InferenceConfig(PrintableConfig):
|
|
33 |
flag_relative: bool = True # whether to use relative motion
|
34 |
anchor_frame: int = 0 # set this value if find_best_frame is True
|
35 |
|
36 |
-
input_shape: Tuple[int, int] = (
|
37 |
output_format: Literal['mp4', 'gif'] = 'mp4' # output video format
|
38 |
output_fps: int = 20 # fps for output video
|
39 |
crf: int = 15 # crf for output video
|
|
|
33 |
flag_relative: bool = True # whether to use relative motion
|
34 |
anchor_frame: int = 0 # set this value if find_best_frame is True
|
35 |
|
36 |
+
input_shape: Tuple[int, int] = (128, 128) # input shape
|
37 |
output_format: Literal['mp4', 'gif'] = 'mp4' # output video format
|
38 |
output_fps: int = 20 # fps for output video
|
39 |
crf: int = 15 # crf for output video
|