DAFlow
DAFlow copied to clipboard
Inputs to training the network
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)