How to convert yolov4 models into tensorflow and use it in OpenCV

Hi .
Why don’t you use the OpenCv darknet module ? I mean dnn::readFromDarknet.
It is a very good module to load and use the darknet models like yolov3 and yolov4 and etc.
OpenCv has got some problems to load Tensorflow models in some operations.