Skip to content

Releases: IBM/MAX-Object-Detector

Upgrade max-base and Dockerfile cleanup

24 Sep 04:32
2db3c03
Compare
Choose a tag to compare
v2.0.1

Don't ignore SC1075 (#179)

Version 2.0.0

16 Sep 03:59
ec37218
Compare
Choose a tag to compare

Upgraded tensorflow version to v2

Bump max-base to v1.5.0 (#170)

12 May 22:59
97c44c6
Compare
Choose a tag to compare

Upgrade the max-base image to v1.5.0.

v1.4.1

06 May 05:40
36b638b
Compare
Choose a tag to compare

Bug fix release

  • Container user is now non-root
  • Return 400 for unknown image format
  • Dependency updates
  • Webapp updates
  • Switch to quay.io for image hosting

v1.4.0 Release - Multiple Model Support

05 Jun 21:36
7b72dc1
Compare
Choose a tag to compare

This release adds support for choosing an alternative model faster_rcnn_resnet101. When building the image, enable it by running

docker build --build-arg model=faster_rcnn_resnet101 -t max-object-detector .

v1.3.0 Release - Update Web App

05 Feb 21:04
7c3117e
Compare
Choose a tag to compare

Update to pull v2.0 of the web app. (#100)

v1.2.0 Release - Trainable Model

24 Sep 19:17
d814dcf
Compare
Choose a tag to compare

This v1.2.0 release covers a trainable extension to the object detector, in addition to a series of smaller updates.

Version 1.1.0 Release

15 Mar 12:27
ee62c8f
Compare
Choose a tag to compare

Highlights

  • Restore /labels endpoint removed when moving to MAX Framework #39
  • Update to v1.2 of webapp #40

Diff: v1.0.1...ee62c8f

v1.0.1

14 Feb 21:44
Compare
Choose a tag to compare
Use MAX Framework package (#37)

* Use maxfw package (WIP)

* Compatible changes for the proposed new version of the framework

* specify compatible MAX-base version number

* fixed some of Daniel's comments

Initial Release

13 Sep 20:46
bb5e320
Compare
Choose a tag to compare

First release of the model