Add Face Recognition executables and scripts for Windows and Unix
All checks were successful
Publish FaceAI Container / publish (push) Successful in 11m44s

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

View file

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