Skip to content

TF OD API models support and MEST-C inference modes

Pre-release
Pre-release

Choose a tag to compare

@AdrienJaugey AdrienJaugey released this 05 May 09:17
242bbb6

Breaking Changes

  • Updated model used from Matterport's Mask R-CNN to TF OD API's Inception ResNet V2 Mask R-CNN. Former model's exclusive files has been removed.

Additions

  • Added TensorflowDetector.py as model.py equivalent and acting as a 'proxy' of the TF SavedModel model format.
  • Added support for MEST-C inference modes: mest_main and mest_glom.

Improvements

  • Improved nephrology.py by reorganizing methods.
  • Both mask and pixel precision confusion matrices are now computed and saved during same inference.