MCPcopy Create free account

hub / github.com/Junda24/MonSter / functions

Functions359 in github.com/Junda24/MonSter

Methodforward
(self, disp, corr, flaw_stereo, disp_mono, corr_mono, flaw_mono, conf_stereo, conf_mono)
core/update.py:457
Methodforward
(self, net, inp, flaw_stereo=None, disp=None, corr=None, flaw_mono=None, disp_mono=None, corr_mono=None, iter0
core/update.py:502
Methodforward
(self, disp, corr, flaw_stereo, disp_mono, corr_mono, flaw_mono)
core/update.py:545
Methodforward
(self, x)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:34
Methodforward
(self, out_features, patch_h, patch_w, only_feat=False)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:117
Methodforward
(self, out_features, patch_h, patch_w)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:246
Methodforward
(self, x)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:38
Methodforward
(self, *args, is_training=False, **kwargs)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:323
Methodforward
Forward pass. Args: x (tensor): input Returns: tensor: output
Depth-Anything-V2-list3/depth_anything_v2/util/blocks.py:57
Methodforward
Forward pass. Returns: tensor: output
Depth-Anything-V2-list3/depth_anything_v2/util/blocks.py:123
Methodforward
(self, x)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/drop_path.py:34
Methodforward
(self, x_or_x_list)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/block.py:245
Methodforward
(self, x: Tensor)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/layer_scale.py:27
Methodforward
(self, x: Tensor, attn_bias=None)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/attention.py:66
Methodforward
(self, x: Tensor)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/mlp.py:35
Methodforward
(self, x: Tensor)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/swiglu_ffn.py:29
Methodforward
(self, x: Tensor)
Depth-Anything-V2-list3/depth_anything_v2/dinov2_layers/patch_embed.py:69
Methodforward_features
(self, x, only_feat=False)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:345
Methodforward_features
(self, x, only_feat=False)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:430
Functionforward_interpolate
(flow)
core/utils/utils.py:28
Functiongauss_blur
(input, N=5, std=1)
core/utils/utils.py:83
Functionget_eth3d_images
()
core/utils/augmentor.py:24
Functionget_kitti_images
()
core/utils/augmentor.py:27
Functionget_middlebury_images
()
core/utils/augmentor.py:18
Functiongray_2_colormap_np
(img, cmap = 'rainbow', max = None)
demo_video.py:26
Methodinfer_image
(self, raw_image, input_size=518)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:359
Methodinfer_image
(self, raw_image, input_size=518)
Depth-Anything-V2-list3/depth_anything_v2/dpt.py:444
Functioninit_weights_vit_timm
ViT weight initialization, original timm impl (for reproducibility)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:331
Functionload_pkl
(pkl_path)
core/utils/file_io.py:34
Functionlow_illumination
生成弱光环境效果 gamma:0.4-0.7,越小越暗
core/dataset/transform.py:387
Functionmotion_blur
生成运动模糊效果 defree: 运动模糊程度,越大模糊程度越高 angle: 运动模糊方向
core/dataset/transform.py:365
Methodpadding
(self, data, pad_len)
core/dataset/pinhole_augmentor_mix_dataset.py:72
Functionparse_yaml
Parse yaml configuration file and return the object in `namedtuple`.
core/utils/file_io.py:13
Functionpool4x
(x)
core/update.py:109
Functionrandom_brightness_contrast
(image, alpha, beta, beta_by_max=True)
core/dataset/transform.py:39
Functionrandom_haze_aug
指定雾化中心 A : 大气光照 0.65-0.95 beta : 雾化程度 0.01-0.08 x_beat : 雾化程度 1-10 colar: 雾霾颜色,[210
core/dataset/transform.py:341
FunctionreadDispCREStereo
(filename)
core/utils/frame_utils.py:140
FunctionreadDispDrivingStereoFull
(filename, is_full=False)
core/utils/frame_utils.py:129
FunctionreadDispDrivingStereo_half
(filename, is_full=False)
core/utils/frame_utils.py:134
FunctionreadDispFallingThings
(file_name)
core/utils/frame_utils.py:172
FunctionreadDispInStereo2K
(filename)
core/utils/frame_utils.py:144
FunctionreadDispKITTI
(filename)
core/utils/frame_utils.py:124
FunctionreadDispMiddlebury
(file_name)
core/utils/frame_utils.py:203
FunctionreadDispSintelStereo
(file_name)
core/utils/frame_utils.py:163
FunctionreadDispTartanAir
(file_name)
core/utils/frame_utils.py:196
FunctionreadDispVKITTI2
(filename)
core/utils/frame_utils.py:150
FunctionreadFlowKITTI
(filename)
core/utils/frame_utils.py:117
Functionread_gen
(file_name, pil=False)
core/utils/frame_utils.py:230
Functionsave_feature_map_as_image
(feature_map, file_path)
core/refinement.py:344
Functiontransfer_color
(image, style_mean, style_stddev)
core/utils/augmentor.py:30
Functionupflow8
(flow, mode='bilinear')
core/utils/utils.py:79
Functionvit_base
(patch_size=16, num_register_tokens=0, **kwargs)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:353
Functionvit_giant2
Close to ViT-giant, with embed-dim 1536 and 24 heads => embed-dim per head 64
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:381
Functionvit_large
(patch_size=16, num_register_tokens=0, **kwargs)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:367
Functionvit_small
(patch_size=16, num_register_tokens=0, **kwargs)
Depth-Anything-V2-list3/depth_anything_v2/dinov2.py:339
Methodweight_init
(self)
core/extractor.py:311
FunctionwriteFlow
Write optical flow to file. If v is None, uv is assumed to contain both u and v channels, stacked in depth. Original code by Deqing
core/utils/frame_utils.py:85
FunctionwriteFlowKITTI
(filename, uv)
core/utils/frame_utils.py:223
FunctionwritePFM
(file, array)
core/utils/frame_utils.py:71
← previous301–359 of 359, ranked by callers