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?
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?