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
Hi, I'm trying to reimplement your project and there is a problem.
In FCN.py, line 101: there is no 'Normalization' in the VGG19 model. After loading the model from the .mat file, the dictionary contains only
' header'
'version'
'globals'
'layers'
'meta'
So, can you help me out? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi @Quang-elec44 , sorry for my late response. I am sorry to say that I haven't been working on this repo for a long time. Also, this repository could be considered a less performance model compared to the more recent works. I would suggest trying with newer ones if possible.
Hi, I'm trying to reimplement your project and there is a problem.
In FCN.py, line 101: there is no 'Normalization' in the VGG19 model. After loading the model from the .mat file, the dictionary contains only
' header'
'version'
'globals'
'layers'
'meta'
So, can you help me out? Thanks a lot.
The text was updated successfully, but these errors were encountered: