MCPcopy Create free account

hub / github.com/alibaba/Taobao3D / functions

Functions4,689 in github.com/alibaba/Taobao3D

↓ 1 callersFunctionget_mesh_from_pymeshlab_mesh
Get a Mesh from a pymeshlab mesh. See https://pymeshlab.readthedocs.io/en/0.1.5/classes/mesh.html for details.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/exporter_utils.py:65
↓ 1 callersFunctionget_normal_outputs
(output_options)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/ExportPanel/MeshSubPanel.jsx:9
↓ 1 callersFunctionget_normalized_directions
SH encoding must be in the range [0, 1] Args: directions: batch of directions
Dens3R/AutoReconForDens3R/nerfstudio/fields/instant_ngp_field.py:41
↓ 1 callersFunctionget_normalized_directions
SH encoding must be in the range [0, 1] Args: directions: batch of directions
Dens3R/AutoReconForDens3R/nerfstudio/fields/nerfacto_field.py:59
↓ 1 callersMethodget_normals
Computes and returns a tensor of normals. Args: density: Tensor of densities.
Dens3R/AutoReconForDens3R/nerfstudio/fields/base_field.py:75
↓ 1 callersMethodget_numpy_image
Returns the image of shape (H, W, 3 or 4). Args: image_idx: The image index in the dataset.
Dens3R/AutoReconForDens3R/nerfstudio/data/datasets/base_dataset.py:56
↓ 1 callersMethodget_occupancy
compute occupancy as in UniSurf
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:498
↓ 1 callersMethodget_opacity
Returns the opacity for a position. Used primarily by the occupancy grid. Args: positions: the positions to evaluate the opacity
Dens3R/AutoReconForDens3R/nerfstudio/fields/instant_ngp_field.py:177
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:90
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:121
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:185
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:286
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:375
↓ 1 callersMethodget_out_dim
(self)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:560
↓ 1 callersMethodget_outputs
Takes in a Ray Bundle and returns a dictionary of outputs. Args: ray_bundle: Input bundle of rays. This raybundle should have all
Dens3R/AutoReconForDens3R/nerfstudio/models/base_model.py:123
↓ 1 callersMethodget_outputs
(self, ray_bundle: RayBundle)
Dens3R/AutoReconForDens3R/nerfstudio/models/dto.py:171
↓ 1 callersMethodget_outputs
compute output of ray samples
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:531
↓ 1 callersMethodget_outputs
Computes and returns the colors. Returns output field values. Args: ray_samples: Samples locations to compute outputs.
Dens3R/AutoReconForDens3R/nerfstudio/fields/base_field.py:94
↓ 1 callersMethodget_outputs
(self, ray_samples: RaySamples)
Dens3R/AutoReconForDens3R/nerfstudio/fields/feature_field.py:158
↓ 1 callersMethodget_outputs_flexible
run the model with additional inputs such as warping or rendering from unseen rays Args: ray_bundle: containing all the informatio
Dens3R/AutoReconForDens3R/nerfstudio/models/base_surface_model.py:721
↓ 1 callersMethodget_outputs_for_mesh_culling
Render segmentation with foreground model for mesh culling.
Dens3R/AutoReconForDens3R/nerfstudio/models/neus_facto_dff.py:405
↓ 1 callersFunctionget_pair_transforms
(transform_str, totensor=True, normalize=True)
Dens3R/croco/datasets/transforms.py:66
↓ 1 callersMethodget_param_groups
(self)
Dens3R/AutoReconForDens3R/nerfstudio/models/tensorf.py:196
↓ 1 callersMethodget_param_groups
(self)
Dens3R/AutoReconForDens3R/nerfstudio/models/dto.py:166
↓ 1 callersFunctionget_patch_embed
(patch_embed_cls, img_size, patch_size, enc_embed_dim)
Dens3R/dust3r/patch_embed.py:14
↓ 1 callersFunctionget_path
(idx)
Dens3R/croco/datasets/crops/extract_crops_from_images.py:79
↓ 1 callersFunctionget_pred
(model_path, img_list, save_path, device="cuda", size=1024, datatype="nyu")
Dens3R/infer/eval_scripts/eval_depth.py:251
↓ 1 callersFunctionget_pred
(model_path, dataset_path, save_path, device="cuda", size=1024)
Dens3R/infer/eval_scripts/eval_normal.py:165
↓ 1 callersFunctionget_ptr
HRM2Avatar/third/nlohmann-json/json.hpp:21597
↓ 1 callersFunctionget_rank
Get global rank of current thread
Dens3R/AutoReconForDens3R/nerfstudio/utils/comms.py:33
↓ 1 callersMethodget_results
(self)
Dens3R/croco/stereoflow/criterion.py:249
↓ 1 callersMethodget_scene_state
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/SceneNode.js:40
↓ 1 callersFunctionget_scene_tree
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/Scene/Scene.jsx:23
↓ 1 callersFunctionget_semantics_and_mask_tensors_from_path
Utility function to read segmentation from the given filepath If no mask is required - use mask_indices = []
Dens3R/AutoReconForDens3R/nerfstudio/data/utils/data_utils.py:37
↓ 1 callersFunctionget_sequence_prediction
(filelist, out_dir)
Dens3R/infer/demo_online.py:131
↓ 1 callersMethodget_sigma_fn
Returns a function that returns the density of a point. Args: origins: Origins of rays directions: Directions of rays
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:423
↓ 1 callersMethodget_stats
(self)
Dens3R/dust3r/datasets/base/base_stereo_view_dataset.py:49
↓ 1 callersFunctionget_surface_sliding
( sdf, resolution=512, bounding_box_min=(-1.0, -1.0, -1.0), bounding_box_max=(1.0, 1.0, 1.0),
Dens3R/AutoReconForDens3R/nerfstudio/utils/marching_cubes.py:17
↓ 1 callersFunctionget_to
HRM2Avatar/third/nlohmann-json/json.hpp:21863
↓ 1 callersMethodget_total_variation_loss
Compute the total variation loss for the feature volume.
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:689
↓ 1 callersMethodget_train_loss_dict
This function gets your training loss dict. This will be responsible for getting the next batch of data from the DataManager and interfacing w
Dens3R/AutoReconForDens3R/nerfstudio/pipelines/base_pipeline.py:113
↓ 1 callersMethodget_training_callbacks
( self, training_callback_attributes: TrainingCallbackAttributes )
Dens3R/AutoReconForDens3R/nerfstudio/models/dto.py:141
↓ 1 callersFunctionget_tree
Get a tree from a node class. This allows one to do tree["path"]["to"]["node"] and it will return a new node if it doesn't exist or t
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/state/node.py:32
↓ 1 callersFunctionget_two_view_prediction
(filelist, out_dir)
Dens3R/infer/demo_online.py:86
↓ 1 callersFunctionget_two_view_recon
(output, one_image_flag)
Dens3R/infer/demo_online.py:50
↓ 1 callersMethodget_updated_beta
(self, beta0, beta, density_fn, sdf, d_star, ray_samples: RaySamples)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:756
↓ 1 callersFunctionget_valid_idx
Find which values are present in a list and where they are located
Dens3R/AutoReconForDens3R/nerfstudio/utils/bilateral_solver.py:24
↓ 1 callersMethodget_value
HRM2Avatar/third/nlohmann-json/json.hpp:13434
↓ 1 callersMethodget_value
(self)
Dens3R/infer/eval_scripts/eval_depth.py:69
↓ 1 callersMethodget_value
(self)
Dens3R/infer/eval_scripts/eval_depth.py:90
↓ 1 callersFunctionget_viewer_version
Get the version of the viewer.
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/viewer_utils.py:64
↓ 1 callersFunctionget_vocab_tree
Return path to vocab tree. Downloads vocab tree if it doesn't exist. Returns: The path to the vocab tree.
Dens3R/AutoReconForDens3R/nerfstudio/process_data/colmap_utils.py:466
↓ 1 callersFunctionglomap_run_mapper
(glomap_bin, colmap_db_path, recon_path, image_root_path)
Dens3R/mast3r/colmap_utils/database_utils.py:206
↓ 1 callersFunctiongradient_loss
(prediction, target, mask, reduction=reduction_batch_based)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/losses.py:271
↓ 1 callersFunctiongradio_demo
Perform reconstruction using the already-created target_dir/images.
Dens3R/infer/demo_online.py:304
↓ 1 callersFunctiongreedy_selection
(corres_weights, target=0.9)
Dens3R/mast3r/utils/coarse_to_fine.py:156
↓ 1 callersMethodgrid_sample_2d
(self, feature, coord, type="plane")
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:453
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
HRM2Avatar/third/nlohmann-json/json.hpp:18207
↓ 1 callersMethodgroups
property: groups
HRM2Avatar/third/metal-cpp/Metal/MTLLinkedFunctions.hpp:96
↓ 1 callersFunctionhandleChange
(cameraUUID: string)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraPanel.jsx:217
↓ 1 callersFunctionhandleResize
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/ViewerWindow/ViewerWindow.jsx:131
↓ 1 callersFunctionhow_select_local
feat: BxNxC attn: BxN nfeat: nfeat to keep
Dens3R/mast3r/retrieval/model.py:88
↓ 1 callersFunctionhuman_format
Format a number in a more human readable way Args: num: number to format
Dens3R/AutoReconForDens3R/nerfstudio/utils/printing.py:36
↓ 1 callersFunctionimg2video
(img_paths, video_path, fps=1)
Dens3R/infer/demo_utils.py:609
↓ 1 callersFunctionimread_cv2
Open an image or a depthmap with opencv-python.
Dens3R/dust3r/utils/image.py:87
↓ 1 callersFunctionin2d_rect
(corres, crops)
Dens3R/dust3r/datasets/utils/mast3r_cropping.py:219
↓ 1 callersFunctioninfer_pair_matches_batch
(imgs_pairs, model, img_dir, device="cuda", size=512,
Dens3R/infer/dens3r_recon.py:28
↓ 1 callersMethodinit
(self, dim_tokens_enc=768)
Dens3R/dust3r/heads/dpt_head.py:32
↓ 1 callersMethodinit_grid_coordinate
(self)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:1230
↓ 1 callersMethodinit_grid_coordinate
(self)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:1395
↓ 1 callersMethodinitialize_weights
(self)
Dens3R/croco/models/croco.py:184
↓ 1 callersFunctionintegrate_camera_into_scene
Integrates a fake camera mesh into the 3D scene. Args: scene (trimesh.Scene): The 3D scene to add the camera model. transfor
Dens3R/infer/demo_utils.py:363
↓ 1 callersMethodintegrate_tsdf
Integrates a batch of depth images into the TSDF. Args: c2w: The camera extrinsics. K: The camera intrinsics.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/tsdf_utils.py:168
↓ 1 callersFunctioninterpolate_pos_embed
(model, checkpoint_model)
Dens3R/croco/models/pos_embed.py:78
↓ 1 callersFunctionis_main_process
()
Dens3R/croco/utils/misc.py:213
↓ 1 callersFunctionis_negative_number
HRM2Avatar/third/nlohmann-json/json.hpp:19409
↓ 1 callersFunctionis_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
HRM2Avatar/third/nlohmann-json/json.hpp:21370
↓ 1 callersFunctionis_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
HRM2Avatar/third/nlohmann-json/json.hpp:21377
↓ 1 callersMethodis_other_viewpoint_overlapping
Check if a viewpoint is valid and overlaps significantly with a reference one.
Dens3R/croco/datasets/habitat_sim/multiview_habitat_sim_generator.py:267
↓ 1 callersFunctionis_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
HRM2Avatar/third/nlohmann-json/json.hpp:21349
↓ 1 callersFunctionis_symmetrized
(gt1, gt2)
Dens3R/dust3r/utils/misc.py:32
↓ 1 callersFunctionjson_sax
HRM2Avatar/third/nlohmann-json/json.hpp:8789
↓ 1 callersMethodlabel
property: label
HRM2Avatar/third/metal-cpp/Metal/MTLHeap.hpp:208
↓ 1 callersFunctionlaunch
Function that spawns muliple processes to call on main_func Args: main_func (Callable): function that will be called by the distributed w
Dens3R/AutoReconForDens3R/scripts/train.py:152
↓ 1 callersMethodlayouts
property: layouts
HRM2Avatar/third/metal-cpp/Metal/MTLVertexDescriptor.hpp:334
↓ 1 callersFunctionlength
length of an array (along the last dim). Args: x (Union[Tensor, ndarray]): x, [..., C] eps (float, optional): eps. Defaults to 1e
Dens3R/infer/eval_scripts/eval_normal.py:35
↓ 1 callersFunctionlist_replica_cad_baked_lighting_scenes
(base_output_dir, base_path=SCENES_DATASET["replica_cad_baked_lighting"])
Dens3R/croco/datasets/habitat_sim/paths.py:42
↓ 1 callersFunctionlist_replica_scenes
(base_output_dir, base_path)
Dens3R/croco/datasets/habitat_sim/paths.py:56
↓ 1 callersFunctionlist_scenes_available
(base_output_dir, scenes_dataset_paths=SCENES_DATASET)
Dens3R/croco/datasets/habitat_sim/paths.py:103
↓ 1 callersFunctionload_K_Rt_from_P
(filename, P=None)
Dens3R/AutoReconForDens3R/scripts/blender/render_mesh_blender.py:20
↓ 1 callersFunctionload_K_Rt_from_P
(filename, P=None)
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/monosdf_dataparser.py:83
↓ 1 callersFunctionload_K_Rt_from_P
(filename, P=None)
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/autorecon_dataparser.py:175
↓ 1 callersFunctionload_all_poses
(cam_path, img_dir)
Dens3R/AutoReconForDens3R/scripts/blender/render_mesh_blender.py:44
↓ 1 callersMethodload_camera_dict
(self)
Dens3R/AutoReconForDens3R/scripts/preprocess/preprocess_neus_pose.py:46
↓ 1 callersFunctionload_camera_path
(camera_path_object)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraPanel.jsx:866
↓ 1 callersFunctionload_crop_file
(path)
Dens3R/croco/datasets/crops/extract_crops_from_images.py:56
↓ 1 callersFunctionload_image
(path)
Dens3R/croco/datasets/crops/extract_crops_from_images.py:99
↓ 1 callersFunctionload_img_dict
(pair01_list, pair02_list, size=1024)
Dens3R/infer/eval_scripts/eval_matching.py:62
↓ 1 callersFunctionload_img_pairs
(dataset_path=None, img_path_list=None, size=1024, pair_mode="self")
Dens3R/infer/eval_scripts/eval_depth.py:231
↓ 1 callersFunctionload_model
(model_path, device, verbose=True)
Dens3R/mast3r/model.py:27
← previousnext →1,101–1,200 of 4,689, ranked by callers