MCPcopy Create free account

hub / github.com/alexkeroro86/SampleNeRFRO / functions

Functions490 in github.com/alexkeroro86/SampleNeRFRO

Methodnn
sdf/src/sdf.cpp:375
Functionnormal
sdf/include/sdf/sdf.hpp:75
Methodoperator()
sdf/src/renderer.cpp:296
Methodoperator()
sdf/src/sdf.cpp:371
Methodoperator()
sdf/include/sdf/internal/nanoflann.hpp:211
Methodoperator++
Find the next data element
sdf/include/sdf/internal/RTree.h:174
Methodoperator=
Assignment operator definiton */
sdf/include/sdf/internal/nanoflann.hpp:1534
Methodpeek
(self)
rnerf/ior_utils.py:78
Methodpeek
(self)
rnerf/rl_utils.py:69
Functionpi_const
sdf/include/sdf/internal/nanoflann.hpp:79
MethodplaneSplit
* 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
Functionplot_cube
Args: r: list[int, int]
rnerf/plt_utils.py:22
Functionplot_path
(ray_pos, idx_grad=None, out_dir=None)
rnerf/plt_utils.py:31
Functionpos_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
Functionpose_spherical
(theta, phi, radius)
rnerf/math_utils.py:61
Functionpretty_repr
Returns an indented representation of the nested dictionary.
rnerf/utils.py:313
Functionput_text
(img, text, font_color=(0, 0, 0))
metric/summary.py:18
Methodquery
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
Methodquery
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
MethodradiusSearch
* 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
MethodradiusSearch
* 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
MethodradiusSearchCustomCallback
sdf/include/sdf/internal/nanoflann.hpp:1295
MethodradiusSearchCustomCallback
sdf/include/sdf/internal/nanoflann.hpp:1655
MethodremovePoint
Remove a point from the set (Lazy Deletion) */
sdf/include/sdf/internal/nanoflann.hpp:1904
Methodrender_depth
sdf/src/renderer.cpp:92
Methodrender_depth
sdf/src/renderer.cpp:261
Functionrender_fn
(variables, key_0, key_1, rays)
train.py:245
Functionrender_fn
(variables, key_0, key_1, rays)
extract_mesh.py:127
Functionrender_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
Methodrender_mask
sdf/src/renderer.cpp:99
Methodrender_mask
sdf/src/renderer.cpp:266
Methodrender_nn
sdf/src/renderer.cpp:105
Methodrender_nn
sdf/src/renderer.cpp:271
Functionresize_images
()
calib/calib_camera_with_charuco.py:18
Functionresize_images
()
calib/calib_camera_with_apriltag.py:16
Functionrotmat2qvec
(R)
calib/llff/poses/colmap_read_model.py:285
Methodrun
(self)
rnerf/ior_utils.py:82
Methodrun
(self)
sdf/setup_cmake.py:19
Functionsafe_cos
jnp.cos() on a TPU may NaN out for large values.
rnerf/math_utils.py:32
Functionsafe_divide
(a, b, eps=1e-6)
rnerf/math_utils.py:15
Functionsafe_l2_normalize
(x, eps=1e-6)
rnerf/math_utils.py:6
Functionsafe_log
(x, eps=1e-6)
rnerf/math_utils.py:19
Functionsafe_sin
jnp.sin() on a TPU may NaN out for large values.
rnerf/math_utils.py:37
Methodsample
(self)
rnerf/rl_utils.py:43
Functionsample_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
Methodsample_points
(self, pts, viewdirs)
rnerf/models.py:193
Methodsample_surface
sdf/src/sdf.cpp:170
MethodsaveIndex
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
MethodsaveIndex
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
Functionsave_config
(args)
rnerf/utils.py:273
Functionsave_err
(fpath, img)
metric/compare.py:42
Functionsave_flags
(args)
rnerf/utils.py:260
Functionsave_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
Methodsave_tree
sdf/include/sdf/internal/nanoflann.hpp:1024
Methodsave_value
sdf/include/sdf/internal/nanoflann.hpp:279
MethodsearchLevel
sdf/include/sdf/internal/nanoflann.hpp:1346
MethodsearchLevel
sdf/include/sdf/internal/nanoflann.hpp:1695
Methodsetup
(self)
rnerf/eikonal_utils.py:23
Methodsetup
(self)
rnerf/eikonal_utils.py:67
Methodsetup
(self)
rnerf/models.py:91
Methodsetup
(self)
rnerf/ior_utils.py:139
Functionsinebow
A cyclic and uniform colormap, see http://basecase.org/env/on-rainbows.
rnerf/vis.py:23
Methodsize
(self)
rnerf/datasets.py:126
Methodsize
sdf/include/sdf/internal/nanoflann.hpp:240
Methodsize
Returns number of points in dataset */
sdf/include/sdf/internal/nanoflann.hpp:813
Methodsurface_area
sdf/src/sdf.cpp:343
Functionto_device
Transfer data to devices (GPU/TPU).
rnerf/utils.py:537
Functionto_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
Functiontrain_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
Functionunit_test_proejct_origin
()
calib/make_visual_hull.py:46
Methodupdate
sdf/src/renderer.cpp:32
Methodupdate
sdf/src/renderer.cpp:276
Methodupdate
sdf/src/sdf.cpp:31
Functionupdate_flags
Update the flags in `args` with the contents of the config YAML file.
rnerf/utils.py:248
MethodusedMemory
* Computes the inde memory usage * Returns: memory used by the index */
sdf/include/sdf/internal/nanoflann.hpp:830
Methodveclen
Returns the length of each point in the dataset */
sdf/include/sdf/internal/nanoflann.hpp:816
Methodverts
sdf/src/renderer.cpp:287
Methodverts_mutable
sdf/src/renderer.cpp:288
Functionvisualize_suite
A wrapper around other visualizations for easy integration.
rnerf/vis.py:135
Functionvolumetric_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
MethodworstDist
sdf/include/sdf/internal/nanoflann.hpp:255
Methodworst_item
* Find the worst result (furtherest neighbor) without copying or sorting * Pre-conditions: size() > 0 */
sdf/include/sdf/internal/nanoflann.hpp:261
Methodwrapper_compute_normal_loss_and_smooth
(self, ray_pos, idx_grad, annealed_alpha=1.0)
rnerf/models.py:139
Methodwrapper_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
← previous401–490 of 490, ranked by callers