MCPcopy Create free account

hub / github.com/GRAP-UdL-AT/Amodal_Fruit_Sizing / functions

Functions1,212 in github.com/GRAP-UdL-AT/Amodal_Fruit_Sizing

Method__init__
Args: cfg (CfgNode):
detectron2/engine/defaults.py:555
Method__init__
Args: model: a torch Module. Takes a data from data_loader and returns a dict of losses. data_loader:
detectron2/engine/train_loop.py:177
Method__init__
(self, model, save_dir="", *, save_to_disk=None, **checkpointables)
detectron2/checkpoint/detection_checkpoint.py:17
Method__init__
Args: tensor (Tensor[float]): a Nx4 matrix. Each row is (x1, y1, x2, y2).
detectron2/structures/boxes.py:139
Method__init__
Arguments: tensor (Tensor): of shape (N, H, W) or (N, C_1, ..., C_K, H, W) where K >= 1 image_sizes (list[tuple[int,
detectron2/structures/image_list.py:19
Method__init__
Arguments: keypoints: A Tensor, numpy array, or list of the x, y, and visibility of each keypoint. The shape shou
detectron2/structures/keypoints.py:21
Method__init__
Args: tensor (Tensor[float]): a Nx5 matrix. Each row is (x_center, y_center, width, height, angle),
detectron2/structures/rotated_boxes.py:21
Method__init__
Args: image_size (height, width): the spatial size of the image. kwargs: fields to add to this `Instances`.
detectron2/structures/instances.py:35
Method__init__
Args: tensor: bool Tensor of N,H,W, representing N instances in the image.
detectron2/structures/masks.py:92
Method__init__
Arguments: polygons (list[list[np.ndarray]]): The first level of the list correspond to individual instances,
detectron2/structures/masks.py:232
Method__init__
Args: output_size (tuple): h, w spatial_scale (float): scale the input boxes by this number sampling_rati
detectron2/layers/roi_align.py:52
Method__init__
Modulated deformable convolution. Arguments are similar to :class:`Conv2D`. Extra arguments: Args: deformable_g
detectron2/layers/deform_conv.py:406
Method__init__
(self, num_features, eps=1e-5)
detectron2/layers/batch_norm.py:36
Method__init__
Args: output_size (tuple): h, w spatial_scale (float): scale the input boxes by this number sampling_rati
detectron2/layers/roi_align_rotated.py:50
Method__init__
Extra keyword arguments supported in addition to those in `torch.nn.Conv2d`: Args: norm (nn.Module, optional): a normali
detectron2/layers/wrappers.py:45
Method__init__
Args: dataset_name (str): name of the dataset to be evaluated. It must have either the following corresponding me
detectron2/evaluation/AmodalCocoEvaluation.py:33
Method__init__
Args: dataset_name (str): the name of the dataset. It must have the following metadata associated with it:
detectron2/evaluation/cityscapes_evaluation.py:25
Method__init__
(self, evaluators)
detectron2/evaluation/evaluator.py:58
Method__init__
Args: dataset_name (str): name of the dataset, e.g., "voc_2007_test"
detectron2/evaluation/pascal_voc_evaluation.py:29
Method__init__
Initialize CocoEval using coco APIs for gt and dt :param cocoGt: coco object with ground truth annotations :param cocoDt: coc
detectron2/evaluation/Amodal_cocoeval.py:20
Method__init__
(self, iouType='segm')
detectron2/evaluation/Amodal_cocoeval.py:287
Method__init__
Args: dataset_name (str): name of the dataset to be evaluated. It must have either the following corresponding me
detectron2/evaluation/coco_evaluation.py:34
Method__init__
Args: dataset_name (str): name of the dataset to be evaluated. It must have the following corresponding metadata:
detectron2/evaluation/lvis_evaluation.py:27
Method__init__
Args: dataset_name (str): name of the dataset to be evaluated. distributed (True): if True, will collect results from
detectron2/evaluation/sem_seg_evaluation.py:24
Method__init__
Args: dataset_name (str): name of the dataset output_dir (str): output directory to save results for evaluation
detectron2/evaluation/panoptic_evaluation.py:30
Method__init__
Args: predict_net, init_net (core.Net): caffe2 nets convert_outptus (callable): a function that converts caffe2
detectron2/export/caffe2_inference.py:74
Method__init__
(self, cfg, torch_model)
detectron2/export/caffe2_modeling.py:244
Method__init__
(self, cfg, torch_model)
detectron2/export/caffe2_modeling.py:281
Method__init__
(self, cfg, torch_model)
detectron2/export/caffe2_modeling.py:376
Method__init__
(self, predict_net, init_net)
detectron2/export/api.py:59
Method__init__
(self, ws_name, is_reset, is_cleanup=False)
detectron2/export/shared.py:130
Method__init__
(self)
detectron2/export/shared.py:782
Method__init__
(self, tensor)
detectron2/export/c10.py:27
Method__init__
(self, im_info, indices, extra_fields=None)
detectron2/export/c10.py:45
Method__init__
(self, tensor_mode)
detectron2/export/c10.py:332
Method__init__
(self, use_heatmap_max_keypoint)
detectron2/export/c10.py:462
Method__init__
(self, replaceCls)
detectron2/export/patcher.py:32
Method__init__
(self, cfg, heads)
detectron2/export/patcher.py:113
Method__iter__
(self)
detectron2/modeling/anchor_generator.py:39
Method__iter__
(self)
detectron2/data/common.py:108
Method__iter__
(self)
detectron2/data/samplers/distributed_sampler.py:43
Method__iter__
(self)
detectron2/data/samplers/distributed_sampler.py:154
Method__iter__
(self)
detectron2/data/samplers/distributed_sampler.py:195
Method__iter__
(self)
detectron2/data/samplers/grouped_batch_sampler.py:37
Method__iter__
Yield a box as a Tensor of shape (4,) at a time.
detectron2/structures/boxes.py:290
Method__iter__
Yield a box as a Tensor of shape (5,) at a time.
detectron2/structures/rotated_boxes.py:476
Method__iter__
(self)
detectron2/structures/instances.py:138
Method__iter__
(self)
detectron2/structures/masks.py:133
Method__iter__
Yields: list[ndarray]: the polygons for one instance. Each Tensor is a float64 vector representing a polygon.
detectron2/structures/masks.py:338
Method__len__
(self)
detectron2/modeling/anchor_generator.py:36
Method__len__
(self)
detectron2/data/common.py:31
Method__len__
(self)
detectron2/data/common.py:74
Method__len__
(self)
detectron2/data/samplers/distributed_sampler.py:198
Method__len__
(self)
detectron2/data/samplers/grouped_batch_sampler.py:46
Method__len__
(self)
detectron2/structures/boxes.py:229
Method__len__
(self)
detectron2/structures/image_list.py:28
Method__len__
(self)
detectron2/structures/keypoints.py:33
Method__len__
(self)
detectron2/structures/rotated_boxes.py:339
Method__len__
(self)
detectron2/structures/instances.py:133
Method__len__
(self)
detectron2/structures/masks.py:141
Method__len__
(self)
detectron2/structures/masks.py:351
Method__len__
(self)
detectron2/export/c10.py:91
Method__new__
(cls, *, channels=None, height=None, width=None, stride=None)
detectron2/layers/shape_spec.py:19
Method__reduce__
(self)
detectron2/utils/serialize.py:18
Method__repr__
Produce something like: "MyTransformGen(field1={self.field1}, field2={self.field2})"
detectron2/data/transforms/transform_gen.py:86
Method__repr__
(self)
detectron2/structures/boxes.py:232
Method__repr__
(self)
detectron2/structures/keypoints.py:75
Method__repr__
(self)
detectron2/structures/rotated_boxes.py:342
Method__repr__
(self)
detectron2/structures/masks.py:136
Method__repr__
(self)
detectron2/structures/masks.py:346
Method__repr__
(self)
detectron2/layers/roi_align.py:98
Method__repr__
(self)
detectron2/layers/batch_norm.py:90
Method__repr__
(self)
detectron2/layers/roi_align_rotated.py:82
Method__setattr__
(self, key, val)
detectron2/data/catalog.py:123
Method__setattr__
(self, name: str, val: Any)
detectron2/structures/instances.py:54
Method__setattr__
(self, name, val)
detectron2/export/c10.py:80
Method__str__
(self)
detectron2/structures/instances.py:173
Method__str__
(self)
detectron2/evaluation/Amodal_cocoeval.py:257
Method_cast_caffe2_blob_to_torch_tensor
(blob, device)
detectron2/export/caffe2_inference.py:128
Function_check_eval
(module)
detectron2/export/caffe2_export.py:36
Method_compute_values
(self)
detectron2/solver/lr_scheduler.py:47
Method_compute_values
(self)
detectron2/solver/lr_scheduler.py:85
Function_copy_cpu_to_gpu_updater
(op, input_types, output_types)
detectron2/export/shared.py:456
Function_copy_gpu_to_cpu_updater
(op, input_types, output_types)
detectron2/export/shared.py:461
Function_device_updater
(op, *args, **kwargs)
detectron2/export/shared.py:476
Function_distributed_worker
( local_rank, main_func, world_size, num_gpus_per_machine, machine_rank, dist_url, args )
detectron2/engine/launch.py:55
Method_eval_predictions
Evaluate predictions on the given tasks. Fill self._results with the metrics of the tasks.
detectron2/evaluation/rotated_coco_evaluation.py:147
Function_fn
(m)
detectron2/export/caffe2_modeling.py:99
Method_forward_box
Forward logic of the box prediction branch. Args: features (list[Tensor]): #level input features for box prediction
detectron2/modeling/roi_heads/rotated_fast_rcnn.py:270
Method_get_all_paths_util
(graph, u, d, visited, path)
detectron2/export/shared.py:797
Method_get_device_type
(torch_tensor)
detectron2/export/caffe2_inference.py:95
Method_get_ground_truth
Returns: gt_objectness_logits: list of N tensors. Tensor i is a vector whose length is the total number of anchor
detectron2/modeling/proposal_generator/rrpn_outputs.py:204
Method_get_supported_prefixes
(self)
detectron2/checkpoint/catalog.py:99
Method_get_supported_prefixes
(self)
detectron2/checkpoint/catalog.py:120
Method_get_tensor_mode
(self)
detectron2/export/c10.py:145
Method_inf_tensor
(self, *shape)
tests/test_model_e2e.py:71
Method_init_box_head
(self, cfg)
detectron2/modeling/roi_heads/cascade_rcnn.py:31
Method_init_box_head
(self, cfg)
detectron2/modeling/roi_heads/rotated_fast_rcnn.py:174
Method_load_file
(self, filename)
detectron2/checkpoint/detection_checkpoint.py:26
Method_load_from_state_dict
( self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys, error_msgs )
detectron2/layers/batch_norm.py:67
← previousnext →701–800 of 1,212, ranked by callers