MCPcopy Create free account

hub / github.com/SizheAn/PanoHead / functions

Functions563 in github.com/SizheAn/PanoHead

↓ 1 callersMethodis_full
(self)
metrics/metric_utils.py:95
↓ 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:314
↓ 1 callersFunctionis_url
Determine whether the given object is a valid URL string.
dnnlib/util.py:380
↓ 1 callersFunctionitem_width
(width=None)
gui_utils/imgui_utils.py:72
↓ 1 callersFunctioniterate_images
()
dataset_tool_seg.py:93
↓ 1 callersFunctioniterate_random_labels
(opts, batch_size)
metrics/metric_utils.py:61
↓ 1 callersFunctionlaunch_training
(c, desc, outdir, dry_run)
train.py:48
↓ 1 callersFunctionlayout_grid
(img, grid_w=None, grid_h=1, float_to_uint8=True, chw_to_hwc=True, to_numpy=True)
gen_videos.py:27
↓ 1 callersFunctionlayout_grid
(img, grid_w=None, grid_h=1, float_to_uint8=True, chw_to_hwc=True, to_numpy=True)
gen_videos_proj_withseg.py:26
↓ 1 callersFunctionlayout_grid
(img, grid_w=None, grid_h=1, float_to_uint8=True, chw_to_hwc=True, to_numpy=True)
gen_videos_proj.py:26
↓ 1 callersFunctionlayout_grid
(img, grid_w=None, grid_h=1, float_to_uint8=True, chw_to_hwc=True, to_numpy=True)
gen_videos_interp.py:27
↓ 1 callersFunctionload_network_pkl
(f, force_fp16=False)
legacy.py:24
↓ 1 callersFunctionmain
Train a GAN using the techniques described in the paper "PanoHead: Geometry-Aware 3D Full-Head Synthesis in 360 degree". Examples: # Tra
train.py:219
↓ 1 callersFunctionmain
( network_pkl: str, output_pkl: str, )
resave_model.py:16
↓ 1 callersFunctionmain
(args)
3DDFA_V2_cropping/recrop_images.py:168
↓ 1 callersFunctionmake_cache_dir_path
(*paths: str)
dnnlib/util.py:126
↓ 1 callersFunctionmake_transform
( transform: Optional[str], output_width: Optional[int], output_height: Optional[int] )
dataset_tool.py:221
↓ 1 callersMethodmaximize
(self)
gui_utils/glfw_window.py:111
↓ 1 callersFunctionmaybe_min
(a: int, b: Optional[int])
dataset_tool_seg.py:47
↓ 1 callersFunctionmodulated_conv2d
( x, # Input tensor: [batch_size, in_channels, in_height, in_width] w,
training/networks_stylegan3.py:27
↓ 1 callersFunctionnan_to_num
(input, nan=0.0, posinf=None, neginf=None, *, out=None)
torch_utils/misc.py:51
↓ 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:182
↓ 1 callersFunctionopen_cifar10
(tarball: str, *, max_images: Optional[int])
dataset_tool.py:159
↓ 1 callersFunctionopen_dataset
(source, *, max_images: Optional[int])
dataset_tool.py:272
↓ 1 callersFunctionopen_dest
(dest: str)
dataset_tool.py:292
↓ 1 callersFunctionopen_image_folder
(img_source_dir, seg_source_dir, *, use_basename: bool, max_images: Optional[int])
dataset_tool_seg.py:65
↓ 1 callersFunctionopen_image_folder
(source_dir, *, max_images: Optional[int])
dataset_tool.py:69
↓ 1 callersFunctionopen_image_zip
(source, *, max_images: Optional[int])
dataset_tool.py:102
↓ 1 callersFunctionopen_lmdb
(lmdb_dir: str, *, max_images: Optional[int])
dataset_tool.py:131
↓ 1 callersFunctionopen_mnist
(images_gz: str, *, max_images: Optional[int])
dataset_tool.py:191
↓ 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:37
↓ 1 callersFunctionproject
( G, target: torch.Tensor, # [C,H,W] and dynamic range [0,255], W & H must match G output resolution
projector.py:20
↓ 1 callersFunctionproject
( G, target: torch.Tensor, # [C,H,W] and dynamic range [0,255], W & H must match G output resolution
projector_withseg.py:47
↓ 1 callersFunctionproject_onto_planes
Does a projection of a 3D point onto a batch of 2D planes, returning 2D plane coordinates. Takes plane axes of shape n_planes, 3, 3
training/volumetric_rendering/renderer.py:31
↓ 1 callersFunctionproject_pti
( G, target: torch.Tensor, # [C,H,W] and dynamic range [0,255], W & H must match G output resolution
projector.py:151
↓ 1 callersFunctionproject_pti
( G, target: torch.Tensor, # [C,H,W] and dynamic range [0,255], W & H must match G output resolution
projector_withseg.py:186
↓ 1 callersFunctionrecurse
(prefix, tf_net)
legacy.py:78
↓ 1 callersFunctionrecurse
(obj)
torch_utils/persistence.py:238
↓ 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:58
↓ 1 callersFunctionrotate2d
(theta, **kwargs)
training/augment.py:90
↓ 1 callersFunctionrotate3d
(v, theta, **kwargs)
training/augment.py:97
↓ 1 callersMethodrun_forward
(self, colors, densities, depths, rendering_options)
training/volumetric_rendering/ray_marcher.py:27
↓ 1 callersFunctionrun_projection
Project given image to the latent space of pretrained network pickle. Examples: \b python projector.py --outdir=out --target=~/mytargetimg
projector.py:238
↓ 1 callersFunctionrun_projection
Project given image to the latent space of pretrained network pickle.
projector_withseg.py:277
↓ 1 callersFunctionsample_from_planes
(plane_axes, plane_features, coordinates, mode='bilinear', padding_mode='zeros', box_warp=None, triplane_depth
training/volumetric_rendering/renderer.py:47
↓ 1 callersMethodsample_importance
Return depths of importance sampled points along rays. See NeRF importance sampling for more.
training/volumetric_rendering/renderer.py:264
↓ 1 callersMethodsample_pdf
Sample @N_importance samples from @bins with distribution defined by @weights. Inputs: bins: (N_rays, N_samples_+1) where
training/volumetric_rendering/renderer.py:284
↓ 1 callersFunctionscale3d
(sx, sy, sz, **kwargs)
training/augment.py:82
↓ 1 callersMethodset_num_features
(self, num_features)
metrics/metric_utils.py:86
↓ 1 callersMethodset_position
(self, x, y)
gui_utils/glfw_window.py:114
↓ 1 callersMethodset_vsync
(self, vsync)
gui_utils/glfw_window.py:120
↓ 1 callersFunctionsetup_snapshot_image_grid
(training_set, random_seed=0, random=False)
training/training_loop.py:31
↓ 1 callersMethodskip_frames
(self, num)
gui_utils/glfw_window.py:135
↓ 1 callersFunctionsubprocess_fn
(rank, c, temp_dir)
train.py:24
↓ 1 callersFunctionsubprocess_fn
(rank, args, temp_dir)
calc_metrics.py:31
↓ 1 callersFunctiontranslate3d
(tx, ty, tz, **kwargs)
training/augment.py:67
↓ 1 callersMethodunify_samples
(self, depths1, colors1, densities1, xyz1, depths2, colors2, densities2, xyz2)
training/volumetric_rendering/renderer.py:225
Method__del__
(self)
training/dataset.py:80
Method__del__
(self)
gui_utils/glfw_window.py:55
Method__del__
(self)
gui_utils/gl_utils.py:168
Method__del__
(self)
gui_utils/gl_utils.py:285
Method__delattr__
(self, name: str)
dnnlib/util.py:54
Method__enter__
(self)
dnnlib/util.py:74
Method__exit__
(self, exc_type: Any, exc_value: Any, traceback: Any)
dnnlib/util.py:77
Method__getattr__
(self, name: str)
dnnlib/util.py:45
Method__getitem__
r"""Convenience getter. `collector[name]` is a synonym for `collector.mean(name)`.
torch_utils/training_stats.py:228
Method__getitem__
(self, idx)
training/dataset.py:89
Method__getitem__
(self, idx)
training/dataset.py:286
Method__getitem__
(self, idx)
training/dataset.py:354
Method__getstate__
(self)
training/dataset.py:214
Method__init__
(self, dataset, rank=0, num_replicas=1, shuffle=True, seed=0, window_size=0.5)
torch_utils/misc.py:114
Method__init__
(self, *args, **kwargs)
torch_utils/persistence.py:105
Method__init__
(self, regex='.*', keep_previous=True)
torch_utils/training_stats.py:135
Method__init__
(self, G, G_kwargs, epsilon, space, sampling, crop, vgg16)
metrics/perceptual_path_length.py:38
Method__init__
(self, G=None, G_kwargs={}, dataset_kwargs={}, num_gpus=1, rank=0, device=None, progress=None, cache=True, mod
metrics/metric_utils.py:27
Method__init__
(self, capture_all=False, capture_mean_cov=False, max_items=None)
metrics/metric_utils.py:76
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:156
Method__init__
(self, device, G, D, augment_pipe=None, r1_gamma=10, r1_gamma_seg=1000, style_mixing_prob=0, pl_weight=0, pl_b
training/loss.py:24
Method__init__
(self, in_features, # Number of input features. out_features, # N
training/networks_stylegan3.py:72
Method__init__
(self, z_dim, # Input latent (Z) dimensionality. c_dim,
training/networks_stylegan3.py:112
Method__init__
(self, w_dim, # Intermediate latent (W) dimensionality. channels, # Number of o
training/networks_stylegan3.py:172
Method__init__
(self, w_dim, # Intermediate latent (W) dimensionality. is_torgb,
training/networks_stylegan3.py:256
Method__init__
(self, w_dim, # Intermediate latent (W) dimensionality. img_resolutio
training/networks_stylegan3.py:402
Method__init__
(self, path, # Path to directory or zip. resolution = None, # Ensure sp
training/dataset.py:162
Method__init__
(self, path, # Path to directory or zip. min_yaw = None, # Minimum y
training/dataset.py:247
Method__init__
(self, img_path, # Path to directory or zip. seg_path, # Path to d
training/dataset.py:303
Method__init__
(self, channels, img_resolution, sr_num_fp16_res, sr_antialias, num_fp16_res=4, conv_clamp=Non
training/superresolution.py:30
Method__init__
(self, channels, img_resolution, sr_num_fp16_res, sr_antialias, num_fp16_res=4, conv_clamp=Non
training/superresolution.py:63
Method__init__
(self, channels, img_resolution, sr_num_fp16_res, sr_antialias, num_fp16_res=4, conv_clamp=Non
training/superresolution.py:95
Method__init__
(self, channels, img_resolution, sr_num_fp16_res, num_fp16_res=4, conv_clamp=None, channel_bas
training/superresolution.py:128
Method__init__
(self, channels, img_resolution, sr_num_fp16_res, sr_antialias, num_fp16_res=4, conv_clamp=Non
training/superresolution.py:265
Method__init__
(self, in_features, # Number of input features. out_features, # N
training/networks_stylegan2.py:97
Method__init__
(self, in_channels, # Number of input channels. out_channels,
training/networks_stylegan2.py:136
Method__init__
(self, z_dim, # Input latent (Z) dimensionality, 0 = no latent. c_dim,
training/networks_stylegan2.py:194
Method__init__
(self, in_channels, # Number of input channels. out_channels,
training/networks_stylegan2.py:281
Method__init__
(self, in_channels, out_channels, w_dim, kernel_size=1, conv_clamp=None, channels_last=False)
training/networks_stylegan2.py:345
Method__init__
(self, in_channels, # Number of input channels, 0 = first block. ou
training/networks_stylegan2.py:370
Method__init__
(self, w_dim, # Intermediate latent (W) dimensionality. img_resolution,
training/networks_stylegan2.py:474
Method__init__
(self, in_channels, # Number of input channels, 0 = first block. tmp_ch
training/networks_stylegan2.py:562
Method__init__
(self, group_size, num_channels=1)
training/networks_stylegan2.py:651
← previousnext →201–300 of 563, ranked by callers