MCPcopy Create free account

hub / github.com/alibaba/Taobao3D / functions

Functions4,689 in github.com/alibaba/Taobao3D

↓ 12 callersFunctioninv
Invert a torch or numpy matrix
Dens3R/dust3r/utils/geometry.py:104
↓ 12 callersMethodline
property: line
HRM2Avatar/third/metal-cpp/Metal/MTLFunctionLog.hpp:81
↓ 12 callersMethodload_state_dict
(self, ckpt, **kw)
Dens3R/mast3r/model.py:71
↓ 12 callersMethodnumber_float
HRM2Avatar/third/nlohmann-json/json.hpp:9589
↓ 12 callersMethodpushDebugGroup
method: pushDebugGroup:
HRM2Avatar/third/metal-cpp/Metal/MTLCommandBuffer.hpp:483
↓ 11 callersMethodSetData
HRM2Avatar/src/graphics/Buffer.cpp:34
↓ 11 callersFunctionnormal2color
(normal_map)
Dens3R/dust3r/utils/image.py:203
↓ 11 callersMethodvalue
return value of the iterator
HRM2Avatar/third/nlohmann-json/json.hpp:5575
↓ 10 callersFunctionarray_to_blob
(array)
Dens3R/mast3r/colmap_utils/database.py:127
↓ 10 callersMethodboolean
HRM2Avatar/third/nlohmann-json/json.hpp:9574
↓ 10 callersMethodcommit
method: commit
HRM2Avatar/third/metal-cpp/Metal/MTLResidencySet.hpp:192
↓ 10 callersMethodconnect
(database_path)
Dens3R/mast3r/colmap_utils/database.py:144
↓ 10 callersMethoddevice
Returns the device that the camera is on.
Dens3R/AutoReconForDens3R/nerfstudio/cameras/cameras.py:252
↓ 10 callersFunctiongrab_file_id
Get the file id from the google drive zip url.
Dens3R/AutoReconForDens3R/scripts/downloads/download_data.py:81
↓ 10 callersFunctioninvalid_to_nans
(arr, valid_mask, ndim=999)
Dens3R/dust3r/utils/misc.py:103
↓ 10 callersMethodlower
Convert path object to serializable format
Dens3R/AutoReconForDens3R/nerfstudio/viewer/server/path.py:50
↓ 10 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
HRM2Avatar/third/nlohmann-json/json.hpp:12951
↓ 10 callersFunctionparser
HRM2Avatar/third/nlohmann-json/json.hpp:20147
↓ 10 callersMethodsetLabel
HRM2Avatar/third/metal-cpp/Metal/MTLHeap.hpp:213
↓ 10 callersFunctionset_parent
HRM2Avatar/third/nlohmann-json/json.hpp:20770
↓ 10 callersMethodstatus
property: status
HRM2Avatar/third/metal-cpp/Metal/MTLCommandBuffer.hpp:393
↓ 9 callersMethodGetHandle
HRM2Avatar/src/graphics/Buffer.cpp:84
↓ 9 callersMethodadd_image
(self, name, camera_id, prior_q=np.full(4, np.nan), prior_t=np.full(3, np.nan),
Dens3R/mast3r/colmap_utils/database.py:175
↓ 9 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/dust3r/utils/image.py:252
↓ 9 callersMethodend_array
HRM2Avatar/third/nlohmann-json/json.hpp:9624
↓ 9 callersFunctioneval_setup
Shared setup for loading a saved pipeline for evaluation. Args: config_path: Path to config YAML file. eval_num_rays_per_chunk: N
Dens3R/AutoReconForDens3R/nerfstudio/utils/eval_utils.py:71
↓ 9 callersMethodforward
Run forward starting with a ray bundle. This outputs different things depending on the configuration of the model and whether or not the batch
Dens3R/AutoReconForDens3R/nerfstudio/models/base_model.py:134
↓ 9 callersMethodinit
method: init
HRM2Avatar/third/metal-cpp/Metal/MTLHeap.hpp:125
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
HRM2Avatar/third/nlohmann-json/json.hpp:21419
↓ 9 callersFunctionload_from_json
Load a dictionary from a JSON filename. Args: filename: The filename to load from.
Dens3R/AutoReconForDens3R/nerfstudio/utils/io.py:23
↓ 9 callersMethodstart_array
HRM2Avatar/third/nlohmann-json/json.hpp:9619
↓ 9 callersFunctionstatus
A context manager that does nothing is verbose is True. Otherwise it hides logs under a message. Args: msg: The message to log. s
Dens3R/AutoReconForDens3R/nerfstudio/utils/rich_utils.py:49
↓ 9 callersMethodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
HRM2Avatar/third/nlohmann-json/json.hpp:17690
↓ 8 callersMethodGetSize
HRM2Avatar/src/graphics/Buffer.hpp:30
↓ 8 callersMethod__init__
( self, out_dim: int, field_head_name: FieldHeadNames, in_dim: Optional[int] =
Dens3R/AutoReconForDens3R/nerfstudio/field_components/field_heads.py:59
↓ 8 callersMethod__init__
(self, in_dim: int)
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:48
↓ 8 callersMethoddelete
(path)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/SceneNode.js:131
↓ 8 callersFunctiondump_integer
HRM2Avatar/third/nlohmann-json/json.hpp:19435
↓ 8 callersMethodend_object
HRM2Avatar/third/nlohmann-json/json.hpp:9614
↓ 8 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
HRM2Avatar/third/nlohmann-json/json.hpp:12553
↓ 8 callersFunctionget_parallelogram_area
Given three 2D points, return the area defined by the parallelogram. I.e., 2x the triangle area. Args: p: The origin of the parallelogram
Dens3R/AutoReconForDens3R/nerfstudio/exporter/texture_utils.py:43
↓ 8 callersMethodget_param_groups
Get the param groups for the pipeline. Returns: A list of dictionaries containing the pipeline's param groups.
Dens3R/AutoReconForDens3R/nerfstudio/pipelines/base_pipeline.py:177
↓ 8 callersFunctionget_pred_pts3d
(gt, pred, use_pose=False)
Dens3R/dust3r/inference.py:178
↓ 8 callersMethodget_start_positions
Calulates "start" position of frustum. We use start positions for MonoSDF because when we use error bounded sampling, we need to upsample many
Dens3R/AutoReconForDens3R/nerfstudio/cameras/rays.py:70
↓ 8 callersFunctionglob_data
(pattern: str)
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/autorecon_dataparser.py:59
↓ 8 callersMethodhash_fn
Returns hash tensor using method described in Instant-NGP Args: in_tensor: Tensor to be hashed
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:289
↓ 8 callersMethodhash_fn
Returns hash tensor using method described in Instant-NGP Args: in_tensor: Tensor to be hashed
Dens3R/AutoReconForDens3R/nerfstudio/field_components/encodings.py:619
↓ 8 callersFunctionload_images
open and convert all images in a list or folder to proper input format for DUSt3R
Dens3R/dust3r/utils/image.py:138
↓ 8 callersMethodsetVertexBuffer
method: setVertexBuffer:offset:atIndex:
HRM2Avatar/third/metal-cpp/Metal/MTLRenderCommandEncoder.hpp:418
↓ 8 callersMethodstart_object
HRM2Avatar/third/nlohmann-json/json.hpp:9604
↓ 8 callersMethodstring
HRM2Avatar/third/nlohmann-json/json.hpp:9594
↓ 8 callersMethodtrain
Train the model.
Dens3R/AutoReconForDens3R/nerfstudio/engine/trainer.py:131
↓ 8 callersFunctionview_name
(view, batch_index=None)
Dens3R/dust3r/datasets/base/base_stereo_view_dataset.py:209
↓ 8 callersMethodwidth
property: width
HRM2Avatar/third/metal-cpp/Metal/MTLTexture.hpp:346
↓ 7 callersMethodCreateBuffer
HRM2Avatar/src/renderer/Renderer.cpp:246
↓ 7 callersMethod__init__
(self, max_gtnorm=None)
Dens3R/croco/stereoflow/criterion.py:22
↓ 7 callersMethod__init__
(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, bias=True, drop=0.)
Dens3R/croco/models/blocks.py:60
↓ 7 callersMethod_encode_image
image has B x 3 x img_size x img_size do_mask: whether to perform masking or not return_all_blocks: if True, return the feat
Dens3R/croco/models/croco.py:202
↓ 7 callersMethod_set_root
(self)
Dens3R/croco/stereoflow/datasets_flow.py:104
↓ 7 callersFunctioncompares_unordered
HRM2Avatar/third/nlohmann-json/json.hpp:23715
↓ 7 callersFunctionevaluate
(points)
Dens3R/AutoReconForDens3R/nerfstudio/utils/marching_cubes.py:63
↓ 7 callersFunctionfind
HRM2Avatar/third/nlohmann-json/json.hpp:20003
↓ 7 callersMethodget_dataparser_outputs
Returns the dataparser outputs for the given split. Args: split: Which dataset split to generate (train/test). Returns:
Dens3R/AutoReconForDens3R/nerfstudio/data/dataparsers/base_dataparser.py:118
↓ 7 callersMethodget_variance
return current variance value
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:124
↓ 7 callersFunctionisAnimated
(property)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraPanel.jsx:943
↓ 7 callersFunctionsetPoint
(point, pointMap, geometry, camera, x, y, z)
Dens3R/AutoReconForDens3R/nerfstudio/viewer/app/src/modules/SidePanel/CameraPanel/CameraHelper.js:9
↓ 7 callersMethodsetTexture
HRM2Avatar/third/metal-cpp/Metal/MTLRenderPass.hpp:294
↓ 7 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
HRM2Avatar/third/nlohmann-json/json.hpp:23504
↓ 7 callersFunctionto_immutable_dict
Method to convert mutable dict to default factory dict Args: d: dictionary to convert into default factory dict for dataclass
Dens3R/AutoReconForDens3R/nerfstudio/configs/config_utils.py:30
↓ 6 callersMethodGetDuration
HRM2Avatar/src/animation/AnimationCurve.hpp:62
↓ 6 callersMethodGetVertexStride
HRM2Avatar/src/renderer/Mesh.hpp:88
↓ 6 callersMethod__init__
(self, patch_size: int = 11, min_patch_variance: float = 0.01)
Dens3R/AutoReconForDens3R/nerfstudio/model_components/losses.py:399
↓ 6 callersFunction_find_distortion_param
(calib_xml: ET.Element, param_name: str)
Dens3R/AutoReconForDens3R/nerfstudio/process_data/metashape_utils.py:30
↓ 6 callersMethodadd_keypoints
(self, image_id, keypoints)
Dens3R/mast3r/colmap_utils/database.py:184
↓ 6 callersFunctionapply_log_to_norm
(xyz)
Dens3R/mast3r/losses.py:26
↓ 6 callersMethodbinary
HRM2Avatar/third/nlohmann-json/json.hpp:9599
↓ 6 callersMethodcontents
method: contents
HRM2Avatar/third/metal-cpp/Metal/MTLBuffer.hpp:64
↓ 6 callersFunctiondestroy
HRM2Avatar/third/nlohmann-json/json.hpp:20571
↓ 6 callersFunctiondiagnostics
HRM2Avatar/third/nlohmann-json/json.hpp:4531
↓ 6 callersMethoddownload
Download the D-NeRF dataset (https://github.com/albertpumarola/D-NeRF).
Dens3R/AutoReconForDens3R/scripts/downloads/download_data.py:163
↓ 6 callersMethodendEncoding
method: endEncoding
HRM2Avatar/third/metal-cpp/Metal/MTLCommandEncoder.hpp:80
↓ 6 callersMethodfrom_pretrained
(cls, pretrained_model_name_or_path, **kw)
Dens3R/mast3r/model.py:77
↓ 6 callersMethodget_beta
return current beta value
Dens3R/AutoReconForDens3R/nerfstudio/fields/sdf_field.py:73
↓ 6 callersMethodget_outputs_for_camera_ray_bundle
Takes in camera parameters and computes the output of the model. Args: camera_ray_bundle: ray bundle to calculate outputs over
Dens3R/AutoReconForDens3R/nerfstudio/models/base_model.py:169
↓ 6 callersMethodget_string
HRM2Avatar/third/nlohmann-json/json.hpp:12664
↓ 6 callersMethodget_weights_and_transmittance_from_alphas
Return weights based on predicted alphas Args: alphas: Predicted alphas (maybe from sdf) for samples along ray Returns:
Dens3R/AutoReconForDens3R/nerfstudio/cameras/rays.py:224
↓ 6 callersFunctionif
HRM2Avatar/third/nlohmann-json/json.hpp:23686
↓ 6 callersFunctioninference
(pairs, model, device, batch_size=8, verbose=True)
Dens3R/dust3r/inference.py:153
↓ 6 callersFunctioninverse
Invert provided pose matrix. Args: pose: Camera pose without homogenous coordinate. Returns: Inverse of pose.
Dens3R/AutoReconForDens3R/nerfstudio/utils/poses.py:37
↓ 6 callersFunctionis_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
HRM2Avatar/third/nlohmann-json/json.hpp:21412
↓ 6 callersFunctionjson_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
HRM2Avatar/third/nlohmann-json/json.hpp:14566
↓ 6 callersMethodload_state_dict
(self, state_dict)
Dens3R/croco/utils/misc.py:275
↓ 6 callersMethodmain
Cull mesh by rendering the segmentation of each face.
Dens3R/AutoReconForDens3R/nerfstudio/exporter/mesh_culling_utils.py:58
↓ 6 callersMethodmedian
(self)
Dens3R/croco/utils/misc.py:59
↓ 6 callersFunctionname
HRM2Avatar/third/nlohmann-json/json.hpp:4526
↓ 6 callersFunctionnormalized_depth_scale_and_shift
More info here: https://arxiv.org/pdf/2206.00665.pdf supplementary section A2 Depth Consistency Loss This function computes scale/shift requi
Dens3R/mast3r/losses.py:32
↓ 6 callersMethodnull
HRM2Avatar/third/nlohmann-json/json.hpp:9569
↓ 6 callersFunctionpush_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
HRM2Avatar/third/nlohmann-json/json.hpp:14687
↓ 6 callersMethodrescale_output_resolution
Rescale the output resolution of the cameras. Args: scaling_factor: Scaling factor to apply to the output resolution.
Dens3R/AutoReconForDens3R/nerfstudio/cameras/cameras.py:747
↓ 6 callersFunctionrotate_recover
(output)
Dens3R/infer/infer_normal_pts3d.py:90
← previousnext →101–200 of 4,689, ranked by callers