MCPcopy Create free account

hub / github.com/Kibeom-Hong/Domain-Aware-Style-Transfer / functions

Functions166 in github.com/Kibeom-Hong/Domain-Aware-Style-Transfer

Method__init__
(self, nc=3, ndf=64)
baseline_models.py:418
Method__init__
(self, des="Peak Signal to Noise Ratio")
evaluation.py:8
Method__init__
(self, des="structural similarity index")
evaluation.py:32
Method__init__
(self)
baseline_models_seg.py:87
Method__init__
(self, vgg)
baseline_models_seg.py:105
Method__init__
(self)
baseline_models_seg.py:261
Method__init__
(self, pretrained_vgg=None)
baseline_models_seg.py:415
Method__init__
(self, nc=3, ndf=64, use_noise=False, noise_sigma=None)
baseline_models_seg.py:464
Method__init__
(self, msg='Elapsed time: {}', verbose=True)
utils.py:303
Method__init__
(self)
style_decorator.py:32
Method__init__
(self)
AdaIN.py:152
Method__init__
(self, root_path, imsize=None, cropsize=None, cencrop=False)
data/dataset_util.py:44
Method__init__
(self, imsize=None, cropsize=None, cencrop=False)
data/dataset_util.py:72
Method__init__
(self, root_path, imsize=None, cropsize=None, cencrop=False)
data/dataset_util.py:106
Method__init__
(self, root_path, imsize=None, cropsize=None, cencrop=False, type='photo', is_test=False)
data/dataset_util.py:132
Method__init__
(self, root_path, imsize=None, cropsize=None, cencrop=False, T=16)
data/dataset_util.py:162
Method__len__
(self)
data/dataset_util.py:31
Method__len__
(self)
data/dataset_util.py:60
Method__len__
(self)
data/dataset_util.py:91
Method__len__
(self)
data/dataset_util.py:120
Method__len__
(self)
data/dataset_util.py:172
Method__repr__
(self)
evaluation.py:11
Method__repr__
(self)
evaluation.py:35
Function_calc_feat_flatten_mean_std
(feat)
AdaIN.py:114
Function_mat_sqrt
(x)
AdaIN.py:124
Functioncontextual_bilateral_loss
Computes Contextual Bilateral (CoBi) Loss between x and y, proposed in https://arxiv.org/pdf/1905.05169.pdf. Parameters --- x
contextual_utils.py:56
Functioncontextual_loss
Computes contextual loss between x and y. The most of this code is copied from https://gist.github.com/yunjey/3105146c736f9c1055463c3
contextual_utils.py:9
Functiondenorm
(tensor, nrow=4, npadding=0)
data/dataset_util.py:243
Methodforward
(self, inputs, level=1)
style_indicator.py:69
Methodforward
(self, inputs, level=1)
style_indicator.py:137
Methodforward
(self, inputs, level=1)
style_indicator.py:220
Methodforward
(self, inputs, level=1)
style_indicator.py:314
Methodforward
(self, inputs, level=1)
style_indicator.py:416
Methodforward
(self, inputs, level=1)
style_indicator.py:530
Methodforward
(self, inputs, level=1)
style_indicator.py:627
Methodforward
(self, inputs, level=1)
style_indicator.py:718
Methodforward
(self, inputs, level=1)
style_indicator.py:830
Methodforward
(self, x)
baseline_models.py:76
Methodforward
(self, content, style, style_strength=1.0, eps=1e-5)
baseline_models.py:87
Methodforward
(self, x)
baseline_models.py:159
Methodforward
(self, x, skips)
baseline_models.py:274
Methodforward
(self, content, style, content_segment, style_segment, is_recon=True, alpha=1, alphas=[], type='photo')
baseline_models.py:386
Methodforward
(self, input)
baseline_models.py:471
Methodforward
(self, x)
baseline_models_seg.py:79
Methodforward
(self, content, style, style_strength=1.0, eps=1e-5)
baseline_models_seg.py:90
Methodforward
(self, x)
baseline_models_seg.py:162
Methodforward
(self, x, skips)
baseline_models_seg.py:283
Methodforward
(self, content, style, content_segment, style_segment, is_recon=True, alpha=1, alphas=[], type='photo')
baseline_models_seg.py:430
Methodforward
(self, input)
baseline_models_seg.py:499
Methodforward
(self, content_feature, style_feature, style_strength=1.0, patch_size=3, patch_stride=1)
style_decorator.py:161
Methodget_features
(self, x, level)
baseline_models_seg.py:222
Functionget_loaders
(dir_dataset, crop_size=0, image_size=0, batch_size=16, num_workers=2)
data/data_loader.py:34
Functionimload
(path, imsize=None, cropsize=None, cencrop=False)
data/dataset_util.py:250
Functionimshow
(tensor)
data/dataset_util.py:254
Methodinterpolate
(self, content, style, alpha)
AdaIN.py:157
Functionlastest_arverage_value
(values, length=100)
data/dataset_util.py:202
Functionmaskload
(path)
data/dataset_util.py:262
Functionmkdir
(dname)
utils.py:410
Methodreconstruct
(self, x)
baseline_models.py:353
Methodreconstruct
(self, x)
baseline_models_seg.py:394
Functionsave_video
(video, save_path, type='photo')
utils.py:453
Functionsize_arrange
(x)
baseline.py:18
Functionstr2bool
(v)
main.py:5
Methodtopk_binarization_patch_score
(self, features, alpha)
style_decorator.py:96
Methodtransfer_seg
(self, args)
baseline.py:443
Functionwhitening_edit
(feature)
utils.py:88
← previous101–166 of 166, ranked by callers