MCPcopy Create free account

hub / github.com/YunzeMan/Situation3D / functions

Functions1,152 in github.com/YunzeMan/Situation3D

↓ 1 callersFunctionsolarize_level_to_args
(MAX_LEVEL)
3DLLM_BLIP2-base/lavis/processors/randaugment.py:246
↓ 1 callersFunctionsplit_data
(input_data_joint, train_file, test_file, test_ratio)
3DLLM_BLIP2-base/scripts/split_3DLLM_dataset.py:4
↓ 1 callersFunctionsqa3d_question_type
(record)
situation3d/utils/language_util.py:3
↓ 1 callersMethodstep
(self, epoch=None)
lib/pointnet2/pytorch_utils.py:291
↓ 1 callersFunctionstep_lr_schedule
Decay the learning rate
3DLLM_BLIP2-base/lavis/common/optims.py:94
↓ 1 callersMethodstoi
(self, v)
lib/sepdataset.py:63
↓ 1 callersMethodsynchronize_between_processes
(self)
3DLLM_BLIP2-base/lavis/common/logger.py:113
↓ 1 callersFunctiontest
(args, SQA_TRAIN, SQA_VAL, SQA_TEST, path, answer_counter_list)
situation3d/eval/eval.py:210
↓ 1 callersFunctiontest_interpolation_grad
()
lib/pointnet2/pointnet2_test.py:18
↓ 1 callersFunctiontiny_value_of_dtype
(dtype: torch.dtype)
lib/qa_helper.py:152
↓ 1 callersFunctiontrain
(args, SQA_TRAIN, SQA_VAL, answer_counter_list)
situation3d/train/train.py:380
↓ 1 callersMethodtrain
(self)
3DLLM_BLIP2-base/lavis/runners/runner_base.py:345
↓ 1 callersMethodtrain_epoch
(self, epoch)
3DLLM_BLIP2-base/lavis/runners/runner_base.py:397
↓ 1 callersMethodtrain_iters
(self, epoch, start_iters)
3DLLM_BLIP2-base/lavis/runners/runner_iter.py:127
↓ 1 callersMethodtrain_step
(self, model, samples)
3DLLM_BLIP2-base/lavis/tasks/base_task.py:63
↓ 1 callersMethodupdateProgress
(self, progress)
3DLLM_BLIP2-base/lavis/common/vqa_tools/vqa_eval.py:299
↓ 1 callersMethodvalid_step
(self, model, samples)
3DLLM_BLIP2-base/lavis/tasks/base_task.py:67
↓ 1 callersMethodvalidate
Convert yaml config (dict-like) to list, required by argparse.
3DLLM_BLIP2-base/lavis/common/config.py:230
↓ 1 callersFunctionvisualize_scene_test
(data_dict, scene_id, situation_loss_tag, visualization_root, idx, activation, feat_name, points, VIS_CONF, re
situation3d/utils/visualization.py:244
↓ 1 callersFunctionvisualize_scene_wandb
(data_dict, scene_ids, stamp, phase, global_iter_id, use_answer, situation_loss_tag)
situation3d/utils/visualization.py:77
↓ 1 callersFunctionvoc_ap
ap = voc_ap(rec, prec, [use_07_metric]) Compute VOC AP given precision and recall. If use_07_metric is true, uses the VOC 07 11 point met
situation3d/utils/eval_det.py:4
↓ 1 callersFunctionvolume_to_point_cloud
vol is occupancy grid (value = 0 or 1) of size vsize*vsize*vsize return Nx3 numpy array.
situation3d/utils/pc_utils.py:68
↓ 1 callersMethodweight_initialization
(self)
situation3d/models/resnet_base.py:73
↓ 1 callersFunctionwrite_lines_as_cylinders
Create lines represented as cylinders connecting pairs of 3D points Args: pcl: (N x 2 x 3 numpy array): N pairs of xyz pos
situation3d/utils/pc_utils.py:462
↓ 1 callersFunctionwrite_oriented_bbox
Export oriented (around Z axis) scene bbox to meshes Args: scene_bbox: (N x 7 numpy array): xyz pos of center and 3 lengths (dx,dy,dz)
situation3d/utils/pc_utils.py:385
FunctionM
(axis, theta)
lib/openscene/voxelizer_dev.py:11
FunctionPYBIND11_MODULE
lib/pointnet2/_ext_src/src/bindings.cpp:6
FunctionSQA3D_collate_fn
Custom collate function that handles specific batching for 'point_clouds', 'point_colors', 'point_labels', and 'inds_reconstruct' keys in th
lib/sepdataset.py:459
Method__call__
(self, epoch, verbose)
lib/solver.py:259
Method__call__
(self, coords, feats, labels)
lib/openscene/augmentation.py:27
Method__call__
(self, coords, feats, labels)
lib/openscene/augmentation.py:40
Method__call__
(self, coords, feats, labels)
lib/openscene/augmentation.py:63
Method__call__
(self, coords, feats, labels)
lib/openscene/augmentation.py:123
Method__call__
(self, coords, feats, labels)
lib/openscene/augmentation.py:150
Method__call__
(self, pointcloud)
lib/openscene/augmentation.py:196
Method__call__
(self, *args)
lib/openscene/augmentation.py:210
Method__call__
(self, list_data)
lib/openscene/augmentation.py:227
Method__call__
(self, list_data)
lib/openscene/augmentation.py:270
Method__call__
(self, item)
3DLLM_BLIP2-base/lavis/processors/base_processor.py:16
Method__call__
(self, img)
3DLLM_BLIP2-base/lavis/processors/randaugment.py:328
Method__call__
(self, frames)
3DLLM_BLIP2-base/lavis/processors/randaugment.py:355
Method__call__
Args: clip (torch.tensor): Video clip to be cropped. Size is (C, T, H, W) Returns: torch.tensor: randomly cro
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:38
Method__call__
Args: clip (torch.tensor): Video clip to be cropped. Size is (C, T, H, W) Returns: torch.tensor: randomly cro
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:72
Method__call__
Args: clip (torch.tensor): Video clip to be cropped. Size is (C, T, H, W) Returns: torch.tensor: central crop
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:94
Method__call__
Args: clip (torch.tensor): video clip to be normalized. Size is (C, T, H, W)
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:122
Method__call__
Args: clip (torch.tensor, dtype=torch.uint8): Size is (T, H, W, C) Return: clip (torch.tensor, dtype=torch.fl
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:142
Method__call__
Args: clip (torch.tensor): Size is (C, T, H, W) Return: clip (torch.tensor): Size is (C, T, H, W)
3DLLM_BLIP2-base/lavis/processors/transforms_video.py:165
Method__call__
(self, caption)
3DLLM_BLIP2-base/lavis/processors/blip_processors.py:34
Method__call__
(self, question)
3DLLM_BLIP2-base/lavis/processors/blip_processors.py:76
Method__call__
(self, item)
3DLLM_BLIP2-base/lavis/processors/blip_processors.py:139
Method__call__
(self, item)
3DLLM_BLIP2-base/lavis/processors/blip_processors.py:177
Method__call__
(self, item)
3DLLM_BLIP2-base/lavis/processors/blip_processors.py:211
Method__getattr__
(self, name)
lib/config.py:138
Method__getattr__
(self, attr)
3DLLM_BLIP2-base/lavis/common/logger.py:94
Method__getattr__
(self, name)
3DLLM_BLIP2-base/lavis/datasets/datasets/dataloader_utils.py:107
Method__getitem__
(self, idx)
lib/sepdataset.py:170
Method__getitem__
(self, index_long)
lib/openscene/feature_loader.py:61
Method__getitem__
(self, index_long)
lib/openscene/point_loader.py:116
Method__getitem__
(self, key)
3DLLM_BLIP2-base/lavis/common/config.py:216
Method__getitem__
(self, index)
3DLLM_BLIP2-base/lavis/datasets/datasets/threedvqa_datasets.py:133
Method__getitem__
(self, index)
3DLLM_BLIP2-base/lavis/datasets/datasets/threedvqa_datasets.py:173
Method__init__
(self)
situation3d/utils/segmentation_util.py:251
Method__init__
(self, device, gamma=2, eps=1e-7, num_classes=20, reduce='sum')
situation3d/utils/segmentation_util.py:416
Method__init__
(self, *args, **kwargs)
situation3d/utils/logger.py:8
Method__init__
(self, optimizer, multiplier, warmup_epoch, after_scheduler, last_epoch=-1)
situation3d/utils/lr_scheduler.py:16
Method__init__
(self, in_channels, out_channels, D=3)
situation3d/models/mink_unet.py:47
Method__init__
(self, use_bidir=False, num_layers=1, emb_size=300, hidden_size=768, pdrop=0.1, use_bert=Fals
situation3d/models/sep_lang_module_bert.py:13
Method__init__
(self, in_size, mid_size, out_size, pdrop=0., use_gelu=True)
situation3d/models/mcan_sqa_module.py:47
Method__init__
(self, size, eps=1e-6)
situation3d/models/mcan_sqa_module.py:58
Method__init__
(self, hidden_size, flat_mlp_size=512, flat_glimpses=1, flat_out_size=1024, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:75
Method__init__
(self, hidden_size, num_heads=8, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:114
Method__init__
(self, hidden_size, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:187
Method__init__
(self, hidden_size, num_heads=8, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:208
Method__init__
(self, hidden_size, num_heads=8, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:236
Method__init__
(self, hidden_size, num_heads=8, num_layers=6, pdrop=0.1)
situation3d/models/mcan_sqa_module.py:272
Method__init__
(self, num_object_class, use_lang_classifier=True, use_bidir=False, num_layers=1, emb_size=300, hidden
situation3d/models/lang_module.py:13
Method__init__
( self, d_model, language_len, vision_len, dropout, sinusoidal_pos_embds )
situation3d/models/sqa_module.py:82
Method__init__
(self, in_channels, out_channels, D=3)
situation3d/models/resnet_base.py:37
Method__init__
(self)
assets/data/scannet/model_util_scannet.py:82
Method__init__
(self)
lib/loss.py:17
Method__init__
(self, init_dict=None, key_list=None)
lib/config.py:128
Method__init__
(self, fn, *args)
lib/enet.py:21
Method__init__
(self, *args, **kwargs)
lib/enet.py:100
Method__init__
(self, pooling)
lib/enet.py:117
Method__init__
(self, args, model, config, dataloader, optimizer, stamp, situation_loss_tag, val_step=10, cur
lib/solver.py:149
Method__init__
Args: ap_iou_thresh: float between 0 and 1.0 IoU threshold to judge whether a prediction is positive.
lib/ap_helper.py:227
Method__init__
(self, intrinsic, depth_min, depth_max, image_dims, accuracy, cuda=True)
lib/projection.py:7
Method__init__
(self)
lib/sepdataset.py:45
Method__init__
(self, sqa, sqa_all_scene, situation_loss_tag, use_unanswerable=False, answer_cands=No
lib/sepdataset.py:74
Method__init__
( self, args: List[int], *, bn: bool = False, acti
lib/pointnet2/pytorch_utils.py:13
Method__init__
(self, in_size, batch_norm=None, name="")
lib/pointnet2/pytorch_utils.py:41
Method__init__
(self, in_size: int, *, name: str = "")
lib/pointnet2/pytorch_utils.py:51
Method__init__
(self, in_size: int, name: str = "")
lib/pointnet2/pytorch_utils.py:57
Method__init__
(self, in_size: int, name: str = "")
lib/pointnet2/pytorch_utils.py:63
Method__init__
( self, in_size, out_size, kernel_size, stride,
lib/pointnet2/pytorch_utils.py:69
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
lib/pointnet2/pytorch_utils.py:125
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
lib/pointnet2/pytorch_utils.py:159
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
lib/pointnet2/pytorch_utils.py:193
Method__init__
( self, model, bn_lambda, last_epoch=-1, setter=set_bn_momentum_default )
lib/pointnet2/pytorch_utils.py:273
Method__init__
(self, p=0.5, inplace=False)
lib/pointnet2/pointnet2_utils.py:41
← previousnext →401–500 of 1,152, ranked by callers