【更新】center-face检测功能调试完成

This commit is contained in:
wdp
2025-01-18 21:12:51 +08:00
parent cd9d81e0e4
commit 09bdd8007d
12 changed files with 435 additions and 22 deletions

View File

@@ -42,6 +42,6 @@ Write-Host "build done." -ForegroundColor Darkgreen
if($build_and_run -eq "true"){
Write-Host "################## APP Run ##################" -ForegroundColor Blue
$env:PATH += ";3rd\win\opencv\x64\vc15\bin"
$env:PATH += ";3rd\win\opencv\x64\vc15\bin;3rd\win\mnn\x64\"
Start-Process -FilePath "build\\${build_type}\\Demo.exe"
}