MCPcopy Create free account

hub / github.com/alibaba/Taobao3D / functions

Functions4,689 in github.com/alibaba/Taobao3D

↓ 1 callersMethod_update_viewer_stats
Function that calculates and populates all the rendering statistics accordingly Args: render_time: total time spent rendering cur
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/viewer_utils.py:606
↓ 1 callersMethodaddCompletedHandler
HRM2Avatar/third/metal-cpp/Metal/MTLCommandBuffer.hpp:266
↓ 1 callersMethodadd_batch
(self, predictions, gt)
Dens3R/croco/stereoflow/criterion.py:201
↓ 1 callersMethodadd_camera
(self, pose_c2w, focal=None, color=(0, 0, 0), image=None, imsize=None, cam_size=0.03)
Dens3R/dust3r/viz.py:142
↓ 1 callersMethodadd_negatives
(self, outdesc2, desc2, batchid, x2, y2)
Dens3R/mast3r/losses.py:597
↓ 1 callersFunctionadd_scene_cam
(scene, pose_c2w, edge_color, image=None, focal=None, imsize=None, screen_width=0.03)
Dens3R/infer/demo_utils.py:54
↓ 1 callersMethodadjust_aabb_intersection
#adjust the 1st ray-aabb intersection to avoid bad sdf around boundary
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:1619
↓ 1 callersMethodaggregate_confs
(self, confs1, confs2)
Dens3R/mast3r/losses.py:968
↓ 1 callersFunctionalpha_composite
Alpha composite two RGB images.
Dens3R/AutoReconForDens3R/nerfstudio/utils/mask_utils.py:8
↓ 1 callersFunctionappend_exponent
HRM2Avatar/third/nlohmann-json/json.hpp:18548
↓ 1 callersFunctionapply_depth_colormap
Converts a depth image to color for easier analysis. Args: depth: Depth image. accumulation: Ray accumulation used for masking vi
Dens3R/AutoReconForDens3R/nerfstudio/utils/colormaps.py:48
↓ 1 callersFunctionapply_scene_alignment
Aligns the 3D scene based on the extrinsics of the first camera. Args: scene_3d (trimesh.Scene): The 3D scene to be aligned.
Dens3R/infer/demo_utils.py:413
↓ 1 callersFunctionarg_parser
()
Dens3R/croco/datasets/crops/extract_crops_from_images.py:17
↓ 1 callersMethodassert_connected
Check if the connection was established properly within some time. Args: timeout_in_sec (int): The maximum time to wait for the c
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/visualizer.py:94
↓ 1 callersMethodattributes
property: attributes
HRM2Avatar/third/metal-cpp/Metal/MTLVertexDescriptor.hpp:340
↓ 1 callersMethodbg_fields_query_and_render
( self, ray_bundle: RayBundle, samples_and_field_outputs_fg: Dict[str, Any], outputs: Dict[str, Any]
Dens3R/AutoReconForDens3R/nerfstudio/models/base_surface_model.py:542
↓ 1 callersFunctionbistochastize
Compute diagonal matrices to bistochastize a bilateral grid
Dens3R/AutoReconForDens3R/nerfstudio/utils/bilateral_solver.py:103
↓ 1 callersMethodblockwise_criterion
(self, descs1, descs2, confs1, confs2, valid_matches, euc, rng=np.random, shuffle=True)
Dens3R/mast3r/losses.py:649
↓ 1 callersFunctionboundary_iou
Compute boundary iou between two binary masks. :param gt (numpy array, uint8): binary mask :param dt (numpy array, uint8): binary mask
Dens3R/AutoReconForDens3R/scripts/eval_mask.py:91
↓ 1 callersFunctionbruteforce_reciprocal_nns
(A, B, device='cuda', block_size=None, dist='l2')
Dens3R/mast3r/fast_nn.py:17
↓ 1 callersMethodbuild
(self)
Dens3R/AutoReconForDens3R/nerfstudio/fields/feature_field.py:142
↓ 1 callersMethodbuild_ngp
(self)
Dens3R/AutoReconForDens3R/nerfstudio/fields/feature_field.py:81
↓ 1 callersMethodbuild_nn_modules
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/embedding.py:41
↓ 1 callersMethodbuild_nn_search_index
Build faiss gpu index for fast nn search
Dens3R/AutoReconForDens3R/nerfstudio/utils/pointclouds.py:70
↓ 1 callersMethodbuild_projector
(self, hdims, residual)
Dens3R/mast3r/retrieval/model.py:144
↓ 1 callersFunctioncamera_matrix_of_crop
(input_camera_matrix, input_resolution, output_resolution, scaling=1, offset_factor=0.5, offset=None)
Dens3R/dust3r/datasets/utils/cropping.py:102
↓ 1 callersFunctioncheckVisibility
(camera)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Scene/Scene.jsx:180
↓ 1 callersFunctioncheck_if_same_size
(pairs)
Dens3R/dust3r/inference.py:172
↓ 1 callersFunctioncleanup
(process)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/subprocess.py:77
↓ 1 callersFunctioncollate_image_dataset_batch
Operates on a batch of images and samples pixels to use for generating rays. Returns a collated batch which is input to the Graph. It wil
Dens3R/AutoReconForDens3R/nerfstudio/data/pixel_samplers.py:156
↓ 1 callersFunctioncollate_image_dataset_batch_equirectangular
Operates on a batch of equirectangular images and samples pixels to use for generating rays. Rays will be generated uniformly on the sphere.
Dens3R/AutoReconForDens3R/nerfstudio/data/pixel_samplers.py:431
↓ 1 callersFunctioncolmap_recon
(imgs_keypts_dict : dict, matches_dict : dict, img_name_dict : dict, sfm_dir : str, image_dir
Dens3R/infer/dens3r_recon.py:134
↓ 1 callersFunctioncolmap_to_json
Converts COLMAP's cameras.bin and images.bin to a JSON file. Args: cameras_path: Path to the cameras.bin file. images_path: Path
Dens3R/AutoReconForDens3R/scripts/heritage_to_nerfstudio.py:87
↓ 1 callersFunctioncolmap_to_opencv_intrinsics
Modify camera intrinsics to follow a different convention. Coordinates of the center of the top-left pixels are by default: - (0.5, 0.5)
Dens3R/dust3r/utils/geometry.py:226
↓ 1 callersFunctioncolmap_triangulation
(imgs_keypts_dict : dict, matches_dict : dict, img_name_dict : dict, sfm_dir : str, s
Dens3R/infer/dens3r_recon.py:168
↓ 1 callersMethodcolor_transform
Photometric augmentation
Dens3R/croco/stereoflow/augmentor.py:182
↓ 1 callersFunctioncolorize
Converts a depth map to a color image. Args: value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H,
Dens3R/infer/eval_scripts/eval_depth.py:177
↓ 1 callersMethodcomputeCommandEncoder
method: computeCommandEncoderWithDescriptor:
HRM2Avatar/third/metal-cpp/Metal/MTLCommandBuffer.hpp:417
↓ 1 callersMethodcompute_AP
(label, score)
Dens3R/mast3r/losses.py:527
↓ 1 callersMethodcompute_align_depth_loss
(self, gt1, gt2, pred1, pred2)
Dens3R/mast3r/losses.py:244
↓ 1 callersFunctioncompute_camera_faces
Computes the faces for the camera mesh. Args: cone_shape (trimesh.Trimesh): The shape of the camera cone. Returns: np.n
Dens3R/infer/demo_utils.py:479
↓ 1 callersMethodcompute_depth_loss
(self, gt1, gt2, pred1, pred2)
Dens3R/mast3r/losses.py:301
↓ 1 callersFunctioncompute_errors
Compute metrics for 'pred' compared to 'gt' Args: gt (numpy.ndarray): Ground truth values pred (numpy.ndarray): Predicted values
Dens3R/infer/eval_scripts/eval_depth.py:96
↓ 1 callersFunctioncompute_extended_object_bounds
( obj_bbox_len: float, extend_mode: Literal["all_sides", "except_bottom", "only_bottom", "only_top"] )
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/autorecon_dataparser.py:153
↓ 1 callersFunctioncompute_geom
(data, ransac_method=DEFAULT_RANSAC_METHOD, ransac_reproj_threshold=DEFAULT_
Dens3R/infer/eval_scripts/matching_metrics.py:462
↓ 1 callersFunctioncompute_ground_poision
(obj_aabb)
Dens3R/AutoReconForDens3R/scripts/blender/render_mesh_blender.py:120
↓ 1 callersFunctioncompute_knn_distance_threshold
(points, kdtree=None, n_neighbors=10, std_ratio=0.5)
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/autorecon_dataparser.py:234
↓ 1 callersMethodcompute_loss
(self, *args, **kwargs)
Dens3R/dust3r/losses.py:99
↓ 1 callersFunctioncompute_mask_indices
precompute zero and non-zero mask indices for fast sampling from masked & non-masked regions
Dens3R/AutoReconForDens3R/nerfstudio/utils/mask_utils.py:25
↓ 1 callersFunctioncompute_matric_list
(img_list, normal_gt_list, gt_dir, save_path, data_type)
Dens3R/infer/eval_scripts/eval_normal.py:113
↓ 1 callersFunctioncompute_metric
(gt_path, pred_path, save_vis_dir=None, data_type=None)
Dens3R/infer/eval_scripts/eval_normal.py:60
↓ 1 callersFunctioncompute_metrics
Compute metrics of predicted depth maps. Applies cropping and masking as necessary or specified via arguments. Refer to compute_errors for more detail
Dens3R/infer/eval_scripts/eval_depth.py:141
↓ 1 callersFunctioncompute_pointmap
Compute a HxWx3 pointmap in camera frame from a HxW depth map.
Dens3R/croco/datasets/habitat_sim/multiview_habitat_sim_generator.py:27
↓ 1 callersFunctioncompute_volume_and_pad_val
(volume: np.ndarray, volume_type: str)
Dens3R/AutoReconForDens3R/scripts/extract_volume.py:167
↓ 1 callersFunctionconcat_into
HRM2Avatar/third/nlohmann-json/json.hpp:4392
↓ 1 callersFunctionconcat_length
HRM2Avatar/third/nlohmann-json/json.hpp:4361
↓ 1 callersFunctionconical_frustum_to_gaussian
Approximates conical frustums with a Gaussian distributions. Uses stable parameterization described in mip-NeRF publication. Args: o
Dens3R/AutoReconForDens3R/nerfstudio/utils/math.py:153
↓ 1 callersFunctionconnect
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/WebSocket/WebSocket.jsx:23
↓ 1 callersFunctionconvert_markup_to_ansi
Convert rich-style markup to ANSI sequences for command-line formatting. Args: markup_string: Text with rich-style markup. Returns:
Dens3R/AutoReconForDens3R/nerfstudio/configs/config_utils.py:39
↓ 1 callersFunctioncopy_images_list
Copy all images in a list of Paths. Useful for filtering from a directory. Args: image_paths: List of Paths of images to copy to a new dir
Dens3R/AutoReconForDens3R/nerfstudio/process_data/process_data_utils.py:111
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
HRM2Avatar/third/nlohmann-json/json.hpp:22887
↓ 1 callersFunctioncreateWindow
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/public/electron.js:6
↓ 1 callersFunctioncreate_argument_parser
()
HRM2Avatar/third/metal-cpp/SingleHeader/MakeSingleHeader.py:185
↓ 1 callersMethodcreate_child
(name)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/SceneNode.js:50
↓ 1 callersFunctioncreate_commandline
Create a commandline string to generate a scene.
Dens3R/croco/datasets/habitat_sim/generate_multiview_images.py:119
↓ 1 callersFunctioncreate_db_from_model
(reconstruction: pycolmap.Reconstruction, database_path: Path)
Dens3R/mast3r/colmap_utils/database_utils.py:246
↓ 1 callersFunctioncreate_empty_db
(database_path: Path)
Dens3R/mast3r/colmap_utils/database_utils.py:23
↓ 1 callersMethodcreate_eval_dataset
Sets up the data loaders for evaluation
Dens3R/AutoReconForDens3R/nerfstudio/data/datamanagers/base_datamanager.py:350
↓ 1 callersMethodcreate_train_dataset
Sets up the data loaders for training
Dens3R/AutoReconForDens3R/nerfstudio/data/datamanagers/base_datamanager.py:343
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
HRM2Avatar/third/nlohmann-json/json.hpp:22894
↓ 1 callersFunctioncroco_args_from_ckpt
(ckpt)
Dens3R/croco/models/croco_downstream.py:13
↓ 1 callersFunctioncrop_generator
()
Dens3R/croco/stereoflow/engine.py:213
↓ 1 callersFunctioncrop_to_homography
Given an image and its intrinsics, we want to replicate a rectangular crop with an homography, so that the principal point of the n
Dens3R/dust3r/datasets/utils/mast3r_cropping.py:164
↓ 1 callersMethoddelete
(self)
Dens3R/AutoReconForDens3R/scripts/heritage_to_nerfstudio.py:83
↓ 1 callersFunctiondelete_build_dir
(platform)
HRM2Avatar/scripts/python/make_project.py:17
↓ 1 callersFunctiondelete_camera
(index)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraPanel.jsx:280
↓ 1 callersMethoddensity_fn
Returns only the density. Used primarily with the density grid. Args: positions: the origin of the samples/frustums
Dens3R/AutoReconForDens3R/nerfstudio/fields/base_field.py:48
↓ 1 callersFunctiondepthmap_to_pts3d
Args: - depthmap (BxHxW array): - pseudo_focal: [B,H,W] ; [B,2,H,W] or [B,1,H,W] Returns: pointmap of absolute coordi
Dens3R/dust3r/utils/geometry.py:114
↓ 1 callersMethoddevice
(self)
Dens3R/AutoReconForDens3R/nerfstudio/utils/pointclouds.py:135
↓ 1 callersFunctiondisp_to_tensor
(disp)
Dens3R/croco/stereoflow/datasets_stereo.py:48
↓ 1 callersFunctiondispose
(object)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/SceneNode.js:5
↓ 1 callersMethoddistance
(self, a, b)
Dens3R/dust3r/losses.py:55
↓ 1 callersFunctiondnames_to_image_pairs
dnames: list of datasets with image pairs, separated by +
Dens3R/croco/datasets/pairs_dataset.py:61
↓ 1 callersFunctiondot
dot product (along the last dim). Args: x (Union[Tensor, ndarray]): x, [..., C] y (Union[Tensor, ndarray]): y, [..., C] Retu
Dens3R/infer/eval_scripts/eval_normal.py:20
↓ 1 callersFunctiondrawCameraImagePlane
(width, height, imageString, name)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Scene/drawing.js:103
↓ 1 callersFunctiondrawSceneBox
(sceneBox)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Scene/drawing.js:5
↓ 1 callersFunctiondrop_path
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
Dens3R/croco/models/blocks.py:32
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
HRM2Avatar/third/nlohmann-json/json.hpp:19520
↓ 1 callersMethodencode_image_pairs
run encoder for a pair of images it is actually ~5% faster to concatenate the images along the batch dimension than to enco
Dens3R/croco/models/croco_downstream.py:94
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/render_mesh.py:228
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/eval.py:46
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/process_data.py:723
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/train.py:250
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/extract_mesh.py:288
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/eval_mask.py:255
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/texture.py:68
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/extract_volume.py:182
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/render.py:319
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/exporter.py:380
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/github/run_actions.py:89
← previousnext →901–1,000 of 4,689, ranked by callers