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)) if (FaceRecognition.CompareFace(item.Value, encoding, 0.4))
{ {
userName = item.Key; userName = item.Key;
Console.WriteLine($"find user:{userName}");
break; break;
} }
} }

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

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