Unfortunately it doesn't work correctly, the model is thrown all over the scene.
Add autoinstal req/ on START_ENGINE.bat
@echo off
setlocal
cd /d "%~dp0"
echo VaM ML Skeleton Engine starting...
:: Check for Python
where python >nul 2>&1
if %errorlevel% neq 0 (
echo [ERROR] Python not...