thaithanhtuan / MyMGVTON

22 stars 7 forks source link

unexpected keyword argument 'input_chanels' in define_G #3

Open KanikaPN opened 3 years ago

KanikaPN commented 3 years ago

Is this repository still getting developed? I got the following error: warp_model.py", line 84, in define_G input_chanels=self.input_chanels TypeError: init() got an unexpected keyword argument 'input_chanels'

Should I split agnostic to (hair,face,shape)of 3 chanels and (wrapped cloth mask,pose map)of 19 chanels and then send to warp module to resolve this error?

ponyling commented 1 year ago

have you solved this problem?