Skip to content

OBS Face Tracker 0.7.1

Compare
Choose a tag to compare
@norihiro norihiro released this 29 Jun 15:58
· 6 commits to main since this release
0.7.1
b2a5a36

This is an experimental release.

Changes in 0.7.1

  • Added MMOD face detection algorithm in dlib.
  • Uses RGB image for image processing instead of grayscale.
  • Fixed crash when correlation-tracker model is not loaded properly.
  • Fixed crash when CPU is so slow that correlation tracker cannot process within a frame time.
  • Removed too verbose log when controlling a PTZ camera.
  • Updated dlib version to 19.24.2.

Limitation

  • Not all binary packages are tested.
    • 0.7.1 is the latest tested package with OBS 29 on Intel macOS.
    • 0.6.2 was the latest tested package with OBS 28 on M1/M2 macOS.
    • 0.7.1 is the latest tested package with OBS 29 on Windows.
    • 0.7.1 is the latest tested package with OBS 29 on Ubuntu 22.04.
    • The source code is developed on Fedora with OBS 29.
  • Currently the plugin works for one face. If there are two or more faces, the plugin might hover back and forth over the faces.
  • Consumes a lot of CPU. It is recommended to have enough test beforehand to ensure it won't affect encoding.
    Especially on Apple Silicon, performance might not be good since OpenBLAS is not linked.
  • There is no warranty for the results. Use at your own risk.
  • I heard some anti-virus software detect the installer. If you see your anti-virus software alarms the installer, please file to issue page with the information of (a) anti-virus software and (b) type of the virus (either text or screen shot is ok).
    I'd like to note that all binaries are build on a Microsoft-hosted machine and the whole recipe is available on azure-pipelines.yml.

Affiliate Promotion

  • Jimcom, a PTZ camera vendor, is now providing a coupon code FACETRACK20 for 20% discount and free shipping in the USA.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27

Download obs-face-tracker-0.7.1-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

OBS Studio 28 or later

Download obs-face-tracker-0.7.1-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

The minimum macOS version is 11 (Big Sur). Older versions are not supported.

For non-commercial purpose, this data would be useful. https://github.com/davisking/dlib-models#shape_predictor_68_face_landmarksdatbz2. Please check license of the data meet your usage.
Copy of the file can be downloaded from here: shape_predictor_68_face_landmarks.zip

macOS

OBS Studio 27 on Intel mac

Download installer obs-face-tracker-0.7.1-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-face-tracker-0.7.1-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Intel mac

Download installer obs-face-tracker-0.7.1-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-face-tracker-0.7.1-obs28-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Apple Silicon

Download installer obs-face-tracker-0.7.1-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-face-tracker-0.7.1-obs28-macos-arm64.zip and follow this guide to extract.

Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.

The minimum macOS version is 11 (Big Sur). Older versions are not supported.

For non-commercial purpose, this data would be useful. https://github.com/davisking/dlib-models#shape_predictor_68_face_landmarksdatbz2. Please check license of the data meet your usage.
Copy of the file can be downloaded from here: shape_predictor_68_face_landmarks.zip

Ubuntu

OBS Studio 27 on Ubuntu 20.04

Download package obs-face-tracker-0.7.1-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-face-tracker-0.7.1-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 27 on Ubuntu 22.04 or later

Download package obs-face-tracker-0.7.1-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-face-tracker-0.7.1-obs27-ubuntu-22.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 20.04

Download package obs-face-tracker-0.7.1-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-face-tracker-0.7.1-obs28-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu 22.04 or later

Download package obs-face-tracker-0.7.1-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-face-tracker-0.7.1-obs28-ubuntu-22.04-x86_64.deb

For non-commercial purpose, this data would be useful. https://github.com/davisking/dlib-models#shape_predictor_68_face_landmarksdatbz2. Please check license of the data meet your usage.
Direct link is here: shape_predictor_68_face_landmarks.dat.bz2