MCPcopy Create free account

hub / github.com/alibaba/Taobao3D / functions

Functions4,689 in github.com/alibaba/Taobao3D

↓ 6 callersFunctionset_camera_position
(camera, matrix)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraPanel.jsx:57
↓ 6 callersMethodsplat
(self, x)
Dens3R/AutoReconForDens3R/nerfstudio/utils/bilateral_solver.py:83
↓ 5 callersMethodGetGraphics
HRM2Avatar/src/renderer/Renderer.hpp:78
↓ 5 callersMethodGetIndexBuffer
HRM2Avatar/src/renderer/Mesh.hpp:82
↓ 5 callersMethodGetSplatCount
HRM2Avatar/src/renderer/GaussianAsset.hpp:39
↓ 5 callersMethodGetVertexBuffer
HRM2Avatar/src/renderer/Mesh.hpp:79
↓ 5 callersMethodSetName
HRM2Avatar/src/graphics/Buffer.hpp:32
↓ 5 callersMethod_apply_fn_to_fields
Applies a function to all fields of the tensor dataclass. TODO: Someone needs to make a high level design choice for whether not not we want
Dens3R/AutoReconForDens3R/nerfstudio/utils/tensor_dataclass.py:259
↓ 5 callersMethodadd_matches
(self, image_id1, image_id2, matches)
Dens3R/mast3r/colmap_utils/database.py:199
↓ 5 callersMethodarrayLength
property: arrayLength
HRM2Avatar/third/metal-cpp/Metal/MTLDevice.hpp:554
↓ 5 callersMethodblur
Blur a bilateral-space vector with a 1 2 1 kernel in each dimension
Dens3R/AutoReconForDens3R/nerfstudio/utils/bilateral_solver.py:89
↓ 5 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
HRM2Avatar/third/nlohmann-json/json.hpp:22850
↓ 5 callersMethoddelete
Delete data.
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/visualizer.py:153
↓ 5 callersFunctiondepthmap_to_absolute_camera_coordinates
Args: - depthmap (HxW array): - camera_intrinsics: a 3x3 matrix - camera_pose: a 4x3 or 4x4 cam2world matrix Returns:
Dens3R/dust3r/utils/geometry.py:200
↓ 5 callersMethoddispose
()
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraHelper.js:143
↓ 5 callersFunctionescape
HRM2Avatar/third/nlohmann-json/json.hpp:3117
↓ 5 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
HRM2Avatar/third/nlohmann-json/json.hpp:6574
↓ 5 callersMethodget_loss_dict
(self, outputs, batch, metrics_dict=None)
Dens3R/AutoReconForDens3R/nerfstudio/models/dto.py:457
↓ 5 callersFunctionget_mesh_from_filename
Get a Mesh from a filename.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/exporter_utils.py:78
↓ 5 callersMethodget_metrics_dict
(self, outputs, batch)
Dens3R/AutoReconForDens3R/nerfstudio/models/dto.py:437
↓ 5 callersMethodget_normalized_positions
Return normalized positions in range [0, 1] based on the aabb axis-aligned bounding box. Args: positions: the xyz positions
Dens3R/AutoReconForDens3R/nerfstudio/data/scene_box.py:67
↓ 5 callersFunctionget_progress
Helper function to return a rich Progress object.
Dens3R/AutoReconForDens3R/nerfstudio/utils/rich_utils.py:62
↓ 5 callersMethodheight
property: height
HRM2Avatar/third/metal-cpp/Metal/MTLTexture.hpp:357
↓ 5 callersFunctioninfer_imgs
(model, img_dir, save_dir, size=512, device="cuda", seq_len=3, pair_mode="self
Dens3R/infer/infer_normal_pts3d.py:117
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
HRM2Avatar/third/nlohmann-json/json.hpp:13452
↓ 5 callersMethodlength
property: length
HRM2Avatar/third/metal-cpp/Metal/MTLBuffer.hpp:58
↓ 5 callersMethodmodel
Returns the unwrapped model if in ddp
Dens3R/AutoReconForDens3R/nerfstudio/pipelines/base_pipeline.py:103
↓ 5 callersMethodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
HRM2Avatar/third/nlohmann-json/json.hpp:17702
↓ 5 callersFunctionnormalize
Returns a normalized vector.
Dens3R/AutoReconForDens3R/nerfstudio/cameras/camera_utils.py:228
↓ 5 callersMethodrender
Show data transfer speed.
Dens3R/AutoReconForDens3R/nerfstudio/utils/rich_utils.py:41
↓ 5 callersMethodrender_viewpoint
(self, viewpoint_position, viewpoint_orientation)
Dens3R/croco/datasets/habitat_sim/multiview_habitat_sim_generator.py:273
↓ 5 callersMethodretain
HRM2Avatar/third/metal-cpp/Foundation/NSObject.hpp:104
↓ 5 callersMethodrun
Run function that checks to see if any of the existing state has changed (e.g. camera pose/output type/resolutions). Sets the viewer s
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/viewer_utils.py:176
↓ 5 callersMethodsample
Sample an image batch and return a pixel batch. Args: image_batch: batch of images to sample from step: current train
Dens3R/AutoReconForDens3R/nerfstudio/data/pixel_samplers.py:386
↓ 5 callersMethodset_visibility
(visible)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraHelper.js:138
↓ 5 callersMethodstate_dict
(self, *args, destination=None, prefix='', keep_vars=False)
Dens3R/mast3r/retrieval/model.py:159
↓ 5 callersFunctionstep_check
Returns true based on current step and step interval.
Dens3R/AutoReconForDens3R/nerfstudio/utils/misc.py:132
↓ 4 callersFunctionAsFloat
HRM2Avatar/src/utils/ShaderTypes.hpp:129
↓ 4 callersMethodGetAttributeType
HRM2Avatar/src/animation/AnimationCurve.hpp:60
↓ 4 callersMethodGetLogicalSize
HRM2Avatar/src/renderer/Drawable.cpp:8
↓ 4 callersMethodGetMesh
HRM2Avatar/src/renderer/Renderer.hpp:62
↓ 4 callersMethodGetTexture
HRM2Avatar/src/renderer/Drawable.cpp:25
↓ 4 callersFunctionReadBinaryFile
HRM2Avatar/src/utils/AssetLoader.cpp:49
↓ 4 callersFunctionTryParseFloat3
HRM2Avatar/src/utils/AssetLoader.cpp:29
↓ 4 callersFunctionTryParseFloat4
HRM2Avatar/src/utils/AssetLoader.cpp:34
↓ 4 callersMethod__init__
(self, criterion, norm_mode='avg_dis', gt_scale=False)
Dens3R/dust3r/losses.py:158
↓ 4 callersMethod__init__
(self, optimizer, warm_up_end, learning_rate_alpha, max_steps)
Dens3R/AutoReconForDens3R/nerfstudio/engine/schedulers.py:173
↓ 4 callersMethod__init__
(self, **kwargs)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/scene_colliders.py:32
↓ 4 callersFunction_cell_size
(cell2)
Dens3R/mast3r/utils/coarse_to_fine.py:43
↓ 4 callersFunction_get_gtnorm
(gt)
Dens3R/croco/stereoflow/criterion.py:12
↓ 4 callersMethod_init_get_fc_xy
Parses the input focal length / principle point x or y and returns a tensor of the correct shape Only needs to make sure that we a 1
Dens3R/AutoReconForDens3R/nerfstudio/cameras/cameras.py:145
↓ 4 callersFunction_read_img
(filename)
Dens3R/croco/stereoflow/datasets_stereo.py:541
↓ 4 callersFunctiona11yProps
(index: number)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/SidePanel.jsx:66
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
HRM2Avatar/third/nlohmann-json/json.hpp:13011
↓ 4 callersFunctionargmin
(X, dim)
Dens3R/mast3r/fast_nn.py:33
↓ 4 callersFunctionblob_to_array
(blob, dtype, shape=(-1,))
Dens3R/mast3r/colmap_utils/database.py:134
↓ 4 callersFunctioncompute_pointcloud
Return a 3D point cloud corresponding to valid pixels of the depth map
Dens3R/croco/datasets/habitat_sim/multiview_habitat_sim_generator.py:39
↓ 4 callersMethodcount
HRM2Avatar/third/metal-cpp/Foundation/NSSet.hpp:49
↓ 4 callersMethodcrop
(self, *args, **kwargs)
Dens3R/dust3r/datasets/utils/cropping.py:47
↓ 4 callersFunctionempty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
HRM2Avatar/third/nlohmann-json/json.hpp:14701
↓ 4 callersFunctionfast_reciprocal_NNs
(pts1, pts2, subsample_or_initxy1=8, ret_xy=True, pixel_tol=0, ret_basin=False, device
Dens3R/mast3r/fast_nn.py:109
↓ 4 callersMethodfind_no_create
(path)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/SceneNode.js:73
↓ 4 callersFunctionfind_node
(tree, path)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/state/node.py:44
↓ 4 callersFunctiongetPythonBool
(boolean)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/ExportPanel/MeshSubPanel.jsx:131
↓ 4 callersFunctionget_arithmetic_value
HRM2Avatar/third/nlohmann-json/json.hpp:4857
↓ 4 callersMethodget_binary
HRM2Avatar/third/nlohmann-json/json.hpp:12697
↓ 4 callersFunctionget_catmull_rom_curve
(list_of_3d_vectors, is_cycle, smoothness_value)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/curve.js:5
↓ 4 callersFunctionget_color
Args: color (Union[str, list]): Color as a string or a rgb list Returns: TensorType[3]: Parsed color
Dens3R/AutoReconForDens3R/nerfstudio/utils/colors.py:36
↓ 4 callersMethodget_conf_log
(self, x)
Dens3R/dust3r/losses.py:222
↓ 4 callersMethodget_density
Computes and returns the densities. Returns a tensor of densities and a tensor of features. Args: ray_samples: Samples locations
Dens3R/AutoReconForDens3R/nerfstudio/fields/base_field.py:68
↓ 4 callersMethodget_image_coords
This gets the image coordinates of one of the cameras in this object. If no index is specified, it will return the maximum possible sized hei
Dens3R/AutoReconForDens3R/nerfstudio/cameras/cameras.py:276
↓ 4 callersMethodget_intrinsics_matrices
Returns the intrinsic matrices for each camera. Returns: Pinhole camera intrinsics matrices
Dens3R/AutoReconForDens3R/nerfstudio/cameras/cameras.py:733
↓ 4 callersFunctionget_joint_pointcloud_center_scale
(pts1, pts2, valid_mask1=None, valid_mask2=None, z_only=False, center=True)
Dens3R/dust3r/utils/geometry.py:331
↓ 4 callersFunctionget_joint_pointcloud_depth
(z1, z2, valid_mask1, valid_mask2=None, quantile=0.5)
Dens3R/dust3r/utils/geometry.py:316
↓ 4 callersFunctionget_num_frames_in_video
Returns the number of frames in a video. Args: video: Path to a video. Returns: The number of frames in a video.
Dens3R/AutoReconForDens3R/nerfstudio/process_data/process_data_utils.py:45
↓ 4 callersMethodget_ray_samples
Produces samples for each ray by projection points along the ray direction. Currently samples uniformly. Args: bin_starts: Distan
Dens3R/AutoReconForDens3R/nerfstudio/cameras/rays.py:312
↓ 4 callersMethodget_weights_and_transmittance
Return weights and transmittance based on predicted densities Args: densities: Predicted densities for samples along ray
Dens3R/AutoReconForDens3R/nerfstudio/cameras/rays.py:179
↓ 4 callersFunctionimg_to_tensor
(img)
Dens3R/croco/stereoflow/datasets_stereo.py:44
↓ 4 callersMethodindex_fn
(self, x: torch.Tensor, y: torch.Tensor, width: int, height: int)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:440
↓ 4 callersMethodinit
Initialize parts of decoder that are dependent on dimension of encoder tokens. Should be called when setting up MultiMAE. :p
Dens3R/croco/models/dpt_block.py:347
↓ 4 callersFunctioninsert_iterator
HRM2Avatar/third/nlohmann-json/json.hpp:23307
↓ 4 callersFunctioninterlevel_loss
Calculates the proposal loss in the MipNeRF-360 paper. https://github.com/kakaobrain/NeRF-Factory/blob/f61bb8744a5cb4820a4d968fb3bfbed777550f4a/s
Dens3R/AutoReconForDens3R/nerfstudio/model_components/losses.py:95
↓ 4 callersFunctionis_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
HRM2Avatar/third/nlohmann-json/json.hpp:21363
↓ 4 callersFunctionis_dist_avail_and_initialized
Returns True if distributed is available and initialized.
Dens3R/AutoReconForDens3R/nerfstudio/utils/comms.py:21
↓ 4 callersMethodis_viewer_enabled
Checks if a viewer is enabled.
Dens3R/AutoReconForDens3R/nerfstudio/configs/base_config.py:253
↓ 4 callersFunctionlist_scenes
Generic method iterating through a base_path folder to find scenes.
Dens3R/croco/datasets/habitat_sim/paths.py:72
↓ 4 callersMethodlocalizedString
HRM2Avatar/third/metal-cpp/Foundation/NSBundle.hpp:369
↓ 4 callersFunctionmake_fusion_block
(features, use_bn, width_ratio=1)
Dens3R/croco/models/dpt_block.py:225
↓ 4 callersMethodmerge_ray_samples
Merge two set of ray samples and return sorted index which can be used to merge sdf values Args: ray_samples_1 : ray_samples to m
Dens3R/AutoReconForDens3R/nerfstudio/model_components/ray_samplers.py:786
↓ 4 callersFunctionmy_formatting
(val)
Dens3R/croco/datasets/habitat_sim/generate_multiview_images.py:123
↓ 4 callersMethodnewBuffer
method: newBufferWithLength:options:
HRM2Avatar/third/metal-cpp/Metal/MTLHeap.hpp:273
↓ 4 callersMethodnext_train
Returns the next batch of data from the train data manager. This will be a tuple of all the information that this data manager outputs.
Dens3R/AutoReconForDens3R/nerfstudio/data/datamanagers/base_datamanager.py:218
↓ 4 callersFunctionnormalize_pointcloud
renorm pointmaps pts1, pts2 with norm_mode
Dens3R/dust3r/utils/geometry.py:252
↓ 4 callersFunctionoverlay_mask_on_image
(mask_rgb: TensorType["h", "w", 3], img_rgb: TensorType["h", "w", 3],
Dens3R/AutoReconForDens3R/nerfstudio/utils/mask_utils.py:17
↓ 4 callersFunctionparse
HRM2Avatar/third/nlohmann-json/json.hpp:24084
↓ 4 callersMethodquery
(self, queries, k=1, **kw)
Dens3R/mast3r/fast_nn.py:78
↓ 4 callersFunctionreplace_substring
HRM2Avatar/third/nlohmann-json/json.hpp:3098
↓ 4 callersFunctionrescale_to_orig
(data, size_info)
Dens3R/infer/infer_normal_pts3d.py:60
↓ 4 callersFunctionsel
(x, kept)
Dens3R/mast3r/image_pairs.py:82
↓ 4 callersFunctionsel
(x, kept)
Dens3R/dust3r/image_pairs.py:50
← previousnext →201–300 of 4,689, ranked by callers