Closed eeric closed 2 years ago
mask_512 = (torch.unsqueeze(torch.max(labels_predict, 1)[1], 1)==13).float() 1.why hair equal 13, bg not equal 13? 2.unet infer results that have 19 channels, what did they means?
Please refer to Face parsing.
ok, thanks.
mask_512 = (torch.unsqueeze(torch.max(labels_predict, 1)[1], 1)==13).float() 1.why hair equal 13, bg not equal 13? 2.unet infer results that have 19 channels, what did they means?