For this application to run, you need to have a NVIDIA GPU and it's drivers installed. Then you have to install following dependencies:
- NVIDIA CUDA 10.2 (version is very important!)
- NVIDIA CUDNN 7.6.5 for CUDA 10.2
- Copy the cudnn64_7.dll from the output directory of the CUDA installation into the
<ProjectDir>/CronnBlogProject/bin/Debug/netcoreapp3.1
folder - Microsoft Visual C++ Redistributable vor VS 2015, 2017 and 2019 x64
When you finished installing all requirements, you start up the solution (.sln) file in Visual Studio and build the application once.
After that, you copy all files from the assets
folder to the same directory as the CronnBlogProject.exe
file (usually something like <ProjectDir>/CronnBlogProject/bin/Debug/netcoreapp3.1
).
Now you are done and can try it out yourself.
If you want to see this application running but don't want to build it yourself, you can watch the ObjectDetectionDemo.mp4
video.