Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 747 Bytes

voxceleb-downloader

Script to download face tracking videos for vox celeb dataset

To download and extract the face tracks from voxceleb1, run download_voxceleb1.sh.

Example data

Given this youtube video, this script will extract the following clips.

(The clips below are gifs, but the extracted ones will be mp4s with sound)

Since the annotations aren't perfect and jitter alot, I added filtering to smooth things out. That's why you can see a black border around the video sometimes.

Possible improvements

  • Loop by video not clip.
  • I guess you could parallelize the download process in download_voxceleb1.sh pretty easily.