FastYolo 11.1.1
See the version list below for details.
dotnet add package FastYolo --version 11.1.1
NuGet\Install-Package FastYolo -Version 11.1.1
<PackageReference Include="FastYolo" Version="11.1.1" />
paket add FastYolo --version 11.1.1
#r "nuget: FastYolo, 11.1.1"
// Install FastYolo as a Cake Addin #addin nuget:?package=FastYolo&version=11.1.1 // Install FastYolo as a Cake Tool #tool nuget:?package=FastYolo&version=11.1.1
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). Since v11.1 this library requires Cuda 11.1 and a GPU with shader model 7.5 (on Windows, e.g. RTX 20x0+) and 5.3 (Jetson Nano)+7.2 (Jetson Xavier) for half-float optimizations with even faster tensor core computations (which will not work on 1660 GPUs, which have no tensor cores, those will switch back to cuda cores, sm 7.5 as well), older GPUs with sm 5.2+ (9x0 series, 10x0 series and jetson nano) are not supported anymore, use FastYolo v1.0.4 for that. More details about Cuda Cores and Compute Capability: https://www.geeks3d.com/20100606/gpu-computing-nvidia-cuda-compute-capability-comparative-table/
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). On Linux OpenCV and Cuda+CudNN must be installed already, libdarknet and libpthread are provided for both AMD64 and ARM64 inside the nuget package.
Since v11.1 the default resolution is now 640x480, which works a bit better for most pictures and camera data. v1.0.4 adds resize detection 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. Since 1.0.3 it also supports OpenCV for more advanced features like tracking, shape detection, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- System.Drawing.Common (>= 5.0.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 |
---|---|---|
12.1.0 | 4,437 | 3/10/2023 |
12.0.4 | 1,686 | 12/28/2022 |
12.0.3 | 1,496 | 12/27/2022 |
12.0.2 | 1,462 | 12/23/2022 |
12.0.1 | 1,407 | 12/23/2022 |
12.0.0 | 1,521 | 12/20/2022 |
11.8.1 | 1,753 | 10/12/2022 |
11.8.0 | 1,562 | 10/11/2022 |
11.7.5 | 2,454 | 10/6/2022 |
11.7.4 | 2,342 | 10/5/2022 |
11.7.3 | 2,583 | 10/4/2022 |
11.7.2 | 3,748 | 7/7/2022 |
11.7.1 | 2,829 | 7/1/2022 |
11.7.0 | 2,602 | 6/30/2022 |
11.6.2.1 | 3,368 | 4/11/2022 |
11.6.2 | 2,764 | 3/15/2022 |
11.6.1 | 2,871 | 2/25/2022 |
11.6.0 | 2,770 | 1/24/2022 |
11.4.2 | 2,487 | 10/11/2021 |
11.1.1 | 2,108 | 1/15/2021 |
11.1.0 | 2,368 | 1/12/2021 |
1.0.7 | 1,813 | 11/4/2020 |
1.0.6 | 1,663 | 4/17/2020 |
1.0.5 | 1,573 | 4/17/2020 |
1.0.4 | 1,558 | 4/17/2020 |
1.0.3 | 1,639 | 1/9/2020 |
1.0.0 | 1,230 | 11/19/2019 |