dev #1
6
main.py
6
main.py
@@ -179,13 +179,9 @@ class InterpolationPipeline:
|
|||||||
def runner(
|
def runner(
|
||||||
base_path: Path,
|
base_path: Path,
|
||||||
video_path: Path,
|
video_path: Path,
|
||||||
output_video: Path,
|
output_video: str,
|
||||||
preset: presets.Preset = presets.LARGE,
|
preset: presets.Preset = presets.LARGE,
|
||||||
):
|
):
|
||||||
base_path = Path("output")
|
|
||||||
video_path = Path("example/video.mp4")
|
|
||||||
output_video = "interpolated_video.mp4"
|
|
||||||
|
|
||||||
pipeline = InterpolationPipeline(
|
pipeline = InterpolationPipeline(
|
||||||
config=preset.config,
|
config=preset.config,
|
||||||
checkpoint_path=preset.checkpoint,
|
checkpoint_path=preset.checkpoint,
|
||||||
|
|||||||
Reference in New Issue
Block a user