MCPcopy Create free account

hub / github.com/alibaba/Taobao3D / functions

Functions4,689 in github.com/alibaba/Taobao3D

↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/datasets/process_nuscenes_masks.py:124
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/downloads/download_data.py:339
↓ 1 callersFunctionentrypoint
Entrypoint for use with pyproject scripts.
Dens3R/AutoReconForDens3R/scripts/completions/install.py:281
↓ 1 callersFunctionentrypoint
The main entrypoint.
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/server.py:228
↓ 1 callersFunctionepidist_prec
(errors, thresholds, ret_dict=False)
Dens3R/infer/eval_scripts/matching_metrics.py:254
↓ 1 callersFunctionerase
HRM2Avatar/third/nlohmann-json/json.hpp:19879
↓ 1 callersFunctionestimate_focal_knowing_depth
Reprojection method, for when the absolute depth is known: 1) estimate the camera focal using a robust estimator 2) reproject points
Dens3R/dust3r/post_process.py:12
↓ 1 callersMethodeval_frame
(self, fn)
Dens3R/AutoReconForDens3R/scripts/eval_mask.py:194
↓ 1 callersFunctioneval_gim
(model_path, data_dir, pred_save_dir, sub="blendedmvs")
Dens3R/infer/eval_scripts/eval_matching.py:133
↓ 1 callersMethodeval_iteration
Run one iteration with different batch/image/all image evaluations depending on step size. Args: step: Current training step.
Dens3R/AutoReconForDens3R/nerfstudio/engine/trainer.py:338
↓ 1 callersFunctioneval_load_checkpoint
Helper function to load checkpointed pipeline Args: config (DictConfig): Configuration of pipeline to load pipeline (Pipeline): P
Dens3R/AutoReconForDens3R/nerfstudio/utils/eval_utils.py:36
↓ 1 callersFunctioneval_nyudv2
(data_dir, save_dir, model_path, align_depth=True)
Dens3R/infer/eval_scripts/eval_depth.py:274
↓ 1 callersFunctioneval_nyudv2
:param data_dir: the root dir of NYUDv2 :param save_dir: the root dir to save the result :param model_path: the path of the model(.pth fi
Dens3R/infer/eval_scripts/eval_normal.py:194
↓ 1 callersFunctionevenly_sample_elems
evenly sample n_samples from elems and keep the start & last elements.
Dens3R/AutoReconForDens3R/scripts/eval_mask.py:20
↓ 1 callersFunctionexample_usage
()
Dens3R/mast3r/colmap_utils/database.py:236
↓ 1 callersFunctionexp_map_SO3xR3
Compute the exponential map of the direct product group `SO(3) x R^3`. This can be used for learning pose deltas on SE(3), and is generally faste
Dens3R/AutoReconForDens3R/nerfstudio/cameras/lie_groups.py:23
↓ 1 callersMethodexport_mesh
Exports the mesh to a file. We use pymeshlab to export the mesh as a PLY file. Args: mesh: The mesh to export.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/tsdf_utils.py:139
↓ 1 callersFunctionextract_gim_pairs
(txt_list, sub="blendedmvs")
Dens3R/infer/eval_scripts/eval_matching.py:120
↓ 1 callersFunctionextract_local_features
(model, images, imsize, seed=0, tocpu=False, max_nfeat_per_image=None, max_nfeat_pe
Dens3R/mast3r/retrieval/model.py:247
↓ 1 callersMethodextract_sdf_volume
(self, pipeline, volume_extractor)
Dens3R/AutoReconForDens3R/scripts/extract_volume.py:91
↓ 1 callersMethodextract_seg_volume
(self, pipeline, volume_extractor)
Dens3R/AutoReconForDens3R/scripts/extract_volume.py:87
↓ 1 callersFunctionfarthest_point_sampling
Farthest point sampling. Args: dist: NxN distance matrix. N: Number of points to sample. dist_thresh: Distance threshold.
Dens3R/mast3r/retrieval/graph.py:10
↓ 1 callersFunctionfast_make_matching_figure
(data)
Dens3R/infer/eval_scripts/matching_metrics.py:292
↓ 1 callersFunctionfast_make_matching_overlay
(data)
Dens3R/infer/eval_scripts/matching_metrics.py:337
↓ 1 callersMethodfg_fields_query_and_render
query foreground fields and rendering
Dens3R/AutoReconForDens3R/nerfstudio/models/base_surface_model.py:503
↓ 1 callersFunctionfig2im
(fig)
Dens3R/infer/eval_scripts/matching_metrics.py:453
↓ 1 callersFunctionfill_default_args
(kwargs, func)
Dens3R/dust3r/utils/misc.py:10
↓ 1 callersMethodfinalize_submission
(self, outdir)
Dens3R/croco/stereoflow/datasets_flow.py:293
↓ 1 callersFunctionfind_img_key_by_name
(colmap_extrinsics, target_name)
Dens3R/infer/demo_online.py:166
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
HRM2Avatar/third/nlohmann-json/json.hpp:18112
↓ 1 callersFunctionfind_pair
(hfile: h5py.File, name0: str, name1: str)
Dens3R/mast3r/colmap_utils/database_utils.py:82
↓ 1 callersMethodfix_pose
(self, pose)
Dens3R/AutoReconForDens3R/scripts/heritage_to_nerfstudio.py:70
↓ 1 callersFunctionflowMaxNorm
flow_utils.flowMaxNorm(flow): return the maximum of the l2-norm of the given flow ---- PARAMETERS ---- flow: the flow --
Dens3R/croco/stereoflow/datasets_flow.py:539
↓ 1 callersFunctionflowToColor
flow_utils.flowToColor(flow): return a color code flow field, normalized based on the maximum l2-norm of the flow flow_utils.flowToColor(flow
Dens3R/croco/stereoflow/datasets_flow.py:509
↓ 1 callersFunctionflow_to_tensor
(disp)
Dens3R/croco/stereoflow/datasets_flow.py:33
↓ 1 callersFunctionforce_codec
Sets the codec preferences on a connection between sender and reciever Args: pc: peer connection point sender: sender that will s
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/utils.py:120
↓ 1 callersFunctionformat_buffer
HRM2Avatar/third/nlohmann-json/json.hpp:18600
↓ 1 callersMethodforward
Process network output for renderer Args: in_tensor: Network input Returns: Render head output
Dens3R/AutoReconForDens3R/nerfstudio/field_components/field_heads.py:84
↓ 1 callersMethodforward_field
Forward the fg field and mask out weights of points outside the fg aabb.
Dens3R/AutoReconForDens3R/nerfstudio/models/distilled_neus_facto.py:127
↓ 1 callersMethodforward_global
(self, x)
Dens3R/mast3r/retrieval/model.py:234
↓ 1 callersMethodforward_local
(self, x)
Dens3R/mast3r/retrieval/model.py:230
↓ 1 callersMethodfrom_aabb
Returns an instance of TSDF from an axis-aligned bounding box and volume dimensions. Args: aabb: The axis-aligned bounding box wi
Dens3R/AutoReconForDens3R/nerfstudio/exporter/tsdf_utils.py:89
↓ 1 callersMethodgather_results
(self, all_metrics)
Dens3R/AutoReconForDens3R/scripts/eval_mask.py:229
↓ 1 callersFunctiongaussian
(window_size, sigma)
Dens3R/mast3r/ssim.py:8
↓ 1 callersFunctiongen_random_crops
Generate random crops of size=resolution, for an input image upscaled to (imsize + randint(0 , aug_crop))
Dens3R/dust3r/datasets/utils/mast3r_cropping.py:199
↓ 1 callersMethodgenerate_crops_from_pair
(self, view1, view2, resolution, aug_crop_arg, n_crops=4, rng=np.random)
Dens3R/dust3r/datasets/base/mast3r_base_stereo_view_dataset.py:109
↓ 1 callersFunctiongenerate_multiview_images_for_scene
Generate tuples of overlapping views for a given scene. generate_depth: generate depth images and camera parameters.
Dens3R/croco/datasets/habitat_sim/generate_multiview_images.py:16
↓ 1 callersFunctiongenerate_multiview_images_from_metadata
Generate images from a metadata file for reproducibility purposes.
Dens3R/croco/datasets/habitat_sim/generate_from_metadata.py:17
↓ 1 callersMethodgenerate_ray_samples
Generate Ray Samples
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:56
↓ 1 callersFunctiongetCamera
(node)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/ScenePanel/ScenePanel.jsx:58
↓ 1 callersFunctiongetCameraWireframe
( scale = 0.3, focalLength = 4, w = 1.5, h = 2, )
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Scene/drawing.js:48
↓ 1 callersFunctiongetParam
(param_name)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Banner/Banner.jsx:10
↓ 1 callersFunctiongetRTCPeerConnection
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/WebRtcWindow/WebRtcWindow.jsx:18
↓ 1 callersFunctionget_2d_sincos_pos_embed_from_grid
(embed_dim, grid)
Dens3R/croco/models/pos_embed.py:40
↓ 1 callersFunctionget_3D_model_from_scene
extract 3D_model (glb file) from a reconstructed scene
Dens3R/infer/demo_utils.py:122
↓ 1 callersMethodget_alpha
compute alpha from sdf as in NeuS
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:446
↓ 1 callersFunctionget_args
()
Dens3R/infer/demo_online.py:634
↓ 1 callersFunctionget_args_parser
()
Dens3R/croco/pretrain.py:37
↓ 1 callersFunctionget_args_parser
()
Dens3R/croco/stereoflow/train.py:37
↓ 1 callersFunctionget_args_parser
()
Dens3R/croco/stereoflow/test.py:30
↓ 1 callersFunctionget_avg_normal
(normal_list, delete_bad_normal=True)
Dens3R/infer/infer_normal_pts3d.py:73
↓ 1 callersMethodget_beta
return current beta value
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:100
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
HRM2Avatar/third/nlohmann-json/json.hpp:17948
↓ 1 callersMethodget_camera
Get camera for the given image index Args: image_idx: Camera image index
Dens3R/AutoReconForDens3R/nerfstudio/data/utils/dataloaders.py:178
↓ 1 callersFunctionget_chunks
Returns list of n elements, constaining a sublist. Args: lst: List to be chunked up num_chunks: number of chunks to split list in
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/utils.py:28
↓ 1 callersFunctionget_colmap_version
Returns the version of COLMAP. This code assumes that colmap returns a version string of the form "COLMAP 3.8 ..." which may not be true for a
Dens3R/AutoReconForDens3R/nerfstudio/process_data/colmap_utils.py:143
↓ 1 callersFunctionget_colormap
(n)
Dens3R/dust3r/utils/image.py:34
↓ 1 callersMethodget_colors
compute colors
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:503
↓ 1 callersMethodget_confs
(self, pred1, pred2, sel1, sel2)
Dens3R/mast3r/losses.py:607
↓ 1 callersMethodget_cos_sin
(self, D, seq_len, device, dtype)
Dens3R/croco/models/pos_embed.py:121
↓ 1 callersFunctionget_curve_object_from_cameras
( cameras, is_cycle, smoothness_value, )
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/curve.js:17
↓ 1 callersMethodget_descs
(self, pred1, pred2)
Dens3R/mast3r/losses.py:619
↓ 1 callersMethodget_dstar
Calculating the bound d* (Theorem 1) from VolSDF
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:732
↓ 1 callersMethodget_elements
HRM2Avatar/third/nlohmann-json/json.hpp:6586
↓ 1 callersMethodget_eval_image_metrics_and_images
This function gets your evaluation loss dict. It needs to get the data from the DataManager and feed it to the model's forward function
Dens3R/AutoReconForDens3R/nerfstudio/pipelines/base_pipeline.py:152
↓ 1 callersMethodget_eval_loss_dict
This function gets your evaluation loss dict. It needs to get the data from the DataManager and feed it to the model's forward function
Dens3R/AutoReconForDens3R/nerfstudio/pipelines/base_pipeline.py:132
↓ 1 callersMethodget_focal_lengths
Reads or computes the focal length from transforms dict. Args: meta: metadata from transforms.json file. Returns:
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/instant_ngp_dataparser.py:123
↓ 1 callersFunctionget_frustum_mesh
Get a plotly mesh for a single frustum. Args: frustum: Single frustum opacity: Opacity of the mesh. Defaults to 0.3. colo
Dens3R/AutoReconForDens3R/nerfstudio/utils/plotly_utils.py:349
↓ 1 callersFunctionget_gaussian_ellipsiod
Get a plotly ellipsoid for a Gaussian. Args: mean: mean of the Gaussian. cov: covariance of the Gaussian. n_std: Standard
Dens3R/AutoReconForDens3R/nerfstudio/utils/plotly_utils.py:247
↓ 1 callersFunctionget_glb_from_recon_scene
(reconstruction_path, img_dir, cache_dir, outfile_name, should_delete=False,
Dens3R/infer/demo_utils.py:161
↓ 1 callersFunctionget_grad_norm_
(parameters, norm_type: float = 2.0)
Dens3R/croco/utils/misc.py:279
↓ 1 callersFunctionget_homography
get homography Args: intersection_points (torch.Tensor): _description_ normal (torch.Tensor): _description_ cameras (Came
Dens3R/AutoReconForDens3R/nerfstudio/model_components/patch_warping.py:93
↓ 1 callersFunctionget_image
Returns a 3 channel image. Args: image_idx: The image index in the dataset.
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/sdfstudio_dataparser.py:58
↓ 1 callersFunctionget_img_pairs
(img_dir, mode="sequential", window_size=20)
Dens3R/infer/dens3r_recon.py:94
↓ 1 callersFunctionget_impaths
(imlistfile)
Dens3R/mast3r/retrieval/processor.py:46
↓ 1 callersFunctionget_impaths_from_imdir
(imdir, extensions=['png', 'jpg', 'PNG', 'JPG'])
Dens3R/mast3r/retrieval/processor.py:53
↓ 1 callersFunctionget_impaths_from_imdir_or_imlistfile
(input_imdir_or_imlistfile)
Dens3R/mast3r/retrieval/processor.py:59
↓ 1 callersFunctionget_impl_ptr
HRM2Avatar/third/nlohmann-json/json.hpp:21457
↓ 1 callersFunctionget_interpolated_k
Returns interpolated path between two camera poses with specified number of steps. Args: KA: camera matrix 1 KB: camera matr
Dens3R/AutoReconForDens3R/nerfstudio/cameras/camera_utils.py:185
↓ 1 callersFunctionget_interpolated_poses
Return interpolation of poses with specified number of steps. Args: poseA: first pose poseB: second pose steps: number of
Dens3R/AutoReconForDens3R/nerfstudio/cameras/camera_utils.py:161
↓ 1 callersFunctionget_interpolated_poses_many
Return interpolated poses for many camera poses. Args: poses: list of camera poses Ks: list of camera intrinsics steps_pe
Dens3R/AutoReconForDens3R/nerfstudio/cameras/camera_utils.py:202
↓ 1 callersFunctionget_intersection_points
compute intersection points Args: ray_samples (RaySamples): _description_ sdf (torch.Tensor): _description_ normal (torch
Dens3R/AutoReconForDens3R/nerfstudio/model_components/patch_warping.py:27
↓ 1 callersFunctionget_intrinsics_matrix_and_camera_to_world_h
Returns the camera intrinsics matrix and the camera to world homogeneous matrix. Args: camera_object: a Camera object. image_size
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/utils.py:65
↓ 1 callersFunctionget_keypoints
(path: Path, name: str, return_uncertainty: bool = False)
Dens3R/mast3r/colmap_utils/database_utils.py:58
↓ 1 callersFunctionget_line_segments_from_lines
Returns a list of Scatter3D objects for creating lines with plotly. # TODO(ethan): make this function more efficient instead of having a list of o
Dens3R/AutoReconForDens3R/nerfstudio/utils/plotly_utils.py:51
↓ 1 callersFunctionget_local_rank
The rank of the current process within the local (per-machine) process group.
Dens3R/AutoReconForDens3R/nerfstudio/utils/comms.py:40
↓ 1 callersFunctionget_matches
(path: Path, name0: str, name1: str)
Dens3R/mast3r/colmap_utils/database_utils.py:104
↓ 1 callersMethodget_matching_descs
(self, gt1, gt2, pred1, pred2, **kw)
Dens3R/mast3r/losses.py:626
↓ 1 callersFunctionget_med_dist_between_poses
(poses)
Dens3R/dust3r/utils/geometry.py:367
↓ 1 callersMethodget_mesh
Extracts a mesh using marching cubes.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/tsdf_utils.py:116
← previousnext →1,001–1,100 of 4,689, ranked by callers