嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 15 元微信扫码支付:15 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
人脸实时实时识别特征点比较例子 采用最新神经网络对摄像头,视频文件进行异步(高效率)实时辩析,返回json,支持 Windows .net core5,支持gpu加速。
publish
├── Readme.txt
├── bin
│ ├── AIDnn.dll
│ ├── CVPlayer.dll
│ ├── Emgu.CV.Bitmap.dll
│ ├── Emgu.CV.Platform.NetStandard.dll
│ ├── FFmpeg.AutoGen.dll
│ ├── FFmpeg.dll
│ ├── Newtonsoft.Json.dll
│ ├── VehicleDNN.dll
│ ├── VehicleDNN.exe
│ ├── VehicleDNN.runtimeconfig.json
│ ├── data
│ │ └── FaceDetect
│ │ ├── FaceDetect.cfg
│ │ ├── FaceDetect.weights
│ │ └── lbfmodel.yaml
│ └── x64
│ ├── avcodec-58.dll
│ ├── avdevice-58.dll
│ ├── avfilter-7.dll
│ ├── avformat-58.dll
│ ├── avutil-56.dll
│ ├── cvextern.dll
│ ├── postproc-55.dll
│ ├── swresample-3.dll
│ ├── swscale-5.dll
│ └── vcruntime140_1.dll
├── demo-src
│ ├── VehicleDNN
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ └── samdVX.jpg
│ │ ├── VehicleDNN.csproj
│ │ ├── VehicleDNN.csproj.user
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ └── net5.0-windows
│ │ │ │ ├── AIDnn.dll
│ │ │ │ ├── CVPlayer.dll
│ │ │ │ ├── Emgu.CV.Bitmap.dll
│ │ │ │ ├── Emgu.CV.Platform.NetStandard.dll
│ │ │ │ ├── FFmpeg.AutoGen.dll
│ │ │ │ ├── FFmpeg.dll
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── VehicleDNN.deps.json
│ │ │ │ ├── VehicleDNN.dll
│ │ │ │ ├── VehicleDNN.exe
│ │ │ │ ├── VehicleDNN.pdb
│ │ │ │ ├── VehicleDNN.runtimeconfig.dev.json
│ │ │ │ ├── VehicleDNN.runtimeconfig.json
│ │ │ │ ├── data
│ │ │ │ │ └── FaceDetect
│ │ │ │ │ ├── FaceDetect.cfg
│ │ │ │ │ ├── FaceDetect.weights
│ │ │ │ │ └── lbfmodel.yaml
│ │ │ │ ├── images
│ │ │ │ ├── ref
│ │ │ │ │ └── VehicleDNN.dll
│ │ │ │ └── x64
│ │ │ │ ├── avcodec-58.dll
│ │ │ │ ├── avdevice-58.dll
│ │ │ │ ├── avfilter-7.dll
│ │ │ │ ├── avformat-58.dll
│ │ │ │ ├── avutil-56.dll
│ │ │ │ ├── cvextern.dll
│ │ │ │ ├── postproc-55.dll
│ │ │ │ ├── swresample-3.dll
│ │ │ │ └── swscale-5.dll
│ │ │ └── Release
│ │ │ └── net5.0-windows
│ │ │ ├── AIDnn.dll
│ │ │ ├── AIDnn.pdb
│ │ │ ├── CVPlayer.dll
│ │ │ ├── CVPlayer.pdb
│ │ │ ├── Emgu.CV.Bitmap.dll
│ │ │ ├── Emgu.CV.Platform.NetStandard.dll
│ │ │ ├── FFmpeg.AutoGen.dll
│ │ │ ├── FFmpeg.AutoGen.pdb
│ │ │ ├── FFmpeg.AutoGen.xml
│ │ │ ├── FFmpeg.dll
│ │ │ ├── FFmpeg.pdb
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── VehicleDNN.deps.json
│ │ │ ├── VehicleDNN.dll
│ │ │ ├── VehicleDNN.exe
│ │ │ ├── VehicleDNN.pdb
│ │ │ ├── VehicleDNN.runtimeconfig.dev.json
│ │ │ ├── VehicleDNN.runtimeconfig.json
│ │ │ └── ref
│ │ │ └── VehicleDNN.dll
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ └── obj
│ │ ├── Debug
│ │ │ └── net5.0-windows
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── VehicleDNN.AssemblyInfo.cs
│ │ │ ├── VehicleDNN.AssemblyInfoInputs.cache
│ │ │ ├── VehicleDNN.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ ├── VehicleDNN.Properties.Resources.resources
│ │ │ ├── VehicleDNN.assets.cache
│ │ │ ├── VehicleDNN.csproj.AssemblyReference.cache
│ │ │ ├── VehicleDNN.csproj.CopyComplete
│ │ │ ├── VehicleDNN.csproj.CoreCompileInputs.cache
│ │ │ ├── VehicleDNN.csproj.FileListAbsolute.txt
│ │ │ ├── VehicleDNN.csproj.GenerateResource.cache
│ │ │ ├── VehicleDNN.csprojAssemblyReference.cache
│ │ │ ├── VehicleDNN.designer.deps.json
│ │ │ ├── VehicleDNN.designer.runtimeconfig.json
│ │ │ ├── VehicleDNN.dll
│ │ │ ├── VehicleDNN.frmMain.resources
│ │ │ ├── VehicleDNN.genruntimeconfig.cache
│ │ │ ├── VehicleDNN.pdb
│ │ │ ├── apphost.exe
│ │ │ └── ref
│ │ │ └── VehicleDNN.dll
│ │ ├── Release
│ │ │ └── net5.0-windows
│ │ │ ├── VehicleDNN.AssemblyInfo.cs
│ │ │ ├── VehicleDNN.AssemblyInfoInputs.cache
│ │ │ ├── VehicleDNN.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ ├── VehicleDNN.Properties.Resources.resources
│ │ │ ├── VehicleDNN.assets.cache
│ │ │ ├── VehicleDNN.csproj.CopyComplete
│ │ │ ├── VehicleDNN.csproj.CoreCompileInputs.cache
│ │ │ ├── VehicleDNN.csproj.FileListAbsolute.txt
│ │ │ ├── VehicleDNN.csproj.GenerateResource.cache
│ │ │ ├── VehicleDNN.csprojAssemblyReference.cache
│ │ │ ├── VehicleDNN.dll
│ │ │ ├── VehicleDNN.frmMain.resources
│ │ │ ├── VehicleDNN.genruntimeconfig.cache
│ │ │ ├── VehicleDNN.pdb
│ │ │ ├── apphost.exe
│ │ │ └── ref
│ │ │ └── VehicleDNN.dll
│ │ ├── VehicleDNN.csproj.nuget.dgspec.json
│ │ ├── VehicleDNN.csproj.nuget.g.props
│ │ ├── VehicleDNN.csproj.nuget.g.targets
│ │ ├── project.assets.json
│ │ └── project.nuget.cache
│ └── VehicleDNN.sln
├── vc_redist.x64.exe
└── windowsdesktop-runtime-5.0.9-win-x64.exe
27 directories, 122 files