OFA-Sys / DAFlow

124 stars 16 forks source link

Inputs to training the network #21

Open momolefe24 opened 1 year ago

momolefe24 commented 1 year ago

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)