Oleh V
Oleh V
You paths specifying in arguments are wrong. Change default value in args (opt) or specify custom directory in args when you are trying to execute script.
``` > agnostic 3 torch.Size([8, 3, 256, 192]) > pose 3 torch.Size([8, 3, 256, 192]) > warped_cloth_paired 3 torch.Size([8, 3, 256, 192]) > parse 7 torch.Size([8, 7, 256, 192]) >...
> you can test add a parameter for the model? example this images, I can solve this problem in this way  I have this error on 100th step. Whats...
> Did you solve this problem? yes. Inc code we have ... = tocg(input1, input2) but should be ... = tocg(opt, input1, input2)
> Did you solve this problem? Yes. Adding 'opt' in first parameter in call tocg solves this problem - tocg(opt, input1, input2)
Who can tell me, how to prepare train_pairs.txt and test.pairs?
Yes! You are right. I have already figured out this issue. Thanks for tips.
What STUN servers do you use?