You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully run the fcn16 and found several bugs there.
As for the command fcn16_model.load_weights('weights.h5'), maybe you can ignore the mistake since it has no influence on the results. I think the function copy_mat_to_keras(fcn16_model) has done the same job.
You should also change the "fc_6" to "fc6" in the function FCN_16_helper(). Otherwise you will find the parameters of layer fc6 can't be copied from mat to fcn16_model.
fcn16_model.load_weights('weights.h5'),Please explain the document 'weights.h5'
The text was updated successfully, but these errors were encountered: