pythonlessons/TensorFlow-2.x-YOLOv3

How can I convert custom .data-00000-of-00001 and .index file to normal .weight and cfg file?

illestothi opened this issue · 0 comments

Hi, I really appreciate your work!

It is not totally clear for me if I create a new custom model then how can I use this as normal way (read .weight and .cfg file)
Can I close this model somehow? I asked that because I want to read my custom yolov4 model with cv2.dnn.readNetFromDarknet method.

Thank You,
István