valterlej / video_features

Extract video features from raw videos using multiple GPUs. We support RAFT and PWC flow frames as well as I3D, R(2+1)D, VGGish, ResNet features.

Home Page:https://iashin.ai/video_features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract Video Features Using Multiple GPUs

This is the source code for video_features, a small library that allows you to extract features from raw videos using the pre-trained nets. So far, it supports several extractors that capture visual appearance, calculates optical flow, and, even, audio features.

The source code was intended to support the feature extraction pipeline for two of my papers (BMT and MDVC). This small library somehow emerged out of that code and now has more models implemented.

Documentation is here

About

Extract video features from raw videos using multiple GPUs. We support RAFT and PWC flow frames as well as I3D, R(2+1)D, VGGish, ResNet features.

https://iashin.ai/video_features

License:GNU General Public License v3.0


Languages

Language:Python 100.0%