I have trained my custom object using Yolov4 and I have the following file :
yolov4-custom_best.weights
yolov4-custom.cfg
obj.names
'obj.names' has the names of the classes of the custom object.
In order to deploy my custom object detector to a web application I need the files in a tensorflow model format (eg : object_detector.h5)
Can someone help?