• Stars
    star
    420
  • Rank 100,128 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Face detection, tracking and clustering in videos

Announcement

Open postdoc position at LIMSI combining machine learning, NLP, speech processing, and computer vision.

pyannote-video

a toolkit for face detection, tracking, and clustering in videos

Installation

Create a new conda environment:

$ conda create -n pyannote python=3.6 anaconda
$ source activate pyannote

Install pyannote-video and its dependencies:

$ pip install pyannote-video

Download dlib models:

$ git clone https://github.com/pyannote/pyannote-data.git
$ git clone https://github.com/davisking/dlib-models.git
$ bunzip2 dlib-models/dlib_face_recognition_resnet_model_v1.dat.bz2
$ bunzip2 dlib-models/shape_predictor_68_face_landmarks.dat.bz2

Tutorial

To execute the "Getting started" notebook locally, download the example video and pyannote.video source code:

$ git clone https://github.com/pyannote/pyannote-data.git
$ git clone https://github.com/pyannote/pyannote-video.git
$ pip install jupyter
$ jupyter notebook --notebook-dir="pyannote-video/doc"

Documentation

No proper documentation for the time being...

More Repositories

1

pyannote-audio

Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding
Jupyter Notebook
5,083
star
2

pyannote-metrics

A toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems
Python
177
star
3

pyannote-core

Advanced data structures for handling temporal segments with attached labels.
Jupyter Notebook
87
star
4

pyannote-database

Reproducible experimental protocols for multimedia (audio, video, text) database
Python
74
star
5

DEPRECATED-pyannote-audio-hub

[deprecated] Pretrained models for pyannote-audio 1.x
70
star
6

pyannote-db-voxceleb

VoxCeleb plugin for pyannote.database
Python
28
star
7

pyannote-pipeline

Tunable pipelines
Python
20
star
8

hf-speaker-diarization-3.1

Mirror of hf.co/pyannote/speaker-diarization-3.1
Python
6
star
9

pyannote-db-odessa-ami

AMI plugin for pyannote.database (as used in ODESSA project)
Python
6
star
10

DEPRECATED-pyannote-algorithms

[deprecated] Various algorithms used all over pyannote ecosystem
Python
6
star
11

DEPRECATED-pyannote-db-template

[deprecated] Template for creating your own pyannote.database plugin
Python
6
star
12

DEPRECATED-pyannote-features

[deprecated] Audio and textual features extraction.
Python
6
star
13

pyannote-data

5
star
14

DEPRECATED-pyannote-docker

[deprecated] Docker images for pyannote
3
star
15

DEPRECATED-pyannote-server

[deprecated] REST API for remote access to pyannote.
Python
2
star
16

DEPRECATED-pyannote-workflows

[deprecated] Various sciluigi tasks and worfklows
Python
2
star
17

DEPRECATED-pyannote-parser

[deprecated] File parsers to load data as pyannote.core structures.
Python
2
star
18

pyannote-db-thebigbangtheory

"The Big Bang Theory" plugin for pyannote.database
Python
2
star
19

DEPRECATED-pyannote.js

[deprecated]
JavaScript
2
star
20

pyannote-db-musan

MUSAN plugin for pyannote.database
Python
1
star
21

hf-pretrained-pipelines

Pretrained pipelines demo
Python
1
star
22

DEPRECATED-pyannote-generators

[deprecated] itertools for pyannote
Python
1
star
23

pyannote-audio-demo-DEPRECATED

Python
1
star