Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/neuralangelo
/ functions
Functions
410 in github.com/NVlabs/neuralangelo
⨍
Functions
410
◇
Types & classes
35
Function
to_half
r"""Move all floats to half. Args: data (dict, list or tensor): Input data.
imaginaire/utils/misc.py:123
Method
train
(self, cfg, data_loader, single_gpu=False, profile=False, show_pbar=False)
projects/nerf/trainers/base.py:103
Method
train
(self, cfg, data_loader, single_gpu=False, profile=False, show_pbar=False)
projects/neuralangelo/trainer.py:108
Function
unit_view_vector_to_rotation_matrix
Args: v (tensor [...,3]): Unit vectors on the view sphere. axes: rotation axis order. Returns: rotation_matrix (tens
projects/nerf/utils/camera.py:438
Function
volume_rendering_alphas_dist
The volume rendering function. Details can be found in the NeRF paper. Args: densities (tensor [batch,ray,samples]): The predicted volume
projects/nerf/utils/render.py:68
Function
volume_rendering_weights
The volume rendering function. Details can be found in the NeRF paper. Args: ray (tensor [batch,ray,3]): The ray directions in world space
projects/nerf/utils/render.py:17
Function
volume_rendering_weights_dist
The volume rendering function. Details can be found in the NeRF paper. Args: densities (tensor [batch,ray,samples]): The predicted volume
projects/nerf/utils/render.py:44
Function
world2cam
(X, pose)
projects/nerf/utils/camera.py:250
Function
wrapper
r"""Simple function wrapper for the master function
imaginaire/utils/distributed.py:69
Method
write_image
r"""Write the value in the tensorboard. Args: img_grid: step (int): Epoch or iteration number.
imaginaire/trainers/utils/meters.py:134
← previous
401–410 of 410, ranked by callers