MCPcopy Create free account

hub / github.com/TianxiangMa/MUST-GAN / functions

Functions172 in github.com/TianxiangMa/MUST-GAN

Method__init__
(self, input_dim, output_dim, norm='none', activation='relu')
models/model_must.py:353
Method__init__
(self, num_features, eps=1e-5, affine=True)
models/model_must.py:401
Method__init__
(self, module, name='weight', power_iterations=1)
models/model_must.py:437
Method__init__
(self, pool='max')
models/vgg.py:10
Method__init__
(self, dataroot)
losses/styleloss.py:10
Method__init__
(self, dataroot, lambda_L1, lambda_perceptual, perceptual_layers, gpu_ids, percep_is_l1)
losses/L1_plus_perceptualLoss.py:12
Method__init__
(self, web_dir, title, reflesh=0)
util/html.py:7
Method__init__
(self, opt)
util/visualizer.py:10
Method__init__
(self, pool_size)
util/image_pool.py:8
Method__iter__
(self)
data/custom_dataset_data_loader.py:39
Method__len__
(self)
data/custom_dataset_data_loader.py:36
Method__len__
(self)
data/keypoint.py:127
Method__len__
(self)
data/image_folder.py:67
Method_fix_bn
(self, m)
models/MUST.py:109
Functioncords_to_map
(cords, img_size, sigma=6)
tool/pose_utils.py:52
Functiondefault_loader
(path)
data/image_folder.py:37
Functiondefine_D
(input_nc, ndf, which_model_netD, n_layers_D=3, norm='in', use_sigmoid=False, init_type='normal',
models/networks.py:149
Functiondefine_G
(dataroot, input_nc, ngf, which_model_netG, norm='batch', init_type='normal', gpu_ids=[], n_downs
models/networks.py:125
Functiondiagnose_network
(net, name='network')
util/util.py:114
Functiondraw_legend
()
tool/pose_utils.py:104
Functiondraw_pose_from_map
(pose_map, threshold=0.1, **kwargs)
util/util.py:76
Functiondraw_pose_from_map
(pose_map, threshold=0.1, **kwargs)
tool/pose_utils.py:86
Methodforward
(self)
models/base_model.py:26
Methodforward
(self, input)
models/networks.py:278
Methodforward
(self, x)
models/networks.py:322
Methodforward
(self, Pose, Img, Sem)
models/model_must.py:29
Methodforward
(self, x, sem)
models/model_must.py:112
Methodforward
(self, x)
models/model_must.py:157
Methodforward
(self, x)
models/model_must.py:179
Methodforward
(self, appearance_code, x)
models/model_must.py:196
Methodforward
(self, statistics_code, x)
models/model_must.py:244
Methodforward
(self, x, statistics_code)
models/model_must.py:260
Methodforward
(self, x)
models/model_must.py:343
Methodforward
(self, x)
models/model_must.py:391
Methodforward
(self, x)
models/model_must.py:411
Methodforward
(self, *args)
models/model_must.py:481
Methodforward
(self, x, out_keys)
models/vgg.py:42
Methodforward
(self, x)
losses/styleloss.py:132
Methodforward
(self, inputs, targets)
losses/L1_plus_perceptualLoss.py:36
Methodget_current_errors
(self)
models/base_model.py:42
Methodget_current_visuals
(self)
models/base_model.py:39
Methodget_image_paths
(self)
models/base_model.py:33
Methodget_person_paths
(self)
models/MUST.py:156
Functionget_scheduler
(optimizer, opt)
models/networks.py:109
Functionget_valid_peaks
(all_peaks, subsets)
tool/getPoseMask.py:104
Functioninfo
Print methods and doc strings. Takes module, class, list, dictionary, or string.
util/util.py:131
Functioninit_fun
(m)
models/networks.py:14
Methodinitialize
(self, opt)
data/base_data_loader.py:6
Methodinitialize
(self, opt)
data/base_dataset.py:12
Methodinitialize
(self)
options/train_options.py:5
Methodinitialize
(self)
options/test_options.py:5
Methodinitialize
(self, opt)
models/base_model.py:15
Functionlambda_rule
(epoch)
models/networks.py:111
Methodload_data
(self)
data/custom_dataset_data_loader.py:33
Functionmean_inputation
(X)
tool/pose_utils.py:96
Functionmkdirs
(paths)
util/util.py:157
Methodname
(self)
data/base_dataset.py:9
Methodname
(self)
models/base_model.py:12
Methodoptimize_parameters
(self)
models/base_model.py:36
Functionprint_network
(net)
models/networks.py:175
Functionprint_numpy
(x, val=True, shp=False)
util/util.py:147
Methodsave
(self, label)
models/MUST.py:316
Functionsave_image
(image_numpy, image_path)
util/util.py:127
Methodset_input
(self, input)
models/base_model.py:23
Functiontensor2im
(image_tensor, imtype=np.uint8)
util/util.py:12
Methodtest
(self)
models/base_model.py:30
Functionvarname
(p)
util/util.py:141
Functionweights_init_ada
(init_type='gaussian')
models/networks.py:13
Functionweights_init_kaiming
(m)
models/networks.py:58
Functionweights_init_normal
(m)
models/networks.py:34
Functionweights_init_orthogonal
(m)
models/networks.py:69
Functionweights_init_xavier
(m)
models/networks.py:47
← previous101–172 of 172, ranked by callers