Oleh V

Results 8 comments of 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 ![image](https://user-images.githubusercontent.com/86830424/213896514-1ebabc20-9eb0-4d1f-ab41-926ddc81c468.png) 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)

Yes! You are right. I have already figured out this issue. Thanks for tips.

What STUN servers do you use?