Giter Club home page Giter Club logo

nexa-audio-video-pipelines's Introduction

Audio Video Pipelines

Welcome to the repository for audio-video pipelines for the DSY project and others.

Opensmile

Relies on simple python wrapper package.

Openface

Current implementation relies on the Docker file provided in the OpenFace repository. Runs as a service.

Openpose

Requirements

Current implementation relies on this Docker image. Requires NVIDIA Container Toolkit.

The installation script for Openpose is supposed to fetch models from a webpage, but the links are broken. To fix this I have downloaded the models manually from here. So in the process file/files scripts the models are automatically copied into the container after start.

Output format

The output format for openpose is described in the documentation. Since openpose produces one output file for every frame I am currently working on simple script to merge the output into one large json/csv file, see script json_to_csv.

Considerations

Sensitive to GPU memory. Fails in my personal computer GPU: NVIDIA RTX A2000 8GB using higher resolutions. Fails when trying to extract hand pose altogether.

Openpose produces one output per person when there are multiple people in the frame, but does not keep track of who is who across multiple frames. This can be handled in multiple ways:

  • Make sure there is only one person across all frames in the output files. See script detect_number_of_persons.
  • Explore different options for person tracking, see Github issue.
  • Use Openface person identification and sync some part of the body, e.g. the nose, and apply the same person id to the openpose output.

Openpose does not seem to detect hands properly if the full arm length is not continuously captured in the input video.

TODO

Make sure timestamps are still included in the opensmile output. If not fix this and rerun the deception experiment for Franco.

Implement parallel processing for opensmile to speed up the pipeline

nexa-audio-video-pipelines's People

Contributors

timlac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.