Releases: cansik/deep-vision-processing
Version 0.9.0
Prebuilt deep-vision-processing libs version v0.9.0.
Version 0.8.2
Prebuilt deep-vision-processing libs version 0.8.2.
What's Changed
- Gradle and processing4 update by @codeanticode in #14
New Contributors
- @codeanticode made their first contribution in #14
Full Changelog: v0.8.1-alpha...v0.8.2-alpha
Version 0.8.1
Prebuilt deep-vision-processing libs version 0.8.1.
Version 0.8.0
Prebuilt deep-vision-processing libs version 0.8.0.
Version 0.7.1
Prebuilt deep-vision-processing libs version 0.7.1.
Release 0.7.0
Updated to JavaCPP 1.5.6
with OpenCV 4.5.3
and OpenBLAS 0.3.17
.
To use CUDA backends on multiple platforms please use the download from GoogleDrive:
- deepvision-cuda-0.7.0.7z [6.1 GB]
Processing Release
This is the release that is hosted for the Processing contribution manager.
Release 0.6.2
This release updates to OpenCV 4.5.1 and CUDA 11.2 (CuDnn 8.4) and support for CUDA on Linux-arm64 platforms.
To use CUDA backends on multiple platforms please use the download from GoogleDrive:
- deepvision-cuda-0.6.2.7z [5.3GB]
Release 0.6.1
This release contains a lot of performance and memory leak bug fixes.
Also it removes dependency on PImage resize
in the Midas Network.
To use CUDA backends on multiple platforms please use the download from GoogleDrive:
- deepvision-cuda-0.6.1.zip [3.5GB]
Release 0.6.0
This release finally supports CUDA backends ✨
To use CUDA backends on multiple platforms please use the download from GoogleDrive:
- deepvision-cuda-0.6.0.zip [3.5GB]
Otherwise download the platform specific build from the attached downloads.
The following things are also included:
- Enabled support for Processing4 by removing AWT image to Mat conversion #7
- Reduced general file size by using javacpp platform builds
- Added support for arm and armhf platforms (raspberry pi)