MCPcopy Create free account

hub / github.com/azadis/CompositionalGAN / functions

Functions215 in github.com/azadis/CompositionalGAN

↓ 20 callersMethodsave
(self)
util/html.py:45
↓ 10 callersMethod__init__
(self, use_lsgan=True, target_real_label=1.0, target_fake_label=0.0, tensor=torch.FloatTensor
models/networks.py:239
↓ 10 callersMethodquery
(self, images)
util/image_pool.py:14
↓ 8 callersFunctionCreateDataLoader
(opt)
data/data_loader.py:2
↓ 8 callersMethodcalc_gradient_penalty
Gradient Penalty
models/objCompose_unsupervised_model.py:484
↓ 8 callersMethoddisplay_current_results
(self, visuals, epoch, save_result, stepsize=1,im_name='',n_latest=50)
util/visualizer.py:37
↓ 8 callersMethodget_current_visuals
(self)
models/AFN_model.py:174
↓ 8 callersMethodload_data
()
data/base_data_loader.py:10
↓ 7 callersFunctioncreate_model
(opt)
models/models.py:8
↓ 7 callersMethodset_input
(self, input)
models/AFN_model.py:58
↓ 6 callersMethodcalc_gradient_penalty
Gradient Penalty
models/objCompose_supervised_model.py:298
↓ 6 callersMethodparse
(self)
options/base_options.py:71
↓ 6 callersMethodplot_current_errors
(self, epoch, counter_ratio, opt, errors)
util/visualizer.py:100
↓ 6 callersMethodprint_current_errors
(self, epoch, i, errors, t)
util/visualizer.py:116
↓ 6 callersMethodreset
(self)
util/visualizer.py:33
↓ 5 callersMethodget_current_errors
(self)
models/AFN_model.py:167
↓ 5 callersMethodload_network
(self, network, network_label, epoch_label)
models/base_model.py:68
↓ 5 callersMethodtnsrs2ims
(self, tensor_names)
models/base_model.py:128
↓ 5 callersMethodtocuda
(self, var_names)
models/base_model.py:121
↓ 4 callersMethodadd_header
(self, str)
util/html.py:25
↓ 4 callersMethodadd_images
(self, ims, txts, links, width=400)
util/html.py:33
↓ 4 callersMethodget_image_paths
(self)
models/AFN_model.py:133
↓ 4 callersFunctioniou
(mask1, mask2)
util/robust_loss.py:109
↓ 4 callersFunctionoverlap
(mask1, mask2)
util/robust_loss.py:102
↓ 4 callersMethodsave_images
(self, webpage, visuals, image_path, aspect_ratio=1.0)
util/visualizer.py:126
↓ 4 callersMethodupdate_learning_rate
(self)
models/base_model.py:95
↓ 3 callersMethodeval
(self)
models/base_model.py:101
↓ 3 callersMethodforward
starting from input object images
models/objCompose_supervised_model.py:219
↓ 3 callersMethodforward_test
starting from input object images @ test time
models/objCompose_supervised_model.py:285
↓ 3 callersFunctioninit_weights
(net, init_type='normal')
models/networks.py:84
↓ 3 callersMethodoptimize_parameters
(self)
models/AFN_model.py:160
↓ 3 callersMethodsave
(self, label)
models/base_model.py:42
↓ 2 callersFunction__scale_width
(img, target_width)
data/base_dataset.py:59
↓ 2 callersMethodbackward_D_test
backward pass for the discriminator @ test time
models/objCompose_unsupervised_model.py:691
↓ 2 callersMethodbackward_G_test
backward pass for the generator @ test time
models/objCompose_unsupervised_model.py:761
↓ 2 callersMethodforward
starting from segments of input_B @ training time
models/objCompose_unsupervised_model.py:413
↓ 2 callersMethodforward_AFN
(self)
models/AFN_compose_model.py:73
↓ 2 callersMethodget_image_dir
(self)
util/html.py:22
↓ 2 callersFunctionget_norm_layer
(norm_type='instance')
models/networks.py:100
↓ 2 callersMethodload_networks
(self)
models/base_model.py:75
↓ 2 callersFunctionmkdir
(path)
util/util.py:65
↓ 2 callersMethodoptimize_parameters_completion
(self, total_steps)
models/objCompose_unsupervised_model.py:830
↓ 2 callersFunctionprintLayer
(layer, layer_name)
util/conv_info.py:39
↓ 2 callersMethodprint_networks
(self, verbose=False)
models/base_model.py:108
↓ 2 callersMethodsave_network
(self, network, network_label, epoch_label, gpu_ids)
models/base_model.py:46
↓ 2 callersMethodsave_networks
(self, model_names, epoch_labels)
models/base_model.py:53
↓ 2 callersMethodset_input_test
samples at test time; no target composite image given
models/objCompose_supervised_model.py:160
↓ 2 callersMethodset_optimizers
(self)
models/base_model.py:85
↓ 1 callersFunctionCreateDataset
(opt)
data/custom_dataset_data_loader.py:11
↓ 1 callersMethodadd_table
(self, border=1)
util/html.py:29
↓ 1 callersMethodbackward_AFN
(self)
models/AFN_compose_model.py:97
↓ 1 callersMethodbackward_D
backward pass for the discriminator in training the unpaired model
models/objCompose_unsupervised_model.py:612
↓ 1 callersMethodbackward_D
backward pass for the discriminator in training the paired model
models/objCompose_supervised_model.py:311
↓ 1 callersMethodbackward_D_completion
Backward pass for the discriminator in training the inpainting networks only
models/objCompose_unsupervised_model.py:534
↓ 1 callersMethodbackward_D_test
backward pass for the discriminator @ test time
models/objCompose_supervised_model.py:467
↓ 1 callersMethodbackward_G
backward pass for the generator in training the unsupervised model
models/objCompose_unsupervised_model.py:562
↓ 1 callersMethodbackward_G
backward pass for the generator in training the paired model
models/objCompose_supervised_model.py:380
↓ 1 callersMethodbackward_G_completion
Backward pass for the generator in training the inpainting networks only
models/objCompose_unsupervised_model.py:504
↓ 1 callersMethodbackward_G_test
backward pass for the generator @ test time
models/objCompose_supervised_model.py:536
↓ 1 callersMethodbackward_STN
backward pass for training STN networks only
models/objCompose_unsupervised_model.py:497
↓ 1 callersMethodbackward_flow
(self)
models/AFN_model.py:140
↓ 1 callersMethodbuild_conv_block
(self, dim, padding_type, norm_layer, use_dropout, use_bias)
models/networks.py:473
↓ 1 callersMethodforward
(self)
models/AFN_model.py:97
↓ 1 callersMethodforward_STN
Forward pass for the spatial transformer network
models/objCompose_unsupervised_model.py:252
↓ 1 callersMethodforward_inpainting
forward pass for the inpainting network
models/objCompose_unsupervised_model.py:268
↓ 1 callersMethodforward_test
starting from full OBJ1 and OBJ2 @ test time
models/objCompose_unsupervised_model.py:298
↓ 1 callersMethodget_current_errors_test
(self)
models/objCompose_supervised_model.py:673
↓ 1 callersMethodget_current_visuals_A_segment
(self)
models/objCompose_unsupervised_model.py:974
↓ 1 callersMethodget_current_visuals_STN
(self)
models/objCompose_unsupervised_model.py:956
↓ 1 callersMethodget_current_visuals_completion
(self)
models/objCompose_unsupervised_model.py:965
↓ 1 callersMethodget_target_tensor
(self, input, target_is_real)
models/networks.py:252
↓ 1 callersMethodinitialize
(self, opt)
data/custom_dataset_data_loader.py:39
↓ 1 callersMethodinitialize
(self, opt)
data/AFN_compose_dataset.py:20
↓ 1 callersMethodinitialize
(self)
options/base_options.py:19
↓ 1 callersMethodinitialize
(self)
options/baseAFN_options.py:12
↓ 1 callersMethodinitialize
(self)
options/baseAFNCompose_options.py:12
↓ 1 callersMethodinitialize
(self, opt)
models/AFN_compose_model.py:16
↓ 1 callersFunctionis_image_file
(filename)
data/image_folder.py:20
↓ 1 callersFunctionmake_dataset
(dir)
data/image_folder.py:24
↓ 1 callersMethodname
(self)
data/custom_dataset_data_loader.py:36
↓ 1 callersMethodname
(self)
data/AFN_compose_dataset.py:99
↓ 1 callersMethodname
(self)
models/AFN_compose_model.py:13
↓ 1 callersMethodoptimize_parameters_AFN
(self)
models/AFN_compose_model.py:111
↓ 1 callersMethodoptimize_parameters_STN
(self)
models/objCompose_unsupervised_model.py:852
↓ 1 callersMethodoptimize_parameters_test
(self, total_steps)
models/objCompose_supervised_model.py:642
↓ 1 callersFunctionoutFromIn
(conv, layerIn)
util/conv_info.py:20
↓ 1 callersMethodset_input_train
samples of real distribution (from training set) to be used at test time
models/objCompose_supervised_model.py:141
↓ 1 callersMethodtest
(self)
models/AFN_model.py:115
FunctionBorderOne
(img)
data/base_dataset.py:67
FunctionChangeDirection
(path)
data/base_dataset.py:77
FunctionGaussian2D
(dim, mu_x, mu_y, sigma_x, sigma_y,gpu_ids=[])
util/helper.py:7
Method__call__
(self, input, target_is_real)
models/networks.py:270
Method__getitem__
(self, index)
data/compose_dataset.py:42
Method__getitem__
(self, index)
data/compose_dataset.py:189
Method__getitem__
(self, index)
data/AFN_compose_dataset.py:40
Method__getitem__
(self, index)
data/image_folder.py:57
Method__getitem__
(self, index)
data/AFN_dataset.py:52
Method__init__
(self)
data/base_data_loader.py:3
Method__init__
(self)
data/base_dataset.py:11
Method__init__
(self, root, transform=None, return_paths=False, loader=default_loader)
data/image_folder.py:43
next →1–100 of 215, ranked by callers