I want to import TensorFlow 2.x - Object Detection - Mask R-CNN Model in OpenCV DNN API

Thank you for the quick reply.
Is it planned to support Tensorflow 2.x and especially the SavedModel format in future releases of OpenCV ?
I think the support would be useful for many developers, because by using C++/OpenCV on the one hand often a speedup can be achieved, on the other hand you have the advantage that for your final project only one framework has to be used, namely OpenCV, because you often need OpenCV anyway, e.g. for pre- and postprocessing steps.