FastYolo 1.0.4
See the version list below for details.
Install-Package FastYolo -Version 1.0.4
dotnet add package FastYolo --version 1.0.4
<PackageReference Include="FastYolo" Version="1.0.4" />
paket add FastYolo --version 1.0.4
#r "nuget: FastYolo, 1.0.4"
// Install FastYolo as a Cake Addin
#addin nuget:?package=FastYolo&version=1.0.4
// Install FastYolo as a Cake Tool
#tool nuget:?package=FastYolo&version=1.0.4
Fast .NET Yolo library, requires Cuda 10.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.
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 opencv_world430.dll and pthreadVC2.dll as needed by the yolo_cpp_dll implementation.
v1.0.4 adds resize dectection and will output a warning in the console and allow to check via the CheckIfImageWasResized method if any resize happened. Resizing should not be done dynamically in the darknet library, extra memory would be required and it is obviously much slower than if we already have 416x416 data (or whatever the configuration defines).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 3.0
- System.Drawing.Common (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
11.6.2.1 | 1,008 | 4/11/2022 |
11.6.2 | 343 | 3/15/2022 |
11.6.1 | 338 | 2/25/2022 |
11.6.0 | 368 | 1/24/2022 |
11.4.2 | 448 | 10/11/2021 |
11.1.1 | 723 | 1/15/2021 |
11.1.0 | 289 | 1/12/2021 |
1.0.7 | 397 | 11/4/2020 |
1.0.6 | 423 | 4/17/2020 |
1.0.5 | 321 | 4/17/2020 |
1.0.4 | 286 | 4/17/2020 |
1.0.3 | 433 | 1/9/2020 |
1.0.0 | 326 | 11/19/2019 |