MCPcopy Create free account

hub / github.com/chengyangfu/retinamask / functions

Functions379 in github.com/chengyangfu/retinamask

Method__str__
(self)
maskrcnn_benchmark/utils/metric_logger.py:57
Method_load_file
(self, f)
maskrcnn_benchmark/utils/checkpoint.py:116
Methodavg
(self)
maskrcnn_benchmark/utils/metric_logger.py:31
Methodbackward
(ctx, grad)
maskrcnn_benchmark/layers/misc.py:24
Methodbackward
(ctx, d_loss)
maskrcnn_benchmark/layers/sigmoid_focal_loss.py:24
Methodbackward
(ctx, grad_output)
maskrcnn_benchmark/layers/roi_align.py:26
Methodconvert
(self, mode)
maskrcnn_benchmark/structures/segmentation_mask.py:125
Methodcrop
(self, box)
maskrcnn_benchmark/structures/segmentation_mask.py:92
Methodcrop
(self, box)
maskrcnn_benchmark/structures/segmentation_mask.py:176
Methodforward
Arguments: x (list[Tensor]): feature maps for each level boxes (list[BoxList]): boxes to be used to perform the pooli
maskrcnn_benchmark/modeling/poolers.py:93
Methodforward
Arguments: x (list[Tensor]): feature maps for each feature level. Returns: results (tuple[Tensor]): feature m
maskrcnn_benchmark/modeling/backbone/fpn.py:65
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/fpn.py:96
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/fpn.py:112
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/resnet.py:114
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/resnet.py:165
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/resnet.py:251
Methodforward
(self, x)
maskrcnn_benchmark/modeling/backbone/resnet.py:285
Methodforward
(self, features, proposals, targets=None)
maskrcnn_benchmark/modeling/roi_heads/roi_heads.py:20
Methodforward
Arguments: features (list[Tensor]): feature-maps from possibly several levels proposals (list[BoxList]): proposal box
maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py:23
Methodforward
(self, x)
maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_predictors.py:25
Methodforward
(self, x)
maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_predictors.py:47
Methodforward
Arguments: x (tuple[tensor, tensor]): x contains the class logits and the box_regression from the model.
maskrcnn_benchmark/modeling/roi_heads/box_head/inference.py:37
Methodforward
(self, x, proposals)
maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py:36
Methodforward
(self, x, proposals)
maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py:70
Methodforward
(self, x, proposals)
maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_feature_extractors.py:51
Methodforward
Arguments: features (list[Tensor]): feature-maps from possibly several levels proposals (list[BoxList]): proposal box
maskrcnn_benchmark/modeling/roi_heads/mask_head/mask_head.py:45
Methodforward
(self, x, boxes)
maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py:71
Methodforward
(self, x)
maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_predictors.py:34
Methodforward
Arguments: anchors: list[list[BoxList]] box_cls: list[tensor] box_regression: list[tensor] Retur
maskrcnn_benchmark/modeling/rpn/retinanet_infer.py:121
Methodforward
(self, image_list, feature_maps)
maskrcnn_benchmark/modeling/rpn/anchor_generator.py:112
Methodforward
Arguments: anchors: list[list[BoxList]] box_cls: list[tensor] box_regression: list[tensor] Retur
maskrcnn_benchmark/modeling/rpn/retinanet_detail_infer.py:120
Methodforward
(self, x)
maskrcnn_benchmark/modeling/rpn/retinanet.py:88
Methodforward
Arguments: images (ImageList): images for which we want to compute the predictions features (list[Tensor]): features
maskrcnn_benchmark/modeling/rpn/retinanet.py:131
Methodforward
Arguments: anchors: list[list[BoxList]] objectness: list[tensor] box_regression: list[tensor] Re
maskrcnn_benchmark/modeling/rpn/inference.py:123
Methodforward
(self, x)
maskrcnn_benchmark/modeling/rpn/rpn.py:36
Methodforward
Arguments: images (ImageList): images for which we want to compute the predictions features (list[Tensor]): features
maskrcnn_benchmark/modeling/rpn/rpn.py:75
Methodforward
Arguments: images (list[Tensor] or ImageList): images to be processed targets (list[BoxList]): ground-truth boxes pre
maskrcnn_benchmark/modeling/detector/generalized_rcnn.py:37
Methodforward
Arguments: images (list[Tensor] or ImageList): images to be processed targets (list[BoxList]): ground-truth boxes pre
maskrcnn_benchmark/modeling/detector/retinanet.py:39
Methodforward
(ctx, x, new_shape)
maskrcnn_benchmark/layers/misc.py:19
Methodforward
(self, x)
maskrcnn_benchmark/layers/misc.py:47
Methodforward
(self, input, target, size_average=True)
maskrcnn_benchmark/layers/smooth_l1_loss.py:10
Methodforward
(self, inputs, target, size_average=True)
maskrcnn_benchmark/layers/adjust_smooth_l1_loss.py:20
Methodforward
(ctx, logits, targets, num_classes, gamma, alpha)
maskrcnn_benchmark/layers/sigmoid_focal_loss.py:11
Methodforward
(self, logits, targets)
maskrcnn_benchmark/layers/sigmoid_focal_loss.py:46
Methodforward
(ctx, input, roi, output_size, spatial_scale, sampling_ratio)
maskrcnn_benchmark/layers/roi_align.py:13
Methodforward
(self, input, rois)
maskrcnn_benchmark/layers/roi_align.py:57
Methodforward
(self, x)
maskrcnn_benchmark/layers/batch_norm.py:19
Methodforward
(ctx, input, roi, output_size, spatial_scale)
maskrcnn_benchmark/layers/roi_pool.py:13
Methodforward
(self, input, rois)
maskrcnn_benchmark/layers/roi_pool.py:55
Methodget
(name)
maskrcnn_benchmark/config/paths_catalog.py:43
Methodget_img_info
Return the image dimensions for the image, without loading and pre-processing it
maskrcnn_benchmark/data/datasets/list_dataset.py:31
Methodget_img_info
(self, idx)
maskrcnn_benchmark/data/datasets/concat_dataset.py:21
Methodget_lr
(self)
maskrcnn_benchmark/solver/lr_scheduler.py:39
Methodglobal_avg
(self)
maskrcnn_benchmark/utils/metric_logger.py:36
Functioninterpolate
( input, size=None, scale_factor=None, mode="nearest", align_corners=None )
maskrcnn_benchmark/layers/misc.py:67
Methodmedian
(self)
maskrcnn_benchmark/utils/metric_logger.py:26
Functionnms
maskrcnn_benchmark/csrc/nms.h:10
Functionnms_cpu_kernel
maskrcnn_benchmark/csrc/cpu/nms_cpu.cpp:6
Functionregister_stage_spec
(stage_spec_name, stage_spec)
maskrcnn_benchmark/modeling/backbone/resnet.py:313
Functionregister_stem_module
(module_name, module)
maskrcnn_benchmark/modeling/backbone/resnet.py:309
Functionregister_transformation_module
(module_name, module)
maskrcnn_benchmark/modeling/backbone/resnet.py:305
Methodresize
(self, size, *args, **kwargs)
maskrcnn_benchmark/structures/segmentation_mask.py:108
Methodresize
(self, size, *args, **kwargs)
maskrcnn_benchmark/structures/segmentation_mask.py:183
Methodtest_complex_model_loaded
(self)
tests/checkpoint.py:103
Methodtest_from_last_checkpoint_model
(self)
tests/checkpoint.py:36
Methodtest_from_name_file_model
(self)
tests/checkpoint.py:71
Methodtest_len
(self)
tests/test_data_samplers.py:111
Methodtest_number_of_iters_and_elements
(self)
tests/test_data_samplers.py:131
Methodtest_permute_subset_sampler
(self)
tests/test_data_samplers.py:85
Methodtest_permute_subset_sampler_drop_uneven
(self)
tests/test_data_samplers.py:98
Methodtest_respect_order
(self)
tests/test_data_samplers.py:40
Methodtest_respect_order_drop_uneven
(self)
tests/test_data_samplers.py:59
Methodtest_respect_order_simple
(self)
tests/test_data_samplers.py:27
Methodtest_subset_sampler
(self)
tests/test_data_samplers.py:72
Methodto
(self, *args, **kwargs)
maskrcnn_benchmark/structures/segmentation_mask.py:189
Methodto
(self, device)
maskrcnn_benchmark/structures/bounding_box.py:197
Methodtranspose
(self, method)
maskrcnn_benchmark/structures/segmentation_mask.py:69
Methodtranspose
(self, method)
maskrcnn_benchmark/structures/segmentation_mask.py:165
Methodupdate
(self, value)
maskrcnn_benchmark/utils/metric_logger.py:19
← previous301–379 of 379, ranked by callers