Method__init__(self, input_nc, output_nc, ngf=64, n_downsampling=3, n_blocks=9, norm="batch", embed_nc=128,
models/networks.py:90
Method__init__(self, input_nc, output_nc, ngf=64, n_downsampling=3, n_blocks=9, norm="batch", embed_nc=128,
models/networks.py:151
Functiondefine_D(input_nc, ndf, n_layers_D, norm='instance', use_sigmoid=False, num_D=1, getIntermFeat=False, gpu_ids=[])
models/networks.py:51
Methodforward(self, bg_image, label, inst, image, feat, image_affine, mask_list, ori_label, infer=False, type="sample_net")
models/pix2pixHD_mask_model.py:241