MCPcopy Create free account

hub / github.com/ShanghaiTech-IMPACT/TeethDreamer / functions

Functions848 in github.com/ShanghaiTech-IMPACT/TeethDreamer

Methodforward
Apply the block to a Tensor, conditioned on a timestep embedding. :param x: an [N x C x ...] Tensor of features. :param emb:
ldm/modules/diffusionmodules/openaimodel.py:244
Methodforward
(self, x)
ldm/modules/diffusionmodules/openaimodel.py:315
Methodforward
Apply QKV attention. :param qkv: an [N x (H * 3 * C) x T] tensor of Qs, Ks, and Vs. :return: an [N x (H * C) x T] tensor afte
ldm/modules/diffusionmodules/openaimodel.py:357
Methodforward
Apply QKV attention. :param qkv: an [N x (3 * H * C) x T] tensor of Qs, Ks, and Vs. :return: an [N x (H * C) x T] tensor afte
ldm/modules/diffusionmodules/openaimodel.py:389
Methodforward
Apply the model to an input batch. :param x: an [N x C x ...] Tensor of inputs. :param timesteps: a 1-D batch of timesteps.
ldm/modules/diffusionmodules/openaimodel.py:749
Methodforward
Apply the model to an input batch. :param x: an [N x C x ...] Tensor of inputs. :param timesteps: a 1-D batch of timesteps.
ldm/modules/diffusionmodules/openaimodel.py:977
Methodforward
(ctx, run_function, length, *args)
ldm/modules/diffusionmodules/util.py:121
Methodforward
(self, x)
ldm/modules/diffusionmodules/util.py:215
Methodforward
(self, c_concat, c_crossattn)
ldm/modules/diffusionmodules/util.py:258
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:53
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:72
Methodforward
(self, x, temb)
ldm/modules/diffusionmodules/model.py:121
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:178
Methodforward
(self, x, t=None, context=None)
ldm/modules/diffusionmodules/model.py:316
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:434
Methodforward
(self, z)
ldm/modules/diffusionmodules/model.py:535
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:594
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:641
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:680
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:705
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:722
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:741
Methodforward
(self, x, scale_factor=1.0)
ldm/modules/diffusionmodules/model.py:763
Methodforward
(self,x)
ldm/modules/diffusionmodules/model.py:822
Methodforward
(self, img)
ldm/modules/encoders/modules.py:31
Methodforward
(self, img)
ldm/modules/encoders/modules.py:69
Methodforward
(self, batch, key=None)
ldm/modules/encoders/modules.py:97
Methodforward
(self, tokens)
ldm/modules/encoders/modules.py:114
Methodforward
(self, text)
ldm/modules/encoders/modules.py:133
Methodforward
(self, text)
ldm/modules/encoders/modules.py:163
Methodforward
(self, text)
ldm/modules/encoders/modules.py:200
Methodforward
(self, img)
ldm/modules/encoders/modules.py:237
Methodforward
(self, text)
ldm/modules/encoders/modules.py:270
Methodforward
(self, x)
ldm/modules/encoders/modules.py:317
Methodforward
(self, text)
ldm/modules/encoders/modules.py:336
Methodforward
(self, x)
ldm/modules/encoders/modules.py:373
Methodforward
(self, x)
ldm/modules/encoders/modules.py:423
Methodforward
(self,x)
ldm/modules/encoders/modules.py:462
Methodforward
(self, x)
ldm/modules/encoders/modules.py:522
Methodforward
(self, input, return_pred_indices=False)
ldm/models/autoencoder.py:117
Methodforward
(self, input, sample_posterior=True)
ldm/models/autoencoder.py:335
Methodforward
(self, x, *args, **kwargs)
ldm/models/autoencoder.py:442
Methodforward
@param x: b,f0,h,w @param context: b,f1,d,h,w @return:
ldm/models/diffusion/sync_dreamer_attention.py:26
Methodforward
(self, x, context=None)
ldm/models/diffusion/sync_dreamer_attention.py:75
Methodforward
(self, x, timesteps=None, context=None, source_dict=None, **kwargs)
ldm/models/diffusion/sync_dreamer_attention.py:118
Methodforward
(self, x, t, v)
ldm/models/diffusion/sync_dreamer_network.py:19
Methodforward
(self, x, t, v)
ldm/models/diffusion/sync_dreamer_network.py:37
Methodforward
(self, x, t)
ldm/models/diffusion/sync_dreamer_network.py:59
Methodforward
(self, x, t)
ldm/models/diffusion/sync_dreamer_network.py:72
Methodforward
(self, x, t)
ldm/models/diffusion/sync_dreamer_network.py:101
Methodforward
(self, x, t, v)
ldm/models/diffusion/sync_dreamer_network.py:135
Methodforward
(self, x, t, v)
ldm/models/diffusion/sync_dreamer_network.py:149
Methodforward
(self, x, t, v)
ldm/models/diffusion/sync_dreamer_network.py:171
Methodforward
@param x: B,4,H,W @param t: B, @param clip_embed: B,M,768 @param volume_feats: B,C,D,H,W
ldm/models/diffusion/zero123.py:66
Methodforward
@param x: B,4,H,W @param t: B, @param clip_embed: B,M,768 @param volume_feats: B,C,D,H,W
ldm/models/diffusion/teeth_dreamer.py:66
Methodforward
@param x: B,4,H,W @param t: B, @param clip_embed: B,M,768 @param volume_feats: B,C,D,H,W
ldm/models/diffusion/sync_dreamer.py:66
Methodforward
(self, x)
ldm/thirdp/psp/model_irse.py:46
Methodforward
(self, input)
ldm/thirdp/psp/helpers.py:13
Methodforward
(self, x)
ldm/thirdp/psp/helpers.py:67
Methodforward
(self, x)
ldm/thirdp/psp/helpers.py:93
Methodforward
(self, x)
ldm/thirdp/psp/helpers.py:118
Methodforward
(self, x, crop=False)
ldm/thirdp/psp/id_loss.py:16
Methodforward_level
(self, points)
instant-nsr-pl/models/geometry.py:262
Methodfunc
(self)
instant-nsr-pl/systems/criterions.py:30
Methodfunc
(self)
instant-nsr-pl/systems/criterions.py:36
Methodget_last_layer
(self)
ldm/modules/diffusionmodules/model.py:364
Methodget_lr
(self)
instant-nsr-pl/systems/utils.py:202
Methodget_lr
(self)
instant-nsr-pl/systems/utils.py:268
Methodget_metrics
(self, *args, **kwargs)
instant-nsr-pl/utils/callbacks.py:95
Functionget_node_name
(name, parent_name)
TeethDreamer.py:169
Methodget_trainable_parameters
(self)
ldm/models/diffusion/sync_dreamer_attention.py:146
Functiongroup_by_key_prefix
(prefix, d)
ldm/modules/x_transformer.py:106
Functioninit_
(tensor)
ldm/modules/attention.py:29
Functioninner
(*args, **kwargs)
ldm/modules/x_transformer.py:65
Methodinv_s
(self)
instant-nsr-pl/models/neus.py:28
Functionisimage
(x)
ldm/util.py:126
Functionismap
(x)
ldm/util.py:120
Methodisosurface
(self)
instant-nsr-pl/models/geometry.py:104
Methodisosurface
(self)
instant-nsr-pl/models/geometry.py:186
Methodkl
(self, other=None)
ldm/modules/distributions/distributions.py:39
Functionload_and_preprocess
:param input_im (PIL Image). :return image (H, W, 3) array in [0, 1].
ldm/util.py:70
Functionload_obj
(filename)
instant-nsr-pl/utils/obj.py:4
Methodload_state_dict
Loads the schedulers state. Args: state_dict (dict): scheduler state. Should be an object returned from a call to
instant-nsr-pl/systems/utils.py:65
Methodlog_hyperparams
(self, params)
instant-nsr-pl/utils/loggers.py:32
Methodlog_images
(self, batch, only_inputs=False, **kwargs)
ldm/models/autoencoder.py:401
Methodlog_metrics
(self, metrics, step)
instant-nsr-pl/utils/loggers.py:36
Methodlog_to_logger
(self, pl_module, images, split)
TeethDreamer.py:85
Functionlog_txt_as_img
(wh, xc, size=10)
ldm/util.py:96
Functionmake
(name, config, load_from_checkpoint=None)
instant-nsr-pl/systems/__init__.py:11
Functionmake
(name, config)
instant-nsr-pl/datasets/__init__.py:11
Functionmake
(name, config)
instant-nsr-pl/models/__init__.py:11
Functionmake_ddim_sampling_parameters
(alphacums, ddim_timesteps, eta, verbose=True)
ldm/modules/diffusionmodules/util.py:63
Functionmask_depth_to_pts
(mask,depth,K,rgb=None)
ldm/base_utils.py:154
Functionmax_neg_value
(t)
ldm/modules/attention.py:25
Functionmean_flat
https://github.com/openai/guided-diffusion/blob/27c20a8fab9cb472df5d6bdd6c8d11c8f430b924/guided_diffusion/nn.py#L86 Take the mean over all no
ldm/util.py:142
Functionmean_flat
Take the mean over all non-batch dimensions.
ldm/modules/diffusionmodules/util.py:192
Functionmerge
(path)
instant-nsr-pl/tools.py:12
Methodmode
(self)
ldm/modules/distributions/distributions.py:9
Methodmode
(self)
ldm/modules/distributions/distributions.py:61
Methodname
(self)
instant-nsr-pl/utils/loggers.py:19
← previousnext →601–700 of 848, ranked by callers