MCPcopy Create free account

hub / github.com/crazy-bot/VOGUE-Try-On-by-StyleGAN-Interpolation-Optimization / functions

Functions334 in github.com/crazy-bot/VOGUE-Try-On-by-StyleGAN-Interpolation-Optimization

↓ 1 callersFunctionconvert_dataset
Convert an image dataset into a dataset archive usable with StyleGAN2 ADA PyTorch. The input dataset format is guessed from the --source argument
dataset_tool.py:313
↓ 1 callersFunctionconvert_network_pickle
Convert legacy network pickle into the native PyTorch format. The tool is able to load the main network configurations exported using the TensorF
legacy.py:294
↓ 1 callersFunctionconvert_tf_discriminator
(tf_D)
legacy.py:207
↓ 1 callersFunctiongarment_loss
(s_g, s_t, I_g, I_t)
Interpolation/identity_garment_loss_sup.py:126
↓ 1 callersFunctiongarment_loss_tensor
(i_g, s_g, i_t, s_t)
Interpolation/identity_garment_loss_sup.py:153
↓ 1 callersFunctiongenerate_images
Generate images using pretrained network pickle. Examples: \b # Generate curated MetFaces images without truncation (Fig.10 left) py
generate.py:46
↓ 1 callersFunctiongenerate_style_mix
Generate images using pretrained network pickle. Examples: \b python style_mixing.py --outdir=out --rows=85,100,75,458,1500 --cols=55,82
style_mixing_vogue.py:48
↓ 1 callersFunctiongenerate_style_mix
Generate images using pretrained network pickle. Examples: \b python style_mixing.py --outdir=out --rows=85,100,75,458,1500 --cols=55,82
style_mixing.py:46
↓ 1 callersMethodgetRandomImages
(self, num_images, seed)
training/dataset.py:320
↓ 1 callersFunctionget_M_per_layer
(A, U)
Interpolation/util_latent.py:87
↓ 1 callersFunctionget_U
(img, dim)
Interpolation/util_latent.py:73
↓ 1 callersFunctionget_arg_parser
()
style_mixing_vogue.py:128
↓ 1 callersFunctionget_arg_parser
()
style_mixing.py:118
↓ 1 callersFunctionget_arg_parser
()
projector_vogue.py:265
↓ 1 callersFunctionget_arg_parser
()
Interpolation/main_latent.py:99
↓ 1 callersMethodget_details
(self, idx)
training/dataset.py:103
↓ 1 callersFunctionget_feature_detector_name
(url)
metrics/metric_utils.py:37
↓ 1 callersFunctionget_obj_by_name
Finds the python object with the given name.
dnnlib/util.py:273
↓ 1 callersFunctionidentity_loss_tensor
(i_p, s_p, i_t, s_t)
Interpolation/identity_garment_loss_sup.py:202
↓ 1 callersMethodis_full
(self)
metrics/metric_utils.py:75
↓ 1 callersFunctionis_top_level_function
Determine whether the given object is a top-level function, i.e., defined at module scope using 'def'.
dnnlib/util.py:298
↓ 1 callersFunctionis_url
Determine whether the given object is a valid URL string.
dnnlib/util.py:364
↓ 1 callersMethodloadData
(self)
training/dataset.py:301
↓ 1 callersFunctionload_network_pkl
(f, force_fp16=False)
legacy.py:20
↓ 1 callersFunctionmain
Train a GAN using the techniques described in the paper "Training Generative Adversarial Networks with Limited Data". Examples: \b #
train.py:442
↓ 1 callersFunctionmain
()
Interpolation/vgg16.py:60
↓ 1 callersFunctionmain
()
Interpolation/main_latent.py:113
↓ 1 callersFunctionmake_cache_dir_path
(*paths: str)
dnnlib/util.py:124
↓ 1 callersFunctionmake_transform
( transform: Optional[str], output_width: Optional[int], output_height: Optional[int], resize_
dataset_tool.py:199
↓ 1 callersFunctionnormalize_2nd_moment
(x, dim=1, eps=1e-8)
training/networks.py:21
↓ 1 callersMethodnum
r"""Returns the number of scalars that were accumulated for the given statistic between the last two calls to `update()`, or zero if n
torch_utils/training_stats.py:180
↓ 1 callersFunctionopen_cifar10
(tarball: str, *, max_images: Optional[int])
dataset_tool.py:137
↓ 1 callersFunctionopen_dataset
(source, *, max_images: Optional[int])
dataset_tool.py:252
↓ 1 callersFunctionopen_dest
(dest: str)
dataset_tool.py:272
↓ 1 callersFunctionopen_image_folder
(source_dir, *, max_images: Optional[int])
dataset_tool.py:52
↓ 1 callersFunctionopen_image_zip
(source, *, max_images: Optional[int])
dataset_tool.py:80
↓ 1 callersFunctionopen_lmdb
(lmdb_dir: str, *, max_images: Optional[int])
dataset_tool.py:109
↓ 1 callersFunctionopen_mnist
(images_gz: str, *, max_images: Optional[int])
dataset_tool.py:169
↓ 1 callersMethodoptimise
(self, num_steps=2000)
Interpolation/main_latent.py:46
↓ 1 callersFunctionpersistent_class
r"""Class decorator that extends a given class to save its source code when pickled. Example: from torch_utils import persistence
torch_utils/persistence.py:35
↓ 1 callersFunctionproject
( G, target: torch.Tensor, # [C,H,W] and dynamic range [0,255], W & H must match G output resolution
projector_vogue.py:27
↓ 1 callersFunctionrecurse
(prefix, tf_net)
legacy.py:78
↓ 1 callersFunctionrecurse
(obj)
torch_utils/persistence.py:236
↓ 1 callersFunctionreport
r"""Broadcasts the given set of scalars to all interested instances of `Collector`, across device and process boundaries. This function is ex
torch_utils/training_stats.py:56
↓ 1 callersFunctionrotate2d
(theta, **kwargs)
training/augment.py:83
↓ 1 callersFunctionrotate3d
(v, theta, **kwargs)
training/augment.py:90
↓ 1 callersFunctionrun_generator
(z, c)
metrics/metric_utils.py:246
↓ 1 callersFunctionrun_projection
Project given image to the latent space of pretrained network pickle. Examples: \b python projector.py --outdir=Interpolation/person --ta
projector_vogue.py:162
↓ 1 callersFunctionscale3d
(sx, sy, sz, **kwargs)
training/augment.py:75
↓ 1 callersMethodset_num_features
(self, num_features)
metrics/metric_utils.py:66
↓ 1 callersFunctionsetup_snapshot_image_grid
(training_set, random_seed=0)
training/training_loop.py:30
↓ 1 callersFunctionsetup_training_loop_kwargs
( # General options (not included in desc). gpus = None, # Number of GPUs: <int>, default = 1 gp
train.py:32
↓ 1 callersFunctionsubprocess_fn
(rank, args, temp_dir)
train.py:367
↓ 1 callersFunctionsubprocess_fn
(rank, args, temp_dir)
calc_metrics.py:28
↓ 1 callersFunctiontranslate3d
(tx, ty, tz, **kwargs)
training/augment.py:60
FunctionPYBIND11_MODULE
torch_utils/ops/bias_act.cpp:94
FunctionPYBIND11_MODULE
torch_utils/ops/upfirdn2d.cpp:98
Method__del__
(self)
training/dataset.py:76
Method__delattr__
(self, name: str)
dnnlib/util.py:52
Method__enter__
(self)
torch_utils/misc.py:77
Method__enter__
(self)
dnnlib/util.py:72
Method__exit__
(self, exc_type: Any, exc_value: Any, traceback: Any)
dnnlib/util.py:75
Method__getattr__
(self, name: str)
dnnlib/util.py:43
Method__getitem__
r"""Convenience getter. `collector[name]` is a synonym for `collector.mean(name)`.
torch_utils/training_stats.py:226
Method__getitem__
(self, idx)
training/dataset.py:85
Method__getitem__
(self, index)
training/dataset.py:257
Method__getstate__
(self)
training/dataset.py:207
Method__init__
(self, dataset, rank=0, num_replicas=1, shuffle=True, seed=0, window_size=0.5)
torch_utils/misc.py:117
Method__init__
(self, *args, **kwargs)
torch_utils/persistence.py:103
Method__init__
(self, regex='.*', keep_previous=True)
torch_utils/training_stats.py:133
Method__init__
(self, G, G_kwargs, epsilon, space, sampling, crop, vgg16)
metrics/perceptual_path_length.py:37
Method__init__
(self, G=None, G_kwargs={}, dataset_kwargs={}, num_gpus=1, rank=0, device=None, progress=None, cache=True)
metrics/metric_utils.py:22
Method__init__
(self, capture_all=False, capture_mean_cov=False, max_items=None)
metrics/metric_utils.py:56
Method__init__
(self, tag=None, num_items=None, flush_interval=1000, verbose=False, progress_fn=None, pfn_lo=0, pfn_hi=1000,
metrics/metric_utils.py:136
Method__init__
(self, device, G_mapping, G_synthesis, G_encoder, D, augment_pipe=None, style_mixing_prob=0.9, r1_gamma=10, pl
training/loss.py:24
Method__init__
(self, path, # Path to directory or zip. resolution = None, # Ensure sp
training/dataset.py:155
Method__init__
(self, path, resolution=None, **super_kwargs,)
training/dataset.py:239
Method__init__
(self, in_features, # Number of input features. out_features, # N
training/networks.py:90
Method__init__
(self, in_channels, # Number of input channels. out_channels,
training/networks.py:124
Method__init__
(self, z_dim, # Input latent (Z) dimensionality, 0 = no latent. #c_dim,
training/networks.py:175
Method__init__
(self, in_channels, out_channels, kernel_size, stride)
training/networks.py:256
Method__init__
(self, in_channels, # Number of input channels. out_channels,
training/networks.py:307
Method__init__
(self, in_channels, out_channels, w_dim, kernel_size=1, conv_clamp=None, channels_last=False)
training/networks.py:368
Method__init__
(self, in_channels, # Number of input channels, 0 = first block. out_ch
training/networks.py:388
Method__init__
(self, w_dim, # Intermediate latent (W) dimensionality. img_resolution,
training/networks.py:495
Method__init__
(self, z_dim, # Input latent (Z) dimensionality. #c_dim,
training/networks.py:555
Method__init__
(self, in_channels, # Number of input channels, 0 = first block. tmp_ch
training/networks.py:585
Method__init__
(self, group_size, num_channels=1)
training/networks.py:669
Method__init__
(self, in_channels, # Number of input channels. #cmap_dim,
training/networks.py:695
Method__init__
(self, #c_dim, # Conditioning label (C) dimensionality. img_resolutio
training/networks.py:754
Method__init__
(self, xflip=0, rotate90=0, xint=0, xint_max=0.125, scale=0, rotate=0, aniso=0, xfrac=0, scale
training/augment.py:118
Method__init__
(self, file_name: str = None, file_mode: str = "w", should_flush: bool = True)
dnnlib/util.py:59
Method__init__
(self, mask_p, pose_p, w_p, mask_g, pose_g, w_g, G=None)
Interpolation/util_latent.py:146
Method__init__
(self, channels, kernel_size, sigma, dim=2)
Interpolation/identity_garment_loss_sup.py:37
Method__init__
(self, requires_grad=False)
Interpolation/vgg16.py:7
Method__init__
(self, shape, device)
Interpolation/main_latent.py:18
Method__iter__
(self)
torch_utils/misc.py:130
Method__len__
(self)
training/dataset.py:82
Method__len__
(self)
training/dataset.py:254
Method__setattr__
(self, name: str, value: Any)
dnnlib/util.py:49
← previousnext →101–200 of 334, ranked by callers