model.py allows training only under Tensorflow 2.1 due to loss incompatibilities. See https://github.com/matterport/Mask_RCNN/issues/1889 And https://github.com/tensorflow/tensorflow/issues/39702 for possible refactoring. Prediction does works alright though.
model.py allows training only under Tensorflow 2.1 due to loss incompatibilities.
See
matterport/Mask_RCNN#1889
And
tensorflow/tensorflow#39702
for possible refactoring.
Prediction does works alright though.