Skip to content

Commit

Permalink
Updated nuget to version 11.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminNitschke committed Oct 11, 2021
1 parent bedfb38 commit bd1db79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FastYolo/FastYolo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FastYolo</id>
<version>11.1.0</version>
<version>11.4.2</version>
<authors>DeltaEngine</authors>
<owners>DeltaEngine</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/maalik0786/FastYolo</projectUrl>
<iconUrl>https://res-5.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_120,w_120,f_auto,b_white,q_auto:eco/v1426438540/hacptxu3ali6vplrrhfy.png</iconUrl>
<description>
Fast .NET Yolo library, requires Cuda 11.1+ to be installed to work, it will use the GPU for processing (which is many times faster than using the CPU version disabled in this release). Any GPU from Maxwell upwards is support (Cuda api 5.2+, Maxwell GPUs like GTX 750 and above). Since 1.0.3 it also supports OpenCV for more advanced features like tracking, shape detection, etc.
Fast .NET Yolo library, requires Cuda 11.4+ to be installed to work, it will use the GPU for processing (which is many times faster than using the CPU version disabled in this release). Any GPU from Maxwell upwards is support (Cuda api 5.2+, Maxwell GPUs like GTX 750 and above). Since 1.0.3 it also supports OpenCV for more advanced features like tracking, shape detection, etc.

Includes the .dll files for Yolo Darknet Wrapper, Real-Time Object Detection (AlexeyAB/darknet with additions and fixes here: https://github.com/maalik0786/darknet), including cudnn64_8.dll, opencv_world440.dll and pthreadVC2.dll as needed by the yolo_cpp_dll implementation. Tested on Windows x64, Linux AMD64 and ARM64 (Jetson/Raspi4).

Expand Down
Binary file modified FastYolo/libdarknet_amd.so
Binary file not shown.
Binary file modified FastYolo/libdarknet_arm.so
Binary file not shown.

0 comments on commit bd1db79

Please sign in to comment.