The Wayback Machine - https://web.archive.org/web/20201010070042/https://github.com/topics/video-processing
Skip to content
#

video-processing

Here are 809 public repositories matching this topic...

momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
tburrows13
tburrows13 commented Oct 8, 2020

When running the test suite it reveals some deprecations:

  /home/runner/work/moviepy/moviepy/moviepy/audio/AudioClip.py:121: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.

  /home/runner/work/moviepy/moviepy/moviepy/vi

Improve this page

Add a description, image, and links to the video-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the video-processing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.