TF OD API models support and MEST-C inference modes
Pre-release
Pre-release
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 SavedModelmodel 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.