Former-commit-id: e9e319cd5692cae9f18138f1611304228cdec09c
TangShanKaiPing
wanggang 6 years ago
parent 1f140684e6
commit df51256949

@ -79,6 +79,7 @@ namespace UserCenter.Services
if (FaceRecognition.CompareFace(item.Value, encoding, 0.4))
{
userName = item.Key;
Console.WriteLine($"find user:{userName}");
break;
}
}

@ -18,7 +18,4 @@
<ItemGroup>
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\upload\" />
</ItemGroup>
</Project>

@ -1,2 +1,3 @@
ldd ./libDlibDotNetNative.so
sudo apt-get install libopenblas-base
apt-get install libopenblas-base
apt install libgdiplus-devel
Loading…
Cancel
Save