Skip to content

Releases: johnolafenwa/DeepStack

DeepStack 2022.01.1 Release

22 Jan 20:00
5da0520
Compare
Choose a tag to compare

This releases fixes a number of bugs and introduces new features and performance enhancements.
Highlights Include:

  • New Image Super Resolution Endpoint
  • Multithreaded Inference providing significant performance boost
  • Arm64 Server Image for Inference on Higher end ARM64 devices
  • HTTPS with support for SSL Certificates

Install the Latest Versions of DeepStack to take advantage of this update.

Docker CPU
deepquestai/deepstack:cpu-2022.01.1

Docker GPU
deepquestai/deepstack:gpu-2022.01.1

Docker Jetson
deepquestai/deepstack:jetpack-2021.01.1

Docker Arm64(Including Raspberry PI)
deepquestai/deepstack:arm64-2022.01.1

Docker Arm64 Server(For Higher End Arm64 Devices)
deepquestai/deepstack:arm64-server-2022.01.1

Find installers for Windows CPU and GPU in Assets below

What's Changed

Full Changelog: 2021.09.1...2022.01.1

DeepStack 2021.09.1 Release

05 Oct 18:39
860bd0e
Compare
Choose a tag to compare

DeepStack 2021.09.1 Release

This releases fixes a number of bugs and includes updates to the windows cpu and gpu Versions

Install the Latest Versions of DeepStack to take advantage of this update.

Docker CPU
deepquestai/deepstack:cpu-2021.09.1

Docker GPU
deepquestai/deepstack:gpu-2021.09.1

Docker Jetson
deepquestai/deepstack:jetpack-2021.09.1

Docker Arm64(Including Raspberry PI)
deepquestai/deepstack:arm64-2021.09.1

Find installers for Windows CPU and GPU in Assets below

What's Changed

New Contributors

Full Changelog: 0.3-beta...2021.09.1

DeepStack Windows February Release

07 Feb 04:38
583c622
Compare
Choose a tag to compare

DeepStack 2021.02.1 Release

This release fixes the following issues in DeepStack across all versions

  • Jetson Error on Jetpack 4.5
  • Scene Recognition onnxruntime bug on Windows Native Versions
  • Face Register Not working
  • Requests taking forever. Failed requests due to internal errors now times out after 1 min with 500 error code
  • Fixed Issue with Zero Min Confidence causing DeepStack to hang, all min_confidence are forced to 0.1 minimum

Install the Latest Versions of DeepStack to take advantage of this update.

Jetson Version:
deepquestai/deepstack:jetpack-2021.02.1 and deepquestai/deepstack:jetpack

Download Windows CPU Edition
Download Windows GPU Edition

Docker CPU Version:
deepquestai/deepstack:cpu-2021.02.1 and deepquestai/deepstack

Docker GPU Version:
deepquestai/deepstack:gpu-2021.02.1 and deepquestai/deepstack:gpu

DeepStack Windows Beta 2

06 Jan 22:35
caea44b
Compare
Choose a tag to compare
Pre-release

This is a bug fix release

  • MODE is now supported, run with --MODE High to run in High Mode
  • 500 internal server error occuring after DeepStack is run for a couple of hours is now fixed.

LabelIMG Windows

12 Dec 16:59
6c4d3f2
Compare
Choose a tag to compare

Image Annotation Tool.

Modified Binary from https://github.com/tzutalin/labelImg

DeepStack Windows Version - Beta

19 Dec 13:21
6c4d3f2
Compare
Choose a tag to compare
Pre-release

Native Windows Version of DeepStack

CPU Installation

Download and run DeepStack CPU Beta

GPU Installation

Download and run DeepStack GPU Beta

After Installation, open powershell and run the following commands as applicable

For Object Detection

deepstack --VISION-DETECTION True --PORT 80

For FACE Detection

deepstack --VISION-FACE True --PORT 80

For SCENE Recognition

deepstack --VISION-SCENE True --PORT 80

For CUSTOM OBJECT DETECTION MODELS

deepstack --MODELSTORE-DETECTION "C:/path-to-detection-models" --PORT 80

To Set Keys

deepstack --VISION-DETECTION True --PORT 80 --API-KEY MyPassword --ADMIN-KEY MyAdminPassword

More about DeepStack here https://docs.deepstack.cc