Skip to content

Enable high performance video data loading for machine learning.

Notifications You must be signed in to change notification settings

huww98/VideoLoader

Repository files navigation

VideoLoader

Python test Releases

A python extension to enable high performance video data loading for machine learning.

Beta development stage

Install

We only provide source package now. To install, you need to have cmake and ffmpeg preinstalled.

This package is tested against FFmpeg 4. To install that (for example, on Ubuntu), you can use:

sudo add-apt-repository ppa:jonathonf/ffmpeg-4  # for Ubuntu 18.04 and lower
sudo apt-get install -y libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev

Then use pip as normal:

pip install VideoLoader

About

Enable high performance video data loading for machine learning.

Resources

Stars

Watchers

Forks

Packages

No packages published