Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78ij/NU-NeRF
/ functions
Functions
913 in github.com/78ij/NU-NeRF
⨍
Functions
913
◇
Types & classes
85
↓ 101 callers
Method
write
Write PLY data to a writeable file-like object or filename.
colmap/plyfile.py:297
↓ 34 callers
Function
make_predictor
(feats_dim: object, output_dim: object, weight_norm: object = True, activation='sigmoid', e
network/field.py:371
↓ 32 callers
Function
linear_to_srgb
(linear)
utils/raw_utils.py:5
↓ 29 callers
Method
copy
Created an (owned) copy of the data
raytracing/include/raytracing/gpu_memory.h:346
↓ 26 callers
Method
size
raytracing/include/raytracing/gpu_memory.h:379
↓ 24 callers
Function
max
cuda/vec_math.h:65
↓ 22 callers
Function
make_float3
additional constructors * @{ */
cuda/vec_math.h:368
↓ 22 callers
Function
min
cuda/vec_math.h:70
↓ 22 callers
Method
sdf
(self, x)
network/field.py:152
↓ 22 callers
Function
write_next_bytes
pack and write to a binary file. :param fid: :param data: data to send, if multiple elements are sent at the same time, they should be enc
colmap/read_write_model.py:86
↓ 18 callers
Function
make_float2
additional constructors * @{ */
cuda/vec_math.h:140
↓ 18 callers
Function
make_float4
additional constructors * @{ */
cuda/vec_math.h:605
↓ 18 callers
Function
read_pickle
(pkl_path)
utils/base_utils.py:23
↓ 17 callers
Function
get_embedder
(multires, input_dims=3)
network/field.py:47
↓ 17 callers
Method
log
(self, data, prefix='train', step=None, verbose=False)
train/train_tools.py:103
↓ 16 callers
Function
read_next_bytes
Read and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
colmap/read_write_model.py:74
↓ 15 callers
Method
read
Read PLY data from a readable file-like object or filename.
colmap/plyfile.py:275
↓ 14 callers
Function
copy_file_if_not_exists
(source, destination)
colmap/build.py:168
↓ 14 callers
Method
resize
@name Resizing/enlargement * @{ */ Resizes the array to the exact new size, even if it is already larger
raytracing/include/raytracing/gpu_memory.h:165
↓ 13 callers
Function
make_int3
additional constructors * @{ */
cuda/vec_math.h:987
↓ 13 callers
Function
make_int4
additional constructors * @{ */
cuda/vec_math.h:1131
↓ 13 callers
Function
make_longlong3
additional constructors * @{ */
cuda/vec_math.h:1850
↓ 13 callers
Function
make_longlong4
additional constructors * @{ */
cuda/vec_math.h:1994
↓ 12 callers
Method
__init__
(self, **kwargs)
network/field.py:15
↓ 12 callers
Function
concat_images_list
(*args, vert=False)
utils/draw_utils.py:187
↓ 12 callers
Function
dot
v1, v2: [n,3]
network/DiffRender.py:21
↓ 12 callers
Function
dot
dot product */
cuda/vec_math.h:304
↓ 12 callers
Function
lerp
lerp */
cuda/vec_math.h:107
↓ 12 callers
Function
make_uint3
additional constructors * @{ */
cuda/vec_math.h:1417
↓ 12 callers
Function
make_uint4
additional constructors * @{ */
cuda/vec_math.h:1557
↓ 12 callers
Function
make_ulonglong3
additional constructors * @{ */
cuda/vec_math.h:2279
↓ 12 callers
Function
make_ulonglong4
additional constructors * @{ */
cuda/vec_math.h:2419
↓ 12 callers
Function
mkdir_if_not_exists
(path)
colmap/build.py:162
↓ 12 callers
Function
read_model
(path, ext="")
colmap/read_write_model.py:420
↓ 12 callers
Function
save_pickle
(data, pkl_path)
utils/base_utils.py:28
↓ 11 callers
Function
load_cfg
(path)
utils/base_utils.py:319
↓ 11 callers
Function
make_int2
additional constructors * @{ */
cuda/vec_math.h:861
↓ 11 callers
Function
make_longlong2
additional constructors * @{ */
cuda/vec_math.h:1724
↓ 10 callers
Function
array_to_blob
(array)
colmap/database.py:127
↓ 10 callers
Function
color_map_backward
(rgb)
utils/base_utils.py:501
↓ 10 callers
Function
get_sphere_intersection
(pts, dirs)
network/field.py:458
↓ 10 callers
Method
gradient
(self, x)
network/field.py:158
↓ 10 callers
Function
make_uint2
additional constructors * @{ */
cuda/vec_math.h:1297
↓ 10 callers
Function
make_ulonglong2
additional constructors * @{ */
cuda/vec_math.h:2159
↓ 10 callers
Function
project_points
(pts, RT, K)
utils/base_utils.py:78
↓ 9 callers
Method
dtype
Return the numpy dtype of the in-memory representation of the data. (If there are no list properties, and the PLY format is
colmap/plyfile.py:449
↓ 9 callers
Function
offset_points_to_sphere
(points)
network/field.py:447
↓ 8 callers
Method
Dintersect
(self, ray: Ray)
network/DiffRender.py:539
↓ 8 callers
Function
_lookup_type
(type_str)
colmap/plyfile.py:80
↓ 8 callers
Method
data
raytracing/include/raytracing/gpu_memory.h:352
↓ 8 callers
Function
download_zipfile
(url, archive_path, unzip_path, md5_hash)
colmap/build.py:186
↓ 8 callers
Function
get_database_split
(database: BaseDatabase, split_type='validation')
dataset/database.py:667
↓ 8 callers
Method
get_depth
(self, img_id)
dataset/database.py:146
↓ 8 callers
Function
get_intersection
:param sdf_fun: :param inv_fun: :param pts: pn,3 :param dirs: pn,3 :param sn0: :param sn1: :return:
network/field.py:524
↓ 7 callers
Function
build_cmake_project
(args, path, extra_config_args=[], extra_build_args=[], cmakelists_path="..")
colmap/build.py:196
↓ 7 callers
Function
pose_apply
(pose, pts)
utils/base_utils.py:644
↓ 7 callers
Function
transformation_compose_2d
@param trans0: [2,3] @param trans1: [2,3] @return: apply trans0 then trans1
utils/base_utils.py:787
↓ 6 callers
Function
bilinear_upsample
2x bilinear image upsample.
utils/raw_utils.py:51
↓ 6 callers
Function
extract_geometry
(bound_min, bound_max, resolution, threshold, query_func, outside_val=1.0)
network/field.py:1310
↓ 6 callers
Function
linear_mapping
(inputs, in_min, in_max, out_min, out_max)
network/tracing.py:285
↓ 6 callers
Method
qvec2rotmat
(self)
colmap/read_write_model.py:51
↓ 6 callers
Function
sample_pdf
(bins, weights, n_samples, det=False)
network/field.py:468
↓ 5 callers
Method
add_image
(self, name, camera_id, prior_q=np.full(4, np.NaN), prior_t=np.full(3, np.NaN), image_id=Non
colmap/database.py:175
↓ 5 callers
Function
color_map_forward
(rgb)
utils/base_utils.py:497
↓ 5 callers
Method
connect
(database_path)
colmap/database.py:144
↓ 5 callers
Method
get_K
(self, img_id)
dataset/database.py:134
↓ 5 callers
Method
get_pose
(self, img_id)
dataset/database.py:138
↓ 5 callers
Function
parse_database_name
(database_name: str, dataset_dir: str)
dataset/database.py:654
↓ 5 callers
Function
pts_to_hpts
(pts)
utils/base_utils.py:244
↓ 5 callers
Function
transform_points_pose
(pts, pose)
utils/base_utils.py:358
↓ 5 callers
Function
transformation_offset_2d
(x, y)
utils/base_utils.py:811
↓ 4 callers
Function
IPE
(mean, var, min_deg, max_deg)
network/field.py:438
↓ 4 callers
Method
__init__
(self, database_name)
dataset/database_eval.py:24
↓ 4 callers
Method
__init__
(self, database_name)
dataset/database.py:126
↓ 4 callers
Method
__init__
(self, database_name)
dataset/database_formask.py:24
↓ 4 callers
Method
add_keypoints
(self, image_id, keypoints)
colmap/database.py:183
↓ 4 callers
Function
blob_to_array
(blob, dtype, shape=(-1,))
colmap/database.py:134
↓ 4 callers
Function
build_imgs_info
(database: BaseDatabase, img_ids, is_nerf=False, s2_mask=True)
network/renderer.py:24
↓ 4 callers
Function
build_imgs_info
(database: BaseDatabase, img_ids, is_nerf=False)
network/renderer_zerothick.py:20
↓ 4 callers
Method
construct_optimizer
(self, optimizer, network)
train/lr_common_manager.py:11
↓ 4 callers
Method
density
(self, input_pts)
network/field.py:293
↓ 4 callers
Function
downsample_gaussian_blur
(img, ratio)
utils/base_utils.py:131
↓ 4 callers
Method
dtype
Return the numpy dtype description for this property (as a tuple of strings).
colmap/plyfile.py:772
↓ 4 callers
Function
get_camera_plane_intersection
compute the intersection between the rays and the camera XoY plane :param pts: pn,3 :param dirs: pn,3 :param poses: pn,3,
network/field.py:411
↓ 4 callers
Method
get_image
(self, img_id)
dataset/database.py:130
↓ 4 callers
Function
imgs_info_to_torch
(imgs_info, device='cpu')
network/renderer.py:60
↓ 4 callers
Function
imgs_info_to_torch
(imgs_info, device='cpu')
network/renderer_zerothick.py:47
↓ 4 callers
Function
let_me_look_at_2d
(image_center, K)
utils/pose_utils.py:49
↓ 4 callers
Method
list_dtype
Return the pair (len_dtype, val_dtype) (both numpy-friendly strings).
colmap/plyfile.py:849
↓ 4 callers
Function
mkdir_if_not_exists
(path)
colmap/build_windows_app.py:49
↓ 4 callers
Function
pose_inverse
(pose)
utils/base_utils.py:620
↓ 4 callers
Function
read_array
(path)
colmap/read_write_dense.py:40
↓ 4 callers
Function
resize_img
(img, ratio)
utils/base_utils.py:540
↓ 4 callers
Method
run
(self)
train/trainer.py:105
↓ 4 callers
Method
select
(self, mask)
network/DiffRender.py:297
↓ 4 callers
Function
srgb_to_linear
(srgb)
utils/raw_utils.py:21
↓ 4 callers
Method
step
(self)
raytracing/renderer.py:259
↓ 4 callers
Method
trace
(self, rays_o, rays_d, inplace=False)
raytracing/raytracing/raytracer.py:21
↓ 3 callers
Method
_check_sanity
(self)
colmap/plyfile.py:416
↓ 3 callers
Method
_process_ray_batch
(self, ray_batch, poses)
network/renderer.py:364
next →
1–100 of 913, ranked by callers