hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

TypeError: interp() got an unexpected keyword argument 'factor' #37

Open Danzip opened 6 years ago

Danzip commented 6 years ago

Hi, when trying to run train.py from scratch i have gotten the error in the title. as i'm unfamiliar with the model I have no idea why the code tries to put factor into a function that only has z_factor and s_factor as possible arguments, Im not sure if the issue is with my understanding or some mistake in an update of the code?

also, im trying to re-train the model to infer face vs background on the LFW segmentation dataset. I have re-created the masks from the data set to have 1 where faces are located and zeros for background. any Tips on how to train the model on said dataset?

hellochick commented 6 years ago

Hey @Danzip, you got that error because I haven't update the code yet. Recently, I am trying to train on another dataset. Please wait my new version codes, I will release the code as soon as possible. As for training on the LFW segmentation dataset, I need do some research so that I can give you some tips.