MCPcopy Create free account

hub / github.com/NK-CS-ZZL/DiscretizedSDF / functions

Functions508 in github.com/NK-CS-ZZL/DiscretizedSDF

↓ 107 callersFunctionmake_cuda_tensor
scene/NVDIFFREC/renderutils/c_src/torch_bindings.cpp:116
↓ 70 callersMethodclone
(self)
scene/NVDIFFREC/light.py:48
↓ 42 callersFunctionrelative_loss
(name, ref, cuda)
scene/NVDIFFREC/renderutils/tests/test_bsdf.py:20
↓ 27 callersFunction_get_plugin
()
scene/NVDIFFREC/renderutils/ops.py:23
↓ 27 callersFunctiongetLaunchGridSize
scene/NVDIFFREC/renderutils/c_src/common.cpp:65
↓ 26 callersMethodbackward
(ctx, dout)
scene/NVDIFFREC/renderutils/ops.py:511
↓ 25 callersFunctiongetLaunchBlockSize
scene/NVDIFFREC/renderutils/c_src/common.cpp:18
↓ 24 callersFunctionupdate_grid
scene/NVDIFFREC/renderutils/c_src/torch_bindings.cpp:100
↓ 14 callersFunction_dot
(x, y)
scene/NVDIFFREC/renderutils/bsdf.py:19
↓ 13 callersMethodextract
(self, args)
arguments/__init__.py:40
↓ 13 callersFunctionread_next_bytes
Read and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
scene/colmap_loader.py:72
↓ 11 callersFunctionfused_ssim
(img1, img2, padding="same", train=True)
submodules/fused-ssim/fused_ssim/__init__.py:34
↓ 10 callersMethodTensor
scene/NVDIFFREC/renderutils/c_src/tensor.h:29
↓ 10 callersMethodbackward
(ctx, opt_grad)
submodules/fused-ssim/fused_ssim/__init__.py:24
↓ 9 callersFunction_safe_normalize
(x)
scene/NVDIFFREC/renderutils/bsdf.py:25
↓ 9 callersFunctionfocal2fov
(focal, pixels)
utils/graphics_utils.py:169
↓ 9 callersMethodwrite
(self, x)
utils/general_utils.py:123
↓ 8 callersFunctionfov2focal
(fov, pixels)
utils/graphics_utils.py:166
↓ 8 callersMethodgetTrainCameras
(self, scale=1.0)
scene/__init__.py:104
↓ 7 callersMethodsave
(self, iteration)
scene/__init__.py:95
↓ 6 callersFunctionapply_depth_colormap
(depth, cmap="turbo", min=None, max=None)
utils/image_utils.py:34
↓ 6 callersFunctionpsnr
(img1, img2)
utils/image_utils.py:20
↓ 6 callersFunctiontest_loss
(loss, tonemapper)
scene/NVDIFFREC/renderutils/tests/test_loss.py:35
↓ 5 callersFunctionrelative_loss
(name, ref, cuda)
scene/NVDIFFREC/renderutils/tests/test_mesh.py:33
↓ 5 callersFunctionsafe_state
(silent)
utils/general_utils.py:117
↓ 4 callersFunctionPILtoTorch
(pil_image, resolution)
utils/general_utils.py:21
↓ 4 callersMethod__init__
(self)
lpipsPyTorch/modules/networks.py:89
↓ 4 callersFunctionbsdf_fresnel_shlick
(f0, f90, cosTheta)
scene/NVDIFFREC/renderutils/bsdf.py:96
↓ 4 callersFunctionbuild_rotation
(r)
utils/general_utils.py:83
↓ 4 callersFunctiondot
(x: torch.Tensor, y: torch.Tensor)
scene/NVDIFFREC/util.py:21
↓ 4 callersMethodgetTestCameras
(self, scale=1.0)
scene/__init__.py:107
↓ 4 callersFunctiongetWarpSize
scene/NVDIFFREC/renderutils/c_src/common.h:29
↓ 4 callersFunctionget_combined_args
(parser : ArgumentParser)
arguments/__init__.py:147
↓ 4 callersFunctionlpips
r"""Function that measures Learned Perceptual Image Patch Similarity (LPIPS). Arguments: x, y (torch.Tensor): the input tensors to co
lpipsPyTorch/__init__.py:6
↓ 4 callersFunctionnormalize
Normalization helper function.
utils/render_utils.py:26
↓ 4 callersFunctionpad_poses
Pad [..., 3, 4] pose matrices with a homogeneous bottom row [0,0,0,1].
utils/render_utils.py:30
↓ 4 callersFunctionsave_img_u8
Save an image (probably RGB) in [0, 1] to disk as a uint8 PNG.
utils/render_utils.py:268
↓ 4 callersFunctionssim
(img1_, img2_, window_size=11, size_average=True)
utils/loss_utils.py:34
↓ 3 callersMethod__init__
(self, parser: ArgumentParser, name : str, fill_none = False)
arguments/__init__.py:20
↓ 3 callersFunctionbase_smooth_loss
image: [C, H, W] data: [C, H, W] mask: [C, H, W]
utils/loss_utils.py:149
↓ 3 callersFunctionbilateral_smooth_loss
image: [C, H, W] data: [C, H, W] mask: [C, H, W]
utils/loss_utils.py:136
↓ 3 callersFunctionbsdf_lambda_ggx
(alphaSqr, cosTheta)
scene/NVDIFFREC/renderutils/bsdf.py:105
↓ 3 callersMethodbuild_mips
(self, cutoff=0.99)
scene/NVDIFFREC/light.py:90
↓ 3 callersFunctionbuild_scaling_rotation
(s, r)
utils/general_utils.py:106
↓ 3 callersFunctioncal_gradient
data: [1, C, H, W]
utils/loss_utils.py:117
↓ 3 callersFunctionrelative_loss
(name, ref, cuda)
scene/NVDIFFREC/renderutils/tests/test_loss.py:30
↓ 3 callersFunctionrender_set
(model_path, name, iteration, views, scene, pipeline, background)
render.py:37
↓ 3 callersFunctionsafe_normalize
(x: torch.Tensor, eps: float =1e-20)
scene/NVDIFFREC/util.py:30
↓ 3 callersMethodset_requires_grad
(self, state: bool)
lpipsPyTorch/modules/networks.py:46
↓ 3 callersFunctionssim
(img1, img2, window_size=11, size_average=True)
submodules/fused-ssim/tests/test.py:24
↓ 3 callersFunctiontest_bsdf
(BATCH, RES, ITR)
scene/NVDIFFREC/renderutils/tests/test_perf.py:19
↓ 2 callersFunctionSH2RGB
(sh)
utils/sh_utils.py:117
↓ 2 callersFunction_rgb_to_srgb
(f: torch.Tensor)
scene/NVDIFFREC/util.py:40
↓ 2 callersFunction_srgb_to_rgb
(f: torch.Tensor)
scene/NVDIFFREC/util.py:49
↓ 2 callersFunction_tensor_size
(t)
utils/loss_utils.py:102
↓ 2 callersFunction_tonemap_srgb
(f)
scene/NVDIFFREC/renderutils/loss.py:16
↓ 2 callersMethod_update_learning_rate
(self, iteration, param)
scene/gaussian_model.py:317
↓ 2 callersFunctionbsdf_frostbite
(nrm, wi, wo, linearRoughness)
scene/NVDIFFREC/renderutils/bsdf.py:64
↓ 2 callersFunctionbsdf_lambert
(nrm, wi)
scene/NVDIFFREC/renderutils/bsdf.py:57
↓ 2 callersFunctionbsdf_masking_smith_ggx_correlated
(alphaSqr, cosThetaI, cosThetaO)
scene/NVDIFFREC/renderutils/bsdf.py:112
↓ 2 callersFunctionbsdf_ndf_ggx
(alphaSqr, cosTheta)
scene/NVDIFFREC/renderutils/bsdf.py:100
↓ 2 callersFunctionbsdf_pbr_specular
(col, nrm, wo, wi, alpha, min_roughness=0.08)
scene/NVDIFFREC/renderutils/bsdf.py:117
↓ 2 callersFunctioncameraList_from_camInfos
(cam_infos, resolution_scale, args)
utils/camera_utils.py:66
↓ 2 callersMethodclamp_
(self)
scene/NVDIFFREC/light.py:51
↓ 2 callersMethodclean
(self)
utils/mesh_utils.py:73
↓ 2 callersFunctioncpu_deep_copy_tuple
(input_tuple)
submodules/diff-surfel-sdf-rasterization/diff_surfel_sdf_rasterization/__init__.py:17
↓ 2 callersFunctioncube_to_dir
(s, x, y)
scene/NVDIFFREC/util.py:95
↓ 2 callersMethoddensification_postfix
(self, new_xyz, new_features_dc, new_features_rest, new_sdfs, new_opacities, ne
scene/gaussian_model.py:568
↓ 2 callersFunctionfetchPly
(path)
scene/dataset_readers.py:133
↓ 2 callersFunctionfibonacci_sphere_sampling
(normals, sample_num, random_rotate=True)
scene/NVDIFFREC/util.py:841
↓ 2 callersFunctionfocus_point_fn
Calculate nearest point to all focal axes in poses.
utils/render_utils.py:66
↓ 2 callersFunctiongetNerfppNorm
(cam_info)
scene/dataset_readers.py:50
↓ 2 callersFunctiongetWorld2View2
(R, t, translate=np.array([.0, .0, .0]), scale=1.0)
utils/graphics_utils.py:131
↓ 2 callersFunctionget_expon_lr_func
Copied from Plenoxels Continuous learning rate decay function. Adapted from JaxNeRF The returned rate is lr_init when step=0 and lr_fina
utils/general_utils.py:33
↓ 2 callersMethodget_mip
(self, roughness)
scene/NVDIFFREC/light.py:85
↓ 2 callersFunctioninterpolate_camera
(cam_list, num_inter=4)
utils/camera_utils.py:109
↓ 2 callersFunctioninverse_sigmoid
(x)
utils/general_utils.py:18
↓ 2 callersFunctionl1_loss
(network_output, gt)
utils/loss_utils.py:18
↓ 2 callersFunctionlatlong_to_cubemap_trans
(latlong_map, res, trans_mat=None)
scene/NVDIFFREC/util.py:120
↓ 2 callersFunctionload_img
Load an image and cast to float32.
utils/render_utils.py:194
↓ 2 callersFunctionmkdir_p
(folder_path)
utils/system_utils.py:16
↓ 2 callersFunctionnormalize_normal_inplace
(normal, alpha)
gaussian_renderer/gs2d_render.py:43
↓ 2 callersMethodprune_points
(self, mask)
scene/gaussian_model.py:525
↓ 2 callersFunctionqvec2rotmat
(qvec)
scene/colmap_loader.py:43
↓ 2 callersFunctionreadCamerasFromTransforms
(path, transformsfile, white_background, extension=".png")
scene/dataset_readers.py:205
↓ 2 callersFunctionrender_lighting
(pc, resolution=(512, 1024), sampled_index=None)
gaussian_renderer/gs2d_render.py:34
↓ 2 callersFunctionrender_set
(model_path, name, iteration, views, scene, pipeline, background)
relight.py:29
↓ 2 callersMethodreplace_tensor_to_optimizer
(self, tensor, name)
scene/gaussian_model.py:488
↓ 2 callersMethodset_envmap
(self, envmap)
scene/gaussian_model.py:106
↓ 2 callersFunctionstorePly
(path, xyz, rgb)
scene/dataset_readers.py:141
↓ 2 callersFunctionstrToLoss
scene/NVDIFFREC/renderutils/c_src/torch_bindings.cpp:895
↓ 2 callersFunctiontest_pbr_bsdf
(bsdf)
scene/NVDIFFREC/renderutils/tests/test_bsdf.py:244
↓ 2 callersFunctiontonemap_srgb
(f)
scene/NVDIFFREC/renderutils/tests/test_loss.py:20
↓ 2 callersFunctiontonemap_srgb
(f)
scene/NVDIFFREC/renderutils/tests/test_mesh.py:23
↓ 2 callersFunctionunpad_poses
Remove the homogeneous bottom row from [..., 4, 4] pose matrices.
utils/render_utils.py:36
↓ 2 callersFunctionviewmatrix
Construct lookat view matrix.
utils/render_utils.py:57
↓ 2 callersFunctionwrite_vis_pcd
(file, points, colors)
eval/eval_mesh.py:18
↓ 1 callersFunctionRGB2SH
(rgb)
utils/sh_utils.py:114
↓ 1 callersFunction_RELMSE
(img, target, eps=0.1)
scene/NVDIFFREC/renderutils/loss.py:24
↓ 1 callersFunction_SMAPE
(img, target, eps=0.01)
scene/NVDIFFREC/renderutils/loss.py:19
next →1–100 of 508, ranked by callers