-
Dear authors, thank you for your work!
What is the suggested usage for videos of arbitrary length? Say, >1000 frames?
Thank you!
-
class VideoPlayer:
"""
Custom video player to fulfill FPS requirements. You can set target FPS and output size,
flip the video horizontally or skip first N frames.
:param source:…
-
Awesome game! Looks great and plays great.
Menus/Ui - (20-25fps 25 being fullspeed for menus and gameplay)
Cutscenes - (30-40fps, 50fps is fullspeed for these and most run terribly with horribl…
-
**Motivation**
The only GUI for frame interpolation is flowframes from what i know, but it is unfortunately windows only. I think it would be great to also interpolate frames alongside upscaling.
…
hd926 updated
1 month ago
-
I don’t know how else to explain it other than showing it in a video.
Before this latest update, I could easily use InP with "Start and End images," but now it seems to cause issues. Toward the end, …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.16.1
### Custom code
Yes
### OS platform and distribution
Linux Ubu…
-
## Overview
To enhance the output quality of our[ image-to-video](https://docs.livepeer.org/ai/pipelines/image-to-video) pipelines, we aim to implement a frame interpolation pipeline. This new pipe…
-
### System Info / 系統信息
Windows11Pro WSL2 Ubuntu 22.04.4 LTS
CUDA12
RTX4090
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [X] My own modified scripts / 我自己修改的脚本和任务
### Rep…
-
import collections
import time
from IPython import display
import cv2
import threading
# Main processing function to run object detection.
def run_object_detection(
source=0,
flip=Fa…
-
Thank you for your fantastic work on Open-sora—v1.3!
I have a question regarding conditional inputs. Specifically, is it possible to use multiple arbitrary frames as conditions to guide the generat…