-
### What happened?
I am developing a GStreamer-based application on the Orange Pi 5 (RK3588) that runs multiple GStreamer pipelines in parallel, each on a different thread. The pipelines are designed…
-
To ease the process of onboarding many more creators and enthusiasts, we aim to construct a ComfyUI [custom node](https://docs.comfy.org/essentials/custom_node_overview/) that is tightly integrated wi…
-
According to https://github.com/webmachinelearning/webnn/issues/6, ML framework authors require a way to write custom ops (operations) that can interop with the built-in neural net ops of WebNN. That …
-
The normal flow that most users have is going from video files to tensors.
However, some users do want to go in the other direction -- i.e. go from frame tensors to encoded video files. We should a…
-
!!! Exception during processing !!!
Traceback (most recent call last):
File "/data/comfy-ui/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_d…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
macOS 14.6.1
### MediaPipe Tasks SDK version
I teste…
-
When using Display P3 video through the video frame processor, the displayed image will be white. Currently, the effect library does not support DisPlay-P3.
**DisPlay-P3 video color parameters:**
…
-
It is currently not possible to generate videos at a different resolution that the defaults. This should only be the case with 'THUDM/CogVideoX-5b-I2V'.If you think this is incorrect, please open an i…
-
**Environment Information:**
- OS: Windows 11
- Python Version: 3.11
- Freemocap Version: 1.2.2
- Are you running `freemocap` in a virtual environment?: yes
- Blender Version: 4.1
### **L…
-
Hello, My application uses 3 pipelines:
The main pipeline listens to an rtmp stream decodes, infers and sends batched buffers through interpipesink, the main pipeline is built like this, uridecodebin…