MCPcopy Create free account

hub / github.com/alexkeroro86/SampleNeRFRO / functions

Functions490 in github.com/alexkeroro86/SampleNeRFRO

↓ 1 callersFunctionvisualize_normals
Visualize fake normals of `depth` (optionally scaled to be isotropic).
rnerf/vis.py:114
↓ 1 callersFunctionweighted_flip_histogram
Compute weighted FLIP histogram :param flip_error_map: matrix (with HxW layout) containing per-pixel FLIP values in the [0,1] range :param direct
metric/flip/flip.py:174
↓ 1 callersMethodwrapper_grad_mlp
(self, x, condition=None, annealed_alpha=1.0)
rnerf/ior_utils.py:225
MethodAddBranch
Add a branch to a node. Split the node if necessary. Returns 0 if node not split. Old node updated. Returns 1 if node split, sets *new_node to addre
sdf/include/sdf/internal/RTree.h:966
MethodAllocListNode
Allocate space for a node in the list used in DeletRect to store Nodes that are too empty.
sdf/include/sdf/internal/RTree.h:813
MethodAllocNode
sdf/include/sdf/internal/RTree.h:788
MethodCalcRectVolume
Use one of the methods to calculate retangle volume
sdf/include/sdf/internal/RTree.h:1130
MethodChoosePartition
Method #0 for choosing a partition: As the seeds for the two groups, pick the two rects that would waste the most area if covered by a single rectangl
sdf/include/sdf/internal/RTree.h:1175
MethodClassify
Put a branch in one of the groups.
sdf/include/sdf/internal/RTree.h:1310
MethodCombineRect
Combine two rectangles into larger one containing both
sdf/include/sdf/internal/RTree.h:1037
MethodCopyRec
sdf/include/sdf/internal/RTree.h:644
MethodCount
sdf/include/sdf/internal/RTree.h:535
MethodCountRec
sdf/include/sdf/internal/RTree.h:543
MethodDisconnectBranch
Disconnect a dependent node. Caller must return (or stop using iteration index) after this as count has changed
sdf/include/sdf/internal/RTree.h:989
MethodFindNextData
Find the next data element in the tree (For internal use only)
sdf/include/sdf/internal/RTree.h:193
MethodFirst0Bit
finds position of least significant unset bit */
sdf/include/sdf/internal/nanoflann.hpp:1821
MethodFreeListNode
sdf/include/sdf/internal/RTree.h:822
MethodFreeNode
sdf/include/sdf/internal/RTree.h:800
MethodGetBounds
Get the bounds for this node
sdf/include/sdf/internal/RTree.h:177
MethodGetBranches
Load branch buffer with branches from full node plus the extra branch.
sdf/include/sdf/internal/RTree.h:1140
MethodGetFirst
Get 'first' for iteration
sdf/include/sdf/internal/RTree.h:255
MethodGetNext
Get Next for iteration
sdf/include/sdf/internal/RTree.h:272
MethodImpl
sdf/src/renderer.cpp:19
MethodImpl
sdf/src/sdf.cpp:17
MethodInitNode
sdf/include/sdf/internal/RTree.h:831
MethodInitParVars
Initialize a PartitionVars structure.
sdf/include/sdf/internal/RTree.h:1267
MethodInitRect
sdf/include/sdf/internal/RTree.h:837
MethodInsertRect
Insert a data rectangle into an index structure. InsertRect provides for splitting the root; returns 1 if root was split, 0 if it was not. The level a
sdf/include/sdf/internal/RTree.h:908
MethodInsertRectRec
Inserts a new data rectangle into the index structure. Recursively descends tree, propagates splits back up. Returns 0 if node was not split. Old nod
sdf/include/sdf/internal/RTree.h:852
MethodIsNotNull
Is iterator pointing to valid data
sdf/include/sdf/internal/RTree.h:155
MethodIsNull
Is iterator invalid
sdf/include/sdf/internal/RTree.h:152
MethodIsNull
Is iterator NULL, or at end?
sdf/include/sdf/internal/RTree.h:275
MethodIterator
sdf/include/sdf/internal/RTree.h:147
MethodKDTreeEigenMatrixAdaptor
Constructor: takes a const ref to the matrix object with the data points
sdf/include/sdf/internal/nanoflann.hpp:1966
MethodKDTreeEigenRefAdaptor
sdf/include/sdf/internal/sdf_util.hpp:36
MethodKDTreeSingleIndexAdaptor
Deleted copy constructor*/
sdf/include/sdf/internal/nanoflann.hpp:1122
MethodKDTreeSingleIndexAdaptorParams
sdf/include/sdf/internal/nanoflann.hpp:547
MethodKDTreeSingleIndexDynamicAdaptor
* KDTree constructor * * Refer to docs in README.md or online in * https://github.com/jlblancoc/nanoflann * * The KD-Tree point dimensi
sdf/include/sdf/internal/nanoflann.hpp:1856
MethodKDTreeSingleIndexDynamicAdaptor_
* KDTree constructor * * Refer to docs in README.md or online in * https://github.com/jlblancoc/nanoflann * * The KD-Tree point dimensi
sdf/include/sdf/internal/nanoflann.hpp:1517
MethodKNNResultSet
sdf/include/sdf/internal/nanoflann.hpp:155
MethodL1_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:330
MethodL2_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:381
MethodL2_Simple_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:429
MethodLoad
sdf/include/sdf/internal/RTree.h:556
MethodLoadNodes
Copy branches from the buffer into two nodes according to the partition.
sdf/include/sdf/internal/RTree.h:1245
MethodLoadRec
sdf/include/sdf/internal/RTree.h:613
MethodNodeCover
Find the smallest rectangle that includes all rectangles in branches of a node.
sdf/include/sdf/internal/RTree.h:950
MethodOverlap
Decide whether two rectangles overlap.
sdf/include/sdf/internal/RTree.h:1427
FunctionPYBIND11_MODULE
sdf/pybind.cpp:12
MethodPickBranch
Pick a branch. Pick the one that will need the smallest increase in area to accomodate the new rectangle. This will result in the least total area f
sdf/include/sdf/internal/RTree.h:1005
MethodPickSeeds
sdf/include/sdf/internal/RTree.h:1281
MethodPooledAllocator
Default constructor. Initializes a new pool. */
sdf/include/sdf/internal/nanoflann.hpp:626
MethodRTFileStream
sdf/include/sdf/internal/RTree.h:383
FunctionRTree
sdf/include/sdf/internal/RTree.h:457
MethodRTree
sdf/include/sdf/internal/RTree.h:436
MethodRadiusResultSet
sdf/include/sdf/internal/nanoflann.hpp:230
MethodReInsert
Add a node to the reinsertion list. All its branches will later be reinserted into the index structure.
sdf/include/sdf/internal/RTree.h:1442
MethodRectSphericalVolume
The exact volume of the bounding sphere for the given Rect
sdf/include/sdf/internal/RTree.h:1103
MethodRectVolume
Calculate the n-dimensional volume of a rectangle
sdf/include/sdf/internal/RTree.h:1087
MethodRemove
sdf/include/sdf/internal/RTree.h:489
MethodRemoveAllRec
sdf/include/sdf/internal/RTree.h:774
MethodRemoveRect
Delete a data rectangle from an index structure. Pass in a pointer to a Rect, the tid of the record, ptr to ptr to root node. Returns 1 if record not
sdf/include/sdf/internal/RTree.h:1336
MethodRemoveRectRec
Delete a rectangle from non-root part of an index structure. Called by RemoveRect. Descends tree recursively, merges branches on the way back up. Ret
sdf/include/sdf/internal/RTree.h:1382
MethodRenderer
sdf/src/renderer.cpp:246
MethodReset
sdf/include/sdf/internal/RTree.h:763
MethodSDF
sdf/src/sdf.cpp:325
MethodSO2_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:461
MethodSO3_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:495
MethodSave
sdf/include/sdf/internal/RTree.h:685
MethodSaveRec
sdf/include/sdf/internal/RTree.h:724
MethodSearchParams
Note: The first argument (checks_IGNORED_) is ignored, but kept for * compatibility with the FLANN interface */
sdf/include/sdf/internal/nanoflann.hpp:557
MethodSplitNode
Split a node. Divides the nodes branches and the extra one between two nodes. Old node is one of the new ones, and one really new one is created. Trie
sdf/include/sdf/internal/RTree.h:1058
Method__call__
(self, carry, iterable)
rnerf/eikonal_utils.py:30
Method__call__
(self, origin, direction, annealed_alpha)
rnerf/eikonal_utils.py:101
Method__call__
Nerf Model. Args: rng_0: jnp.ndarray, random number generator for coarse model sampling. rng_1: jnp.ndarray, random number generator
rnerf/models.py:220
Method__call__
Args: x: jnp.ndarray, [batch, 3] Returns:
rnerf/ior_utils.py:270
Method__call__
Evaluate the MLP. Args: x: jnp.ndarray(float32), [batch, num_samples, feature], points. condition: jnp.ndarray(float32), [batch, feat
rnerf/model_utils.py:42
Method__call__
Evaluate the MLP. Args: x: jnp.ndarray(float32), [batch, num_samples, feature], points. condition: jnp.ndarray(float32), [batch, feat
rnerf/model_utils.py:105
Method__init__
(self, args)
rnerf/ior_utils.py:58
Method__init__
(self, buffer_size, batch_size, total_episode)
rnerf/rl_utils.py:10
Method__init__
(self, split, args)
rnerf/datasets.py:64
Method__init__
r""" class for ms-ssim Args: win_size: (int, optional): the size of gauss kernel win_sigma: (float, optional): sigma o
metric/ssim/ssim.py:229
Method__init__
(self, name, sourcedir='')
sdf/setup_cmake.py:13
Method__iter__
(self)
rnerf/ior_utils.py:71
Method__iter__
(self)
rnerf/datasets.py:90
Method__next__
(self)
rnerf/ior_utils.py:74
Method__next__
Get the next training batch or test example. Returns: batch: dict, has "pixels" and "rays".
rnerf/datasets.py:93
Method__str__
(self)
sdf/setup.py:15
Method_calc
sdf/src/renderer.cpp:205
Method_depth_face_handler
sdf/src/renderer.cpp:62
Method_generate_rays
Generating rays for all images.
rnerf/datasets.py:486
Method_generate_rays
Generate normalized device coordinate rays for llff.
rnerf/datasets.py:609
Method_load_renderings
Load images from disk.
rnerf/datasets.py:334
Method_load_renderings
Load images from disk.
rnerf/datasets.py:429
Method_load_renderings
Load images from disk.
rnerf/datasets.py:524
Method_mask_face_handler
sdf/src/renderer.cpp:71
Method_next_test
Sample next test example.
rnerf/datasets.py:202
Method_next_test
(self)
rnerf/datasets.py:327
Method_next_test
Sample next test example.
rnerf/datasets.py:466
Method_next_train
Sample next training batch.
rnerf/datasets.py:151
← previousnext →201–300 of 490, ranked by callers