Skip to content

Releases: Vash-Codex/Servo-Facial-Tracking

Face Tracker v1.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 07:06

Face Tracker Control Center v1.1

Installation

  1. Download FaceTrackerGUI.exe below.
  2. Double-click to run — no installation, no extra files needed.
  3. On first run Windows may show a SmartScreen warning; click More info → Run anyway.

Usage

  • Train Face Model — captures face samples and trains the LBPH model
  • Run LBPH Tracker — recognition + servo tracking using your trained model
  • Run Basic Tracker — quick Haar-cascade-only camera test
  • All tracker output appears in the GUI log panel

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

First-run notes

  • dataset/ and custom face/ folders are created automatically next to the EXE when you first train
  • The bundled face model works out-of-the-box; train your own for personalised recognition

Built automatically from commit e478af948449a193e620d9fbf279f3514239674c

Full Changelog: v1.0.6...v1.1

Face Tracker v1.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:44

Face Tracker Control Center v1.0.6

Installation

  1. Download FaceTrackerGUI.exe below.
  2. Double-click to run — no installation, no extra files needed.
  3. On first run Windows may show a SmartScreen warning; click More info → Run anyway.

Usage

  • Train Face Model — captures face samples and trains the LBPH model
  • Run LBPH Tracker — recognition + servo tracking using your trained model
  • Run Basic Tracker — quick Haar-cascade-only camera test
  • All tracker output appears in the GUI log panel

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

First-run notes

  • dataset/ and custom face/ folders are created automatically next to the EXE when you first train
  • The bundled face model works out-of-the-box; train your own for personalised recognition

Built automatically from commit e79ffb2ea07dad1fd8b5658c6bf66b64c67af899

Full Changelog: v1.0.5...v1.0.6

Face Tracker v1.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:27

Face Tracker Control Center v1.0.5

Installation

  1. Download FaceTrackerGUI.exe below.
  2. Double-click to run — no installation, no extra files needed.
  3. On first run Windows may show a SmartScreen warning; click More info → Run anyway.

Usage

  • Train Face Model — captures face samples and trains the LBPH model
  • Run LBPH Tracker — recognition + servo tracking using your trained model
  • Run Basic Tracker — quick Haar-cascade-only camera test
  • All tracker output appears in the GUI log panel

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

First-run notes

  • dataset/ and custom face/ folders are created automatically next to the EXE when you first train
  • The bundled face model works out-of-the-box; train your own for personalised recognition

Built automatically from commit 88b226781431ca78479bdeca67e6c2b50bd9cd20

Full Changelog: v1.0.4...v1.0.5

Face Tracker v1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Aug 11:40

Face Tracker Control Center v1.0.4

Installation

  1. Download FaceTrackerGUI.exe below.
  2. Double-click to run — no installation, no extra files needed.
  3. On first run Windows may show a SmartScreen warning; click More info → Run anyway.

Usage

  • Train Face Model — captures face samples and trains the LBPH model
  • Run LBPH Tracker — recognition + servo tracking using your trained model
  • Run Basic Tracker — quick Haar-cascade-only camera test
  • All tracker output appears in the GUI log panel

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

First-run notes

  • dataset/ and custom face/ folders are created automatically next to the EXE when you first train
  • The bundled face model works out-of-the-box; train your own for personalised recognition

Built automatically from commit cd87f7e3c2c6e5c2d04866af9691998861055ef4

Full Changelog: v1.0.3...v1.0.4

Face Tracker v1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 09:02

Face Tracker Control Center v1.0.3

Installation

  1. Download FaceTrackerGUI.exe below.
  2. Double-click to run — no installation, no extra files needed.
  3. On first run Windows may show a SmartScreen warning; click More info → Run anyway.

Usage

  • Train Face Model — captures face samples and trains the LBPH model
  • Run LBPH Tracker — recognition + servo tracking using your trained model
  • Run Basic Tracker — quick Haar-cascade-only camera test
  • All tracker output appears in the GUI log panel

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

First-run notes

  • dataset/ and custom face/ folders are created automatically next to the EXE when you first train
  • The bundled face model works out-of-the-box; train your own for personalised recognition

Built automatically from commit a07fcb6fad707bb9519b20d75b16269e94c9e17a

Full Changelog: v1.0.2...v1.0.3

Face Tracker v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:05

Face Tracker Control Center v1.0.2

Installation

  1. Download FaceTracker-Windows-v1.0.2.zip below.
  2. Extract the zip to any folder.
  3. Run FaceTrackerGUI.exe.

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

What's included

  • FaceTrackerGUI.exe – the main launcher
  • face.py – basic tracker (launched from the GUI)
  • custom face/ – LBPH trainer & tracker scripts
  • dataset/ – face image dataset folder
  • facearduino/ – Arduino sketch

Built automatically from commit 84097aa963f692f3573a30869a1b9a61773cea39

Full Changelog: v1.0.1...v1.0.2

Face Tracker v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:13

Face Tracker Control Center v1.0.1

Installation

  1. Download FaceTracker-Windows-v1.0.1.zip below.
  2. Extract the zip to any folder.
  3. Run FaceTrackerGUI.exe.

Requirements

  • Windows 10/11 (64-bit)
  • A USB webcam
  • (Optional) Arduino with servo connected via USB

What's included

  • FaceTrackerGUI.exe – the main launcher
  • face.py – basic tracker (launched from the GUI)
  • custom face/ – LBPH trainer & tracker scripts
  • dataset/ – face image dataset folder
  • facearduino/ – Arduino sketch

Built automatically from commit 195ce1afc302b5ee7b460a73a0723352153949c9

What's Changed

  • Improve train_lbph.py with better organization, validation, and error… by @Vash-Codex in #1

New Contributors

Full Changelog: https://github.com/Vash-Codex/Servo-Facial-Tracking/commits/v1.0.1