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
↓ 1 callers
Function
visualize_normals
Visualize fake normals of `depth` (optionally scaled to be isotropic).
rnerf/vis.py:114
↓ 1 callers
Function
weighted_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 callers
Method
wrapper_grad_mlp
(self, x, condition=None, annealed_alpha=1.0)
rnerf/ior_utils.py:225
Method
AddBranch
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
Method
AllocListNode
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
Method
AllocNode
sdf/include/sdf/internal/RTree.h:788
Method
CalcRectVolume
Use one of the methods to calculate retangle volume
sdf/include/sdf/internal/RTree.h:1130
Method
ChoosePartition
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
Method
Classify
Put a branch in one of the groups.
sdf/include/sdf/internal/RTree.h:1310
Method
CombineRect
Combine two rectangles into larger one containing both
sdf/include/sdf/internal/RTree.h:1037
Method
CopyRec
sdf/include/sdf/internal/RTree.h:644
Method
Count
sdf/include/sdf/internal/RTree.h:535
Method
CountRec
sdf/include/sdf/internal/RTree.h:543
Method
DisconnectBranch
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
Method
FindNextData
Find the next data element in the tree (For internal use only)
sdf/include/sdf/internal/RTree.h:193
Method
First0Bit
finds position of least significant unset bit */
sdf/include/sdf/internal/nanoflann.hpp:1821
Method
FreeListNode
sdf/include/sdf/internal/RTree.h:822
Method
FreeNode
sdf/include/sdf/internal/RTree.h:800
Method
GetBounds
Get the bounds for this node
sdf/include/sdf/internal/RTree.h:177
Method
GetBranches
Load branch buffer with branches from full node plus the extra branch.
sdf/include/sdf/internal/RTree.h:1140
Method
GetFirst
Get 'first' for iteration
sdf/include/sdf/internal/RTree.h:255
Method
GetNext
Get Next for iteration
sdf/include/sdf/internal/RTree.h:272
Method
Impl
sdf/src/renderer.cpp:19
Method
Impl
sdf/src/sdf.cpp:17
Method
InitNode
sdf/include/sdf/internal/RTree.h:831
Method
InitParVars
Initialize a PartitionVars structure.
sdf/include/sdf/internal/RTree.h:1267
Method
InitRect
sdf/include/sdf/internal/RTree.h:837
Method
InsertRect
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
Method
InsertRectRec
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
Method
IsNotNull
Is iterator pointing to valid data
sdf/include/sdf/internal/RTree.h:155
Method
IsNull
Is iterator invalid
sdf/include/sdf/internal/RTree.h:152
Method
IsNull
Is iterator NULL, or at end?
sdf/include/sdf/internal/RTree.h:275
Method
Iterator
sdf/include/sdf/internal/RTree.h:147
Method
KDTreeEigenMatrixAdaptor
Constructor: takes a const ref to the matrix object with the data points
sdf/include/sdf/internal/nanoflann.hpp:1966
Method
KDTreeEigenRefAdaptor
sdf/include/sdf/internal/sdf_util.hpp:36
Method
KDTreeSingleIndexAdaptor
Deleted copy constructor*/
sdf/include/sdf/internal/nanoflann.hpp:1122
Method
KDTreeSingleIndexAdaptorParams
sdf/include/sdf/internal/nanoflann.hpp:547
Method
KDTreeSingleIndexDynamicAdaptor
* 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
Method
KDTreeSingleIndexDynamicAdaptor_
* 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
Method
KNNResultSet
sdf/include/sdf/internal/nanoflann.hpp:155
Method
L1_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:330
Method
L2_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:381
Method
L2_Simple_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:429
Method
Load
sdf/include/sdf/internal/RTree.h:556
Method
LoadNodes
Copy branches from the buffer into two nodes according to the partition.
sdf/include/sdf/internal/RTree.h:1245
Method
LoadRec
sdf/include/sdf/internal/RTree.h:613
Method
NodeCover
Find the smallest rectangle that includes all rectangles in branches of a node.
sdf/include/sdf/internal/RTree.h:950
Method
Overlap
Decide whether two rectangles overlap.
sdf/include/sdf/internal/RTree.h:1427
Function
PYBIND11_MODULE
sdf/pybind.cpp:12
Method
PickBranch
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
Method
PickSeeds
sdf/include/sdf/internal/RTree.h:1281
Method
PooledAllocator
Default constructor. Initializes a new pool. */
sdf/include/sdf/internal/nanoflann.hpp:626
Method
RTFileStream
sdf/include/sdf/internal/RTree.h:383
Function
RTree
sdf/include/sdf/internal/RTree.h:457
Method
RTree
sdf/include/sdf/internal/RTree.h:436
Method
RadiusResultSet
sdf/include/sdf/internal/nanoflann.hpp:230
Method
ReInsert
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
Method
RectSphericalVolume
The exact volume of the bounding sphere for the given Rect
sdf/include/sdf/internal/RTree.h:1103
Method
RectVolume
Calculate the n-dimensional volume of a rectangle
sdf/include/sdf/internal/RTree.h:1087
Method
Remove
sdf/include/sdf/internal/RTree.h:489
Method
RemoveAllRec
sdf/include/sdf/internal/RTree.h:774
Method
RemoveRect
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
Method
RemoveRectRec
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
Method
Renderer
sdf/src/renderer.cpp:246
Method
Reset
sdf/include/sdf/internal/RTree.h:763
Method
SDF
sdf/src/sdf.cpp:325
Method
SO2_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:461
Method
SO3_Adaptor
sdf/include/sdf/internal/nanoflann.hpp:495
Method
Save
sdf/include/sdf/internal/RTree.h:685
Method
SaveRec
sdf/include/sdf/internal/RTree.h:724
Method
SearchParams
Note: The first argument (checks_IGNORED_) is ignored, but kept for * compatibility with the FLANN interface */
sdf/include/sdf/internal/nanoflann.hpp:557
Method
SplitNode
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
← previous
next →
201–300 of 490, ranked by callers