Closed shangdibufashi closed 4 years ago
you can train your dataset to get the weight such as yolov3
You can try the following code: import keras from yolo4.model import Mish mish = Mish() infer_model = keras.models.load_model('yolo4_weight.h5',custom_objects={'Mish': mish})
@apupu1 Works like a charm. Thank you :)
Source code
Error occurred: