MCPcopy Create free account

hub / github.com/Hujiazeng/Vach / functions

Functions977 in github.com/Hujiazeng/Vach

Methodforward
(self, x)
talkers/synctalk/nerf_triplane/network.py:83
Methodforward
(self, x)
talkers/synctalk/nerf_triplane/network.py:111
Methodforward
(self, x)
talkers/synctalk/nerf_triplane/network.py:132
Methodforward
(self, x)
talkers/synctalk/nerf_triplane/network.py:153
Methodforward
(self, x, d, enc_a, c, e=None)
talkers/synctalk/nerf_triplane/network.py:335
Methodforward
(self, x, d)
talkers/synctalk/nerf_triplane/renderer.py:135
Methodforward
(ctx, inputs, embeddings, offsets, per_level_scale, base_resolution, calc_grad_inputs=False, gridtype=0, align
talkers/er_nerf/gridencoder/grid.py:22
Methodforward
(self, inputs, bound=1)
talkers/er_nerf/gridencoder/grid.py:139
Methodforward
(ctx, inputs, degree, output_dim)
talkers/er_nerf/freqencoder/freq.py:18
Methodforward
(self, inputs, **kwargs)
talkers/er_nerf/freqencoder/freq.py:66
Methodforward
(ctx, inputs, degree, calc_grad_inputs=False)
talkers/er_nerf/shencoder/sphere_harmonics.py:17
Methodforward
(self, inputs, size=1)
talkers/er_nerf/shencoder/sphere_harmonics.py:75
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/model.py:26
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/model.py:44
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/model.py:76
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/model.py:104
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/model.py:155
Methodforward
(self, fsp, fcp)
talkers/er_nerf/data_utils/face_parsing/model.py:200
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/resnet.py:36
Methodforward
(self, x)
talkers/er_nerf/data_utils/face_parsing/resnet.py:71
Methodforward
(self, fragments, meshes, **kwargs)
talkers/er_nerf/data_utils/face_tracking/render_3dmm.py:61
Methodforward
(self, rott_geometry, texture, diffuse_sh)
talkers/er_nerf/data_utils/face_tracking/render_3dmm.py:190
Methodforward
(ctx, normal)
talkers/er_nerf/data_utils/face_tracking/render_land.py:25
Methodforward
(self, normal)
talkers/er_nerf/data_utils/face_tracking/render_land.py:41
Methodforward
( ctx, proj_geo, texture, nbl, ori_img, is_visible, tri_inds, pixel_valid )
talkers/er_nerf/data_utils/face_tracking/render_land.py:66
Methodforward
( self, proj_geo, texture, nbl, ori_img, is_visible, tri_inds, pixel_valid )
talkers/er_nerf/data_utils/face_tracking/render_land.py:119
Methodforward
near_far_from_aabb, CUDA implementation Calculate rays' intersection time (near and far) with aabb Args: rays_o: float, [
talkers/er_nerf/raymarching/raymarching.py:21
Methodforward
sph_from_ray, CUDA implementation get spherical coordinate on the background sphere from rays. Assume rays_o are inside the Sphere(ra
talkers/er_nerf/raymarching/raymarching.py:54
Methodforward
morton3D, CUDA implementation Args: coords: [N, 3], int32, in [0, 128) (for some reason there is no uint32 tensor in torch...)
talkers/er_nerf/raymarching/raymarching.py:84
Methodforward
morton3D_invert, CUDA implementation Args: indices: [N], int32, in [0, 128^3) Returns: coords: [N, 3], int32,
talkers/er_nerf/raymarching/raymarching.py:107
Methodforward
packbits, CUDA implementation Pack up the density grid into a bit field to accelerate ray marching. Args: grid: float, [C
talkers/er_nerf/raymarching/raymarching.py:131
Methodforward
max pooling with morton coord, CUDA implementation or maybe call it dilation... we don't support adjust kernel size. Args:
talkers/er_nerf/raymarching/raymarching.py:160
Methodforward
march rays to generate points (forward only) Args: rays_o/d: float, [N, 3] bound: float, scalar density_b
talkers/er_nerf/raymarching/raymarching.py:189
Methodforward
composite rays' rgbs, according to the ray marching formula. Args: rgbs: float, [M, 3] sigmas: float, [M,]
talkers/er_nerf/raymarching/raymarching.py:286
Methodforward
march rays to generate points (forward only, for inference) Args: n_alive: int, number of alive rays n_step: int, how
talkers/er_nerf/raymarching/raymarching.py:350
Methodforward
composite rays' rgbs, according to the ray marching formula. (for inference) Args: n_alive: int, number of alive rays
talkers/er_nerf/raymarching/raymarching.py:404
Methodforward
(ctx, n_alive, n_step, rays_alive, rays_t, sigmas, rgbs, deltas, ambients, weights_sum, depth, image, ambient_
talkers/er_nerf/raymarching/raymarching.py:429
Methodforward
composite rays' rgbs, according to the ray marching formula. Args: rgbs: float, [M, 3] sigmas: float, [M,]
talkers/er_nerf/raymarching/raymarching.py:445
Methodforward
(ctx, n_alive, n_step, rays_alive, rays_t, sigmas, rgbs, deltas, ambients, weights_sum, depth, image, ambient_
talkers/er_nerf/raymarching/raymarching.py:506
Methodforward
composite rays' rgbs, according to the ray marching formula. Args: rgbs: float, [M, 3] sigmas: float, [M,]
talkers/er_nerf/raymarching/raymarching.py:519
Methodforward
(ctx, n_alive, n_step, rays_alive, rays_t, sigmas, rgbs, deltas, ambients, uncertainties, weights_sum, depth,
talkers/er_nerf/raymarching/raymarching.py:584
Methodforward
composite rays' rgbs, according to the ray marching formula. Args: rgbs: float, [M, 3] sigmas: float, [M,]
talkers/er_nerf/raymarching/raymarching.py:597
Methodforward
(ctx, n_alive, n_step, rays_alive, rays_t, sigmas, rgbs, deltas, ambs_aud, ambs_eye, uncertainties, weights_su
talkers/er_nerf/raymarching/raymarching.py:666
Methodforward
(self, x)
talkers/er_nerf/nerf_triplane/network.py:32
Methodforward
(self, x)
talkers/er_nerf/nerf_triplane/network.py:62
Methodforward
(self, x)
talkers/er_nerf/nerf_triplane/network.py:84
Methodforward
(self, x, d, enc_a, c, e=None)
talkers/er_nerf/nerf_triplane/network.py:250
Methodforward
(self, x, d)
talkers/er_nerf/nerf_triplane/renderer.py:135
Methodforward_geo
(self, id_para, exp_para)
talkers/synctalk/data_utils/face_tracking/facemodel.py:50
Functionforward_interpolate
(flow)
talkers/synctalk/data_utils/UNFaceFlow/core/utils_core/utils.py:26
Methodforward_tex
(self, tex_para)
talkers/synctalk/data_utils/face_tracking/facemodel.py:57
Methodfreeze_bn
(self)
talkers/synctalk/data_utils/UNFaceFlow/core/raft.py:58
Methodfreeze_bn
(self)
talkers/synctalk/data_utils/UNFaceFlow/core/raft.py:176
Functionge
(e)
web/mpegts-1.7.3.min.js:1
Methodget_audio_grid
(self, S=128)
talkers/synctalk/nerf_triplane/renderer.py:541
Methodget_audio_grid
(self, S=128)
talkers/er_nerf/nerf_triplane/renderer.py:543
Methodget_eye_grid
(self, S=128)
talkers/synctalk/nerf_triplane/renderer.py:598
Methodget_eye_grid
(self, S=128)
talkers/er_nerf/nerf_triplane/renderer.py:600
Functionget_hubert_from_16k_wav
(wav_16k_name)
talkers/synctalk/data_utils/hubert.py:12
Functionget_hubert_from_16k_wav
(wav_16k_name)
talkers/er_nerf/data_utils/hubert.py:12
Methodget_next_feat
(self)
talkers/er_nerf/data_utils/wav2vec.py:160
Functionget_occu_mask_backward
(flow21, th=0.2)
talkers/synctalk/data_utils/UNFaceFlow/core/warp_utils.py:104
Functionget_occu_mask_bidirection
(flow12, flow21, mask, scale=1, bias=0.5)
talkers/synctalk/data_utils/UNFaceFlow/core/warp_utils.py:92
Methodget_params
(self)
talkers/synctalk/data_utils/face_parsing/model.py:55
Methodget_params
(self)
talkers/synctalk/data_utils/face_parsing/model.py:133
Methodget_params
(self)
talkers/synctalk/data_utils/face_parsing/model.py:168
Methodget_params
(self)
talkers/synctalk/data_utils/face_parsing/model.py:218
Methodget_params
(self)
talkers/er_nerf/data_utils/face_parsing/model.py:55
Methodget_params
(self)
talkers/er_nerf/data_utils/face_parsing/model.py:133
Methodget_params
(self)
talkers/er_nerf/data_utils/face_parsing/model.py:168
Methodget_params
(self)
talkers/er_nerf/data_utils/face_parsing/model.py:218
Functionget_ssv_weights
(cycle_corres, input, mask, scale_value)
talkers/synctalk/data_utils/UNFaceFlow/core/warp_utils.py:112
Functionget_transform
(opt)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/base_dataset.py:20
Methodget_video_stream
(self)
links/synctalk/synctalk_link.py:712
Methodinitialize
(self)
talkers/synctalk/data_utils/UNFaceFlow/options_test_flow.py:60
Methodinitialize
(self)
talkers/synctalk/data_utils/UNFaceFlow/options_test_flow.py:107
Methodinitialize
(self, opt)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/dd_dataset_bak.py:15
Methodinitialize
(self, opt)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/dd_dataset.py:15
Methodinitialize
(self, opt)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/base_dataset.py:13
Methodintrinsics
(self)
talkers/synctalk/nerf_triplane/gui.py:50
Methodintrinsics
(self)
talkers/er_nerf/nerf_triplane/gui.py:53
Functioninv_preemphasis
(wav, k, inv_preemphasize=True)
talkers/er_nerf/data_utils/wav2mel.py:17
Functionle
()
web/mpegts-1.7.3.min.js:1
Functionlibrosa_pad_lr
(x, fsize, fshift)
talkers/er_nerf/data_utils/wav2mel.py:71
Functionlinearspectrogram
(wav)
talkers/er_nerf/data_utils/wav2mel.py:29
Methodlisten_and_calculate_block
(self, quit_event, loop=None)
links/synctalk/synctalk_link.py:742
Methodlisten_and_render
(self, loop, quit_event2)
links/synctalk/synctalk_link.py:798
Methodlisten_and_render
(self, loop, quit_event2)
links/er_nerf/er_nerf_link.py:615
Functionload_adja_id_info
(filename, src_mask, H, W, num_adja, num_neigb)
talkers/synctalk/data_utils/UNFaceFlow/utils.py:54
Methodload_data
(self)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/__init__.py:49
Functionload_flow
(filename)
talkers/synctalk/data_utils/UNFaceFlow/utils.py:8
Functionload_graph_info
(filename, max_edges, max_nodes)
talkers/synctalk/data_utils/UNFaceFlow/utils.py:24
Functionload_wav
(path, sr)
talkers/er_nerf/data_utils/wav2mel.py:9
Functionmake_conv
(n_in, n_out, n_blocks, kernel=3, normalization=torch.nn.BatchNorm3d, activation=torch.nn.ReLU)
talkers/synctalk/data_utils/UNFaceFlow/core/nnutils.py:6
Functionmake_downscale
(n_in, n_out, kernel=4, normalization=torch.nn.BatchNorm3d, activation=torch.nn.ReLU)
talkers/synctalk/data_utils/UNFaceFlow/core/nnutils.py:30
Functionmake_downscale_2d
(n_in, n_out, kernel=4, normalization=torch.nn.BatchNorm2d, activation=torch.nn.ReLU)
talkers/synctalk/data_utils/UNFaceFlow/core/nnutils.py:39
Functionmake_upscale
(n_in, n_out, normalization=torch.nn.BatchNorm3d, activation=torch.nn.ReLU)
talkers/synctalk/data_utils/UNFaceFlow/core/nnutils.py:48
Functionmake_upscale_2d
(n_in, n_out, kernel=4, normalization=torch.nn.BatchNorm2d, activation=torch.nn.ReLU)
talkers/synctalk/data_utils/UNFaceFlow/core/nnutils.py:57
Methodname
(self)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/dd_dataset_bak.py:106
Methodname
(self)
talkers/synctalk/data_utils/UNFaceFlow/data_test_flow/dd_dataset.py:107
← previousnext →801–900 of 977, ranked by callers