DAFlow icon indicating copy to clipboard operation
DAFlow copied to clipboard

Inputs to training the network

Open momolefe24 opened this issue 1 year ago • 0 comments

Hi, I hope that you are well. When do we actually synthesise clothing on the individual when the reference person is not passed into the network

ref_input = torch.cat((pose, img_agnostic), dim=1)

 result_tryon, results_all = net(ref_input, cloth_img, img_agnostic, return_all=True)

momolefe24 avatar Jul 05 '23 12:07 momolefe24