Custom_MaskRCNN
Custom_MaskRCNN copied to clipboard
Issue while loading weights in the inspect_custom_model.ipynb
When I have to load the newly generated custom model, I get the str doesn't have a decode attribute error
`
Or, load the last model you trained
weights_path = model.find_last()
Load weights
print("Loading weights ", weights_path)
model.load_weights(weights_path, by_name=True)
`
Please advice.
Did you find the solution to this? Please