Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APRIL-ZJU/Gaussian-LIC
/ functions
Functions
231 in github.com/APRIL-ZJU/Gaussian-LIC
⨍
Functions
231
◇
Types & classes
61
Method
GaussianModel
src/gaussian.cpp:239
Method
GaussianRasterizationSettings
src/rasterizer/rasterizer.h:29
Method
GaussianRasterizer
src/rasterizer/rasterizer.h:99
Function
GetBool
src/yaml_utils.h:65
Function
GetString
src/yaml_utils.h:54
Function
GetValue
src/yaml_utils.h:27
Function
GetValues
src/yaml_utils.h:39
Method
Params
src/mapping.h:57
Method
PlyElement
src/tinyply.h:114
Method
PlyElement
src/tinyply.h:316
Method
PlyFile
src/tinyply.h:964
Method
PlyProperty
src/tinyply.h:101
Method
PlyProperty
src/tinyply.h:301
Method
PropertyInfo
src/tinyply.h:55
Function
R2ypr
src/eigen_utils.h:108
Function
SkewSymmetric
src/eigen_utils.h:80
Method
SparseGaussianAdam
src/optim_utils.h:72
Method
SparseGaussianAdamOptions
src/optim_utils.h:37
Method
__getitem__
(self, item)
ckpt/SPNet/src/data_tools.py:262
Method
__init__
(self, n_channels_list: Sequence[int])
src/lpips/lpipsPyTorch/modules/networks.py:24
Method
__init__
(self)
src/lpips/lpipsPyTorch/modules/networks.py:37
Method
__init__
(self)
src/lpips/lpipsPyTorch/modules/networks.py:69
Method
__init__
(self)
src/lpips/lpipsPyTorch/modules/networks.py:80
Method
__init__
(self, net_type: str = 'alex', version: str = '0.1')
src/lpips/lpipsPyTorch/modules/lpips.py:17
Method
__init__
(self, gpus_num, model_type="Large")
ckpt/SPNet/config.py:5
Method
__init__
(self, device)
ckpt/SPNet/test_utils.py:25
Method
__init__
(self, cf, rank)
ckpt/SPNet/src/src_main.py:23
Method
__init__
(self)
ckpt/SPNet/src/utils.py:12
Method
__init__
(self, normalized_shape, eps=1e-6, affine=True)
ckpt/SPNet/src/custom_blocks.py:15
Method
__init__
(self, normalized_shape, norm_type)
ckpt/SPNet/src/custom_blocks.py:32
Method
__init__
(self, dim: int, norm_type: str, dp_rate: float)
ckpt/SPNet/src/custom_blocks.py:72
Method
__init__
( self, )
ckpt/SPNet/src/losses.py:24
Method
__init__
( self, k: int = 4, sobel: bool = True, )
ckpt/SPNet/src/losses.py:40
Method
__init__
(self, out_chans=1, dims=[96, 192, 384, 768], norm_type="CNX")
ckpt/SPNet/src/modules.py:52
Method
__init__
(self, dims, depths, dp_rate, norm_type)
ckpt/SPNet/src/networks.py:7
Method
__init__
(self, factor)
ckpt/SPNet/src/data_tools.py:73
Method
__init__
(self, size)
ckpt/SPNet/src/data_tools.py:94
Method
__len__
(self)
ckpt/SPNet/src/data_tools.py:256
Method
__masked_mean_robust_standardization__
(depth, mask, eps=1e-6)
ckpt/SPNet/src/utils.py:17
Method
_init_weights
(self, m)
ckpt/SPNet/src/networks.py:14
Method
allocateBuffers
src/depth_completer.cpp:100
Method
backward
src/rasterizer/rasterizer.cpp:103
Method
custom_step
src/optim_utils.h:102
Function
cvGpuMat2TorchTensor_Float32
src/tensor_utils.h:113
Function
deleter
src/tensor_utils.h:30
Function
depthCallback
src/mapping.cpp:65
Function
dnormvdv
src/rasterizer/cuda_rasterizer/auxiliary.h:119
Function
dnormvdz
src/rasterizer/cuda_rasterizer/auxiliary.h:111
Function
endian_swap
src/tinyply.h:197
Function
endian_swap<int16_t, int16_t>
src/tinyply.h:211
Function
endian_swap<int32_t, int32_t>
src/tinyply.h:212
Function
endian_swap<int64_t, int64_t>
src/tinyply.h:213
Function
endian_swap<uint16_t, uint16_t>
src/tinyply.h:198
Function
endian_swap<uint32_t, float>
src/tinyply.h:214
Function
endian_swap<uint32_t, uint32_t>
src/tinyply.h:199
Function
endian_swap<uint64_t, double>
src/tinyply.h:215
Function
endian_swap<uint64_t, uint64_t>
src/tinyply.h:200
Function
endian_swap_buffer
src/tinyply.h:329
Method
forward
(self, x: torch.Tensor)
src/lpips/lpipsPyTorch/modules/networks.py:55
Method
forward
(self, x: torch.Tensor, y: torch.Tensor)
src/lpips/lpipsPyTorch/modules/lpips.py:30
Method
forward
(self, depth, gt, mask_hole)
ckpt/SPNet/src/utils.py:28
Method
forward
(self, x)
ckpt/SPNet/src/custom_blocks.py:23
Method
forward
(self, x)
ckpt/SPNet/src/custom_blocks.py:55
Method
forward
(self, x)
ckpt/SPNet/src/custom_blocks.py:87
Method
forward
(self, x)
ckpt/SPNet/src/custom_blocks.py:105
Method
forward
(self, x: Tensor)
ckpt/SPNet/src/losses.py:17
Method
forward
(self, output: Tensor, target: Tensor, hole: Tensor)
ckpt/SPNet/src/losses.py:31
Method
forward
(self, output: Tensor, target: Tensor, hole_target: Tensor)
ckpt/SPNet/src/losses.py:66
Method
forward
(self, x)
ckpt/SPNet/src/modules.py:42
Method
forward
(self, ins)
ckpt/SPNet/src/modules.py:73
Method
forward
(self, rgb, raw, hole_raw)
ckpt/SPNet/src/networks.py:19
Method
forward
Args: img (PIL Image or Tensor): Image to be cropped and resized. Returns: PIL Image or Tensor: Randoml
ckpt/SPNet/src/data_tools.py:40
Method
forward
Args: depth (Tensor): depth map to be scaled and shifted. Returns: Tensor: scaled and shifted depth.
ckpt/SPNet/src/data_tools.py:77
Method
getCovariance
src/gaussian.cpp:306
Method
getExposure
src/gaussian.cpp:336
Function
getRect
src/rasterizer/cuda_rasterizer/auxiliary.h:46
Function
getTransBetween
src/eigen_utils.h:65
Method
get_elements
src/tinyply.h:969
Method
get_eps
src/optim_utils.h:58
Method
get_info
src/tinyply.h:971
Function
imageCallback
src/mapping.cpp:58
Function
in_frustum
src/rasterizer/cuda_rasterizer/auxiliary.h:149
Method
initEngine
src/depth_completer.cpp:74
Method
is_binary_file
src/tinyply.h:972
Method
log
src/depth_completer.cpp:24
Function
lpips
r"""Function that measures Learned Perceptual Image Patch Similarity (LPIPS). Arguments: x, y (torch.Tensor): the input tensors to co
src/lpips/lpipsPyTorch/__init__.py:6
Function
main
src/mapping.cpp:232
Method
make_property_lookup_table
The `userData` table is an easy data structure for capturing what data the user would like out of the ply file, but an inner-loop hash lookup is non-i
src/tinyply.h:359
Function
mapping
src/mapping.cpp:153
Function
max_contrib_power_rect_gaussian_float
src/rasterizer/cuda_rasterizer/forward.h:39
Function
ndc2Pix
src/rasterizer/cuda_rasterizer/auxiliary.h:41
Function
obtain
src/rasterizer/cuda_rasterizer/rasterizer_impl.h:29
Method
operator()
src/depth_completer.cpp:33
Method
operator()
src/tinyply.h:78
Method
parse_data
src/tinyply.h:821
Method
parse_header
src/tinyply.h:387
Function
ply_cast_ascii
src/tinyply.h:338
Function
ply_read_ascii
src/tinyply.h:321
Function
pointCallback
src/mapping.cpp:43
Function
poseCallback
src/mapping.cpp:51
← previous
next →
101–200 of 231, ranked by callers