Mask_RCNN
Mask_RCNN copied to clipboard
Problem on ValueError: Layer #359 (named "rpn_model") expects 6 weight(s), but the saved weights have 0 element(s).
hi, when Irun all the files in MASK_RCNN, getting locked while running "Create Model and Load Trained Weights". It shows the following error. ValueError: Layer #359 (named "rpn_model") expects 6 weight(s), but the saved weights have 0 element(s). Can anyone reply me how do correct it ? It shows error on hdf_format.py file. What changes to be done in this file?
I am also facing the same issue. Did you got the solution?