Add Face Recognition executables and scripts for Windows and Unix

This commit is contained in:
MaddoScientisto 2026-04-19 11:05:30 +02:00
commit 0183b8793c
11 changed files with 355 additions and 1 deletions

View file

@ -0,0 +1,3 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0run_face_encoder.ps1"
pause