Skip to content

Releases: cansik/deep-vision-processing

Version 0.10.0

09 Jan 12:48
f8d7206

Choose a tag to compare

Prebuilt deep-vision-processing lib version v0.10.0.

  • Removed CUDA package builds from the GitHub Actions release workflow to avoid CI artifact and file-size limitations
  • Dropped the FX2D renderer from all Processing examples and tests, simplifying setup and avoiding renderer-specific issues
  • Bumped the library version to v0.10.0 and modernized the build to Java 17 (including CI)
  • Updated the native and computer-vision dependency stack:
    • Gradle JavaCPP platform plugin: 1.5.8 -> 1.5.10
    • JavaCV: 1.5.8 -> 1.5.12
    • OpenCV: 4.6.0 -> 4.11.0
    • OpenBLAS: 0.3.21 -> 0.3.30
    • Tesseract: 5.2.0 -> 5.5.1
    • CUDA redist (when enabled): 11.8.x -> 12.9.x
  • Switched Processing dependencies from bundled JARs to Maven artifacts:
    • Processing core 4.5.0
    • JOGL / Gluegen 2.5.0
    • Processing dependencies are now compileOnly (excluded from the fat jar, but available in tests)
  • Updated MultiHumanPoseNetwork to match newer OpenCV APIs by explicitly specifying the algorithm hint for GaussianBlur

Version 0.9.0

08 Dec 15:05

Choose a tag to compare

Prebuilt deep-vision-processing libs version v0.9.0.

Version 0.8.2

17 Jun 13:58

Choose a tag to compare

Prebuilt deep-vision-processing libs version 0.8.2.

What's Changed

New Contributors

Full Changelog: v0.8.1-alpha...v0.8.2-alpha

Version 0.8.1

17 Feb 10:46

Choose a tag to compare

Version 0.8.1 Pre-release
Pre-release

Prebuilt deep-vision-processing libs version 0.8.1.

Version 0.8.0

17 Feb 09:58

Choose a tag to compare

Version 0.8.0 Pre-release
Pre-release

Prebuilt deep-vision-processing libs version 0.8.0.

Version 0.7.1

17 Feb 09:28

Choose a tag to compare

Version 0.7.1 Pre-release
Pre-release

Prebuilt deep-vision-processing libs version 0.7.1.

Release 0.7.0

03 Aug 10:22

Choose a tag to compare

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:

Processing Release

20 Apr 07:51

Choose a tag to compare

This is the release that is hosted for the Processing contribution manager.

Release 0.6.2

08 Mar 12:23

Choose a tag to compare

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:

Release 0.6.1

23 Feb 17:33

Choose a tag to compare

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: