Skip to content

Releases: cansik/deep-vision-processing

Release 0.6.0

15 Feb 21:49

Choose a tag to compare

This release finally supports CUDA backends ✨
To use CUDA backends on multiple platforms please use the download from GoogleDrive:

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)

Pre-Release 0.5.0

26 Jan 15:44

Choose a tag to compare

This release fixed a bug where this library is used together with the RealSense camera library for processing #5 .
It also adds some new networks but without examples yet:

  • Midas Depth Estimation
  • Open Face Vector Generator
  • YOLOv4

Pre-Release 0.4.0

03 Apr 09:43

Choose a tag to compare

Pre-Release 0.4.0 Pre-release
Pre-release
  • This release updates the JavaCV backend to the SNAPSHOT of 1.5.3
  • Adds a lot of new algorithms (TextBoxes, Tesseract, SuperResolution)

Pre-Release 0.3.4

31 Mar 09:17

Choose a tag to compare

Pre-Release 0.3.4 Pre-release
Pre-release
  • Fixes out-of-bounds bounding boxes for classifiers
  • Added emotion detection through webcam example and facial landmark example
  • Fixes YOLO Webcam example

Pre-Release 0.3.3

31 Mar 05:13

Choose a tag to compare

Pre-Release 0.3.3 Pre-release
Pre-release

This release adds support for global and local installation as well as Gender and Age prediction algorithms.

Pre-Release 0.3.2

18 Mar 23:33

Choose a tag to compare

Pre-Release 0.3.2 Pre-release
Pre-release

This release adds the support for RFB and slim 640 face detection networks, as well as a CNN based MNIST classifier.

Pre-Release 0.3.1

17 Mar 23:29

Choose a tag to compare

Pre-Release 0.3.1 Pre-release
Pre-release

This release adds a new face detection algorithm which runs ultra fast on CPUs. Together with some adaptions for the single human pose detection, as well as some repository behaviours.

All the networks are now installed directly in sketch folder if DeepVision is initialised inside setup.

Pre-Release 0.2.0

27 Feb 19:33

Choose a tag to compare

Pre-Release 0.2.0 Pre-release
Pre-release

This release adds support for inferencing a human pose estimation. At the moment the result is only used to detect one single human pose.

Pre-Release 0.1.0

27 Feb 17:57

Choose a tag to compare

Pre-Release 0.1.0 Pre-release
Pre-release

Very early pre-release of the library which currently just supports inferencing YOLO algorithms.

Caution ⚡️: The dependencies are installed in your profile root directory. This will be changed in the next release.

Repository

27 Feb 10:50

Choose a tag to compare

Contains all the models and weights needed to run the algorithms. This data will be downloaded when setting up the network and resolving the dependencies.