Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexkeroro86/SampleNeRFRO
/ functions
Functions
490 in github.com/alexkeroro86/SampleNeRFRO
⨍
Functions
490
◇
Types & classes
79
Method
nn
sdf/src/sdf.cpp:375
Function
normal
sdf/include/sdf/sdf.hpp:75
Method
operator()
sdf/src/renderer.cpp:296
Method
operator()
sdf/src/sdf.cpp:371
Method
operator()
sdf/include/sdf/internal/nanoflann.hpp:211
Method
operator++
Find the next data element
sdf/include/sdf/internal/RTree.h:174
Method
operator=
Assignment operator definiton */
sdf/include/sdf/internal/nanoflann.hpp:1534
Method
peek
(self)
rnerf/ior_utils.py:78
Method
peek
(self)
rnerf/rl_utils.py:69
Function
pi_const
sdf/include/sdf/internal/nanoflann.hpp:79
Method
planeSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
sdf/include/sdf/internal/nanoflann.hpp:967
Function
plot_cube
Args: r: list[int, int]
rnerf/plt_utils.py:22
Function
plot_path
(ray_pos, idx_grad=None, out_dir=None)
rnerf/plt_utils.py:31
Function
pos_enc
Cat x with a positional encoding of x with scales 2^[min_deg, max_deg-1]. Instead of computing [sin(x), cos(x)], we use the trig identity cos(x)
rnerf/model_utils.py:187
Function
pose_spherical
(theta, phi, radius)
rnerf/math_utils.py:61
Function
pretty_repr
Returns an indented representation of the nested dictionary.
rnerf/utils.py:313
Function
put_text
(img, text, font_color=(0, 0, 0))
metric/summary.py:18
Method
query
Query for the num_closest closest points to a given point (entered as query_point[0:dim-1]).
sdf/include/sdf/internal/sdf_util.hpp:59
Method
query
Query for the \a num_closest closest points to a given point (entered as * query_point[0:dim-1]). Note that this is a short-cut method for * ind
sdf/include/sdf/internal/nanoflann.hpp:1997
Method
radiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
sdf/include/sdf/internal/nanoflann.hpp:1277
Method
radiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
sdf/include/sdf/internal/nanoflann.hpp:1637
Method
radiusSearchCustomCallback
sdf/include/sdf/internal/nanoflann.hpp:1295
Method
radiusSearchCustomCallback
sdf/include/sdf/internal/nanoflann.hpp:1655
Method
removePoint
Remove a point from the set (Lazy Deletion) */
sdf/include/sdf/internal/nanoflann.hpp:1904
Method
render_depth
sdf/src/renderer.cpp:92
Method
render_depth
sdf/src/renderer.cpp:261
Function
render_fn
(variables, key_0, key_1, rays)
train.py:245
Function
render_fn
(variables, key_0, key_1, rays)
extract_mesh.py:127
Function
render_image
Render all the pixels of an image (in test mode). Args: render_fn: function, jit-ed render function. rays: a `Rays` namedtuple, the rays to
rnerf/utils.py:331
Method
render_mask
sdf/src/renderer.cpp:99
Method
render_mask
sdf/src/renderer.cpp:266
Method
render_nn
sdf/src/renderer.cpp:105
Method
render_nn
sdf/src/renderer.cpp:271
Function
resize_images
()
calib/calib_camera_with_charuco.py:18
Function
resize_images
()
calib/calib_camera_with_apriltag.py:16
Function
rotmat2qvec
(R)
calib/llff/poses/colmap_read_model.py:285
Method
run
(self)
rnerf/ior_utils.py:82
Method
run
(self)
sdf/setup_cmake.py:19
Function
safe_cos
jnp.cos() on a TPU may NaN out for large values.
rnerf/math_utils.py:32
Function
safe_divide
(a, b, eps=1e-6)
rnerf/math_utils.py:15
Function
safe_l2_normalize
(x, eps=1e-6)
rnerf/math_utils.py:6
Function
safe_log
(x, eps=1e-6)
rnerf/math_utils.py:19
Function
safe_sin
jnp.sin() on a TPU may NaN out for large values.
rnerf/math_utils.py:37
Method
sample
(self)
rnerf/rl_utils.py:43
Function
sample_pdf
Hierarchical sampling. Args: key: jnp.ndarray(float32), [2,], random number generator. bins: jnp.ndarray(float32), [batch_size, num_bins +
rnerf/model_utils.py:377
Method
sample_points
(self, pts, viewdirs)
rnerf/models.py:193
Method
sample_surface
sdf/src/sdf.cpp:170
Method
saveIndex
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
sdf/include/sdf/internal/nanoflann.hpp:1417
Method
saveIndex
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
sdf/include/sdf/internal/nanoflann.hpp:1761
Function
save_config
(args)
rnerf/utils.py:273
Function
save_err
(fpath, img)
metric/compare.py:42
Function
save_flags
(args)
rnerf/utils.py:260
Function
save_img
Save an image to disk. Args: img: jnp.ndarry, [height, width, channels], img will be clipped to [0, 1] before saved to pth. pth: stri
rnerf/utils.py:474
Method
save_tree
sdf/include/sdf/internal/nanoflann.hpp:1024
Method
save_value
sdf/include/sdf/internal/nanoflann.hpp:279
Method
searchLevel
sdf/include/sdf/internal/nanoflann.hpp:1346
Method
searchLevel
sdf/include/sdf/internal/nanoflann.hpp:1695
Method
setup
(self)
rnerf/eikonal_utils.py:23
Method
setup
(self)
rnerf/eikonal_utils.py:67
Method
setup
(self)
rnerf/models.py:91
Method
setup
(self)
rnerf/ior_utils.py:139
Function
sinebow
A cyclic and uniform colormap, see http://basecase.org/env/on-rainbows.
rnerf/vis.py:23
Method
size
(self)
rnerf/datasets.py:126
Method
size
sdf/include/sdf/internal/nanoflann.hpp:240
Method
size
Returns number of points in dataset */
sdf/include/sdf/internal/nanoflann.hpp:813
Method
surface_area
sdf/src/sdf.cpp:343
Function
to_device
Transfer data to devices (GPU/TPU).
rnerf/utils.py:537
Function
to_view_matrix
Args: - rvec: np.ndarray, [3, 1] - tvec: np.ndarray, [3, 1] Returns: - mat: np.ndarray, [4, 4]
calib/vis_camera_pose_with_llff.py:56
Function
train_step
One optimization step. Args: model: The linen model. rng: jnp.ndarray, random number generator. state: utils.TrainState, state of the m
train.py:58
Function
unit_test_proejct_origin
()
calib/make_visual_hull.py:46
Method
update
sdf/src/renderer.cpp:32
Method
update
sdf/src/renderer.cpp:276
Method
update
sdf/src/sdf.cpp:31
Function
update_flags
Update the flags in `args` with the contents of the config YAML file.
rnerf/utils.py:248
Method
usedMemory
* Computes the inde memory usage * Returns: memory used by the index */
sdf/include/sdf/internal/nanoflann.hpp:830
Method
veclen
Returns the length of each point in the dataset */
sdf/include/sdf/internal/nanoflann.hpp:816
Method
verts
sdf/src/renderer.cpp:287
Method
verts_mutable
sdf/src/renderer.cpp:288
Function
visualize_suite
A wrapper around other visualizations for easy integration.
rnerf/vis.py:135
Function
volumetric_rendering
Volumetric Rendering Function. Args: rgb: jnp.ndarray(float32), color, [batch_size, num_samples, 3] density: jnp.ndarray(float32), sigma, [
rnerf/model_utils.py:247
Method
worstDist
sdf/include/sdf/internal/nanoflann.hpp:255
Method
worst_item
* Find the worst result (furtherest neighbor) without copying or sorting * Pre-conditions: size() > 0 */
sdf/include/sdf/internal/nanoflann.hpp:261
Method
wrapper_compute_normal_loss_and_smooth
(self, ray_pos, idx_grad, annealed_alpha=1.0)
rnerf/models.py:139
Method
wrapper_idx_model_grad_mlp
(self, ray_pos, condition=None, annealed_alpha=1.0)
rnerf/eikonal_utils.py:26
Method
~Iterator
sdf/include/sdf/internal/RTree.h:149
Method
~KDTreeEigenMatrixAdaptor
sdf/include/sdf/internal/nanoflann.hpp:1987
Method
~KDTreeEigenRefAdaptor
sdf/include/sdf/internal/sdf_util.hpp:42
Method
~PooledAllocator
* Destructor. Frees all the memory allocated in this pool. */
sdf/include/sdf/internal/nanoflann.hpp:631
Method
~RTFileStream
sdf/include/sdf/internal/RTree.h:385
Method
~RTree
sdf/include/sdf/internal/RTree.h:462
← previous
401–490 of 490, ranked by callers