Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amirassov/kaggle-imaterialist
/ functions
Functions
538 in github.com/amirassov/kaggle-imaterialist
⨍
Functions
538
◇
Types & classes
90
↓ 1 callers
Function
_init_dist_pytorch
(backend, **kwargs)
mmdetection/mmdet/apis/env.py:26
↓ 1 callers
Function
_init_dist_slurm
(backend, port=29500, **kwargs)
mmdetection/mmdet/apis/env.py:38
↓ 1 callers
Method
_init_layers
(self)
mmdetection/mmdet/models/anchor_heads/anchor_head.py:72
↓ 1 callers
Method
_init_layers
(self)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:41
↓ 1 callers
Method
_make_extra_layers
(self, outplanes)
mmdetection/mmdet/models/backbones/ssd_vgg.py:92
↓ 1 callers
Method
_make_stem_layer
(self)
mmdetection/mmdet/models/backbones/resnet.py:406
↓ 1 callers
Method
_mask_forward_test
(self, stage, x, bboxes, semantic_feat=None)
mmdetection/mmdet/models/detectors/htc.py:130
↓ 1 callers
Method
_mask_forward_train
(self, stage, x, sampling_
mmdetection/mmdet/models/detectors/htc.py:74
↓ 1 callers
Function
_minimal_ext_cmd
(cmd)
mmdetection/setup.py:24
↓ 1 callers
Function
_non_dist_train
(model, dataset, cfg, validate=False)
mmdetection/mmdet/apis/train.py:174
↓ 1 callers
Method
_output_size
(input, weight, padding, dilation, stride)
mmdetection/mmdet/ops/dcn/functions/deform_conv.py:92
↓ 1 callers
Method
_parse_ann_info
Parse bbox and mask annotation. Args: ann_info (list[dict]): Annotation info of an image. with_mask (bool): Whether t
mmdetection/mmdet/datasets/coco.py:56
↓ 1 callers
Function
_prepare_data
(img, img_transform, cfg, device)
mmdetection/mmdet/apis/inference.py:71
↓ 1 callers
Method
_rand_another
(self, idx)
mmdetection/mmdet/datasets/custom.py:162
↓ 1 callers
Function
_recalls
(all_ious, proposal_nums, thrs)
mmdetection/mmdet/core/evaluation/recall.py:7
↓ 1 callers
Method
_register_module
Register a module. Args: module (:obj:`nn.Module`): Module to be registered.
mmdetection/mmdet/models/registry.py:18
↓ 1 callers
Method
_sample_neg
(self, assign_result, num_expected, **kwargs)
mmdetection/mmdet/core/bbox/samplers/base_sampler.py:28
↓ 1 callers
Method
_sample_pos
(self, assign_result, num_expected, **kwargs)
mmdetection/mmdet/core/bbox/samplers/base_sampler.py:24
↓ 1 callers
Method
_set_group_flag
Set flag according to image aspect ratio. Images with aspect ratio greater than 1 will be set as group 1, otherwise group 0.
mmdetection/mmdet/datasets/custom.py:150
↓ 1 callers
Function
accuracy
(pred, target, topk=1)
mmdetection/mmdet/core/loss/losses.py:104
↓ 1 callers
Method
add_gt_
(self, gt_labels)
mmdetection/mmdet/core/bbox/assigners/assign_result.py:12
↓ 1 callers
Function
add_plot_parser
(subparsers)
mmdetection/tools/analyze_logs.py:94
↓ 1 callers
Function
add_time_parser
(subparsers)
mmdetection/tools/analyze_logs.py:122
↓ 1 callers
Function
allreduce_grads
(model, coalesce=True, bucket_size_mb=-1)
mmdetection/mmdet/core/utils/dist_utils.py:31
↓ 1 callers
Function
anchor_inside_flags
(flat_anchors, valid_flags, img_shape, allowed_border=0)
mmdetection/mmdet/core/anchor/anchor_target.py:162
↓ 1 callers
Function
assign_and_sample
(bboxes, gt_bboxes, gt_bboxes_ignore, gt_labels, cfg)
mmdetection/mmdet/core/bbox/assign_sampling.py:28
↓ 1 callers
Method
assign_wrt_overlaps
Assign w.r.t. the overlaps of bboxes with gts. Args: overlaps (Tensor): Overlaps between k gt_bboxes and n bboxes,
mmdetection/mmdet/core/bbox/assigners/max_iou_assigner.py:93
↓ 1 callers
Method
aug_test
(self, imgs, img_metas, **kwargs)
mmdetection/mmdet/models/detectors/base.py:54
↓ 1 callers
Method
aug_test
(self, imgs, img_metas, rescale=False)
mmdetection/mmdet/models/detectors/rpn.py:66
↓ 1 callers
Method
aug_test_bboxes
(self, feats, img_metas, proposal_list, rcnn_test_cfg)
mmdetection/mmdet/models/detectors/test_mixins.py:55
↓ 1 callers
Method
aug_test_mask
(self, feats, img_metas, det_bboxes, det_labels)
mmdetection/mmdet/models/detectors/test_mixins.py:121
↓ 1 callers
Function
average_precision
Calculate average precision (for single or multiple scales). Args: recalls (ndarray): shape (num_scales, num_dets) or (num_dets, )
mmdetection/mmdet/core/evaluation/mean_ap.py:9
↓ 1 callers
Method
backward
(ctx, grad_output)
mmdetection/mmdet/ops/roi_pool/functions/roi_pool.py:38
↓ 1 callers
Function
bbox_flip
Flip bboxes horizontally. Args: bboxes(ndarray): shape (..., 4*k) img_shape(tuple): (height, width)
mmdetection/mmdet/datasets/transforms.py:57
↓ 1 callers
Function
bbox_target
(pos_bboxes_list, neg_bboxes_list, pos_gt_bboxes_list, pos_gt_
mmdetection/mmdet/core/bbox/bbox_target.py:7
↓ 1 callers
Method
build_roi_layers
(self, layer_cfg, featmap_strides)
mmdetection/mmdet/models/roi_extractors/single_level.py:43
↓ 1 callers
Function
calc_iou
(y_true, y_prediction)
src/metric.py:14
↓ 1 callers
Function
calc_score_per_class
(y_true, y_prediction)
src/metric.py:42
↓ 1 callers
Method
centerness_target
(self, pos_bbox_targets)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:364
↓ 1 callers
Function
check_overlaps
(mask)
src/utils.py:36
↓ 1 callers
Function
coco_rle_decode
(rle, h, w)
src/rle.py:35
↓ 1 callers
Function
coco_rle_encode
(mask)
src/rle.py:25
↓ 1 callers
Function
collect_results
(result_part, size, tmpdir=None)
mmdetection/tools/test_ensemble.py:61
↓ 1 callers
Function
collect_results
(result_part, size, tmpdir=None)
mmdetection/tools/test.py:60
↓ 1 callers
Function
conv_ws_2d
(input, weight, bias=None, stride=1, padding=0,
mmdetection/mmdet/models/utils/conv_ws.py:5
↓ 1 callers
Function
convert
Convert keys in checkpoints. There can be some breaking changes during the development of mmdetection, and this tool is used for upgrading ch
mmdetection/tools/upgrade_model_version.py:8
↓ 1 callers
Function
customize_compiler_for_nvcc
inject deep into distutils to customize how the dispatch to cc/nvcc works. If you subclass UnixCCompiler, it's not trivial to get your subclas
mmdetection/mmdet/ops/nms/setup.py:23
↓ 1 callers
Function
det2json
(dataset, results)
mmdetection/mmdet/core/evaluation/coco_utils.py:103
↓ 1 callers
Function
draw_bounding_box_on_image
( image, x_min, y_min, x_max, y_max, color, thickness=4, display_str_list=(),
src/visualization.py:9
↓ 1 callers
Function
draw_bounding_boxes_on_image
( image, bboxes, color=INDIGO, thickness=4, use_normalized_coordinates=True, fontsize=20 )
src/visualization.py:61
↓ 1 callers
Function
draw_bounding_boxes_on_image_array
( image, bboxes, color=INDIGO, thickness=4, use_normalized_coordinates=True, fontsize=20 )
src/visualization.py:53
↓ 1 callers
Function
draw_masks
(img, masks)
src/eda.py:21
↓ 1 callers
Function
eval_recalls
Calculate recalls. Args: gts(list or ndarray): a list of arrays of shape (n, 4) proposals(list or ndarray): a list of arrays of s
mmdetection/mmdet/core/evaluation/recall.py:62
↓ 1 callers
Method
extract_feat
(self, imgs)
mmdetection/mmdet/models/detectors/base.py:37
↓ 1 callers
Method
fcos_target
(self, points, gt_bboxes_list, gt_labels_list)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:283
↓ 1 callers
Method
forward_test
(self, imgs, img_metas, **kwargs)
mmdetection/mmdet/models/detectors/base.py:62
↓ 1 callers
Method
forward_train
(self, imgs, img_metas, **kwargs)
mmdetection/mmdet/models/detectors/base.py:46
↓ 1 callers
Method
gen_base_anchors
(self)
mmdetection/mmdet/core/anchor/anchor_generator.py:18
↓ 1 callers
Method
get_ann_info
(self, idx)
mmdetection/mmdet/datasets/custom.py:139
↓ 1 callers
Method
get_bboxes_single
(self, cls_scores, bbox_preds, m
mmdetection/mmdet/models/anchor_heads/anchor_head.py:239
↓ 1 callers
Method
get_bboxes_single
(self, cls_scores, bbox_preds, c
mmdetection/mmdet/models/anchor_heads/fcos_head.py:205
↓ 1 callers
Function
get_cls_results
Get det results and gt information of a certain class.
mmdetection/mmdet/core/evaluation/mean_ap.py:202
↓ 1 callers
Function
get_git_hash
()
mmdetection/setup.py:22
↓ 1 callers
Function
get_gt_masks
(annotation)
src/draw.py:63
↓ 1 callers
Function
get_hash
()
mmdetection/setup.py:48
↓ 1 callers
Method
get_points_single
(self, featmap_size, stride, dtype, device)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:272
↓ 1 callers
Function
get_spaced_colors
(n, start_color=(75, 0, 130))
src/draw.py:30
↓ 1 callers
Function
get_version
()
mmdetection/setup.py:77
↓ 1 callers
Function
hard_overlaps_suppression
(binary_mask, scores)
src/utils.py:41
↓ 1 callers
Method
init_offset
(self)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:74
↓ 1 callers
Method
init_offset
(self)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:146
↓ 1 callers
Method
init_weights
(self)
mmdetection/mmdet/models/utils/conv_module.py:142
↓ 1 callers
Method
init_weights
(self, pretrained=None)
mmdetection/mmdet/models/detectors/two_stage.py:63
↓ 1 callers
Method
init_weights
(self, pretrained=None)
mmdetection/mmdet/models/detectors/cascade_rcnn.py:92
↓ 1 callers
Method
init_weights
(self, pretrained=None)
mmdetection/mmdet/models/detectors/rpn.py:28
↓ 1 callers
Method
init_weights
(self, pretrained=None)
mmdetection/mmdet/models/detectors/single_stage.py:28
↓ 1 callers
Function
iou_loss
(pred_bboxes, target_bboxes, reduction='mean')
mmdetection/mmdet/core/loss/losses.py:133
↓ 1 callers
Function
kaggle_rle_decode
(rle, h, w)
src/rle.py:15
↓ 1 callers
Method
load_annotations
(self, ann_file)
mmdetection/mmdet/datasets/custom.py:133
↓ 1 callers
Function
load_json_logs
(json_logs)
mmdetection/tools/analyze_logs.py:148
↓ 1 callers
Method
load_proposals
(self, proposal_file)
mmdetection/mmdet/datasets/custom.py:136
↓ 1 callers
Function
main
()
src/rle.py:60
↓ 1 callers
Function
main
()
src/draw.py:88
↓ 1 callers
Function
main
()
src/rm_attribute_classes.py:14
↓ 1 callers
Function
main
()
src/create_mmdetection_train.py:21
↓ 1 callers
Function
main
()
src/split.py:20
↓ 1 callers
Function
main
()
src/prune.py:13
↓ 1 callers
Function
main
()
src/submit.py:90
↓ 1 callers
Function
main
()
src/create_mmdetection_test.py:37
↓ 1 callers
Function
main
()
src/eda.py:30
↓ 1 callers
Function
main
()
mmdetection/tools/test_ensemble.py:128
↓ 1 callers
Function
main
()
mmdetection/tools/train.py:42
↓ 1 callers
Function
main
()
mmdetection/tools/test.py:128
↓ 1 callers
Function
main
()
mmdetection/tools/voc_eval.py:46
↓ 1 callers
Function
main
()
mmdetection/tools/coco_eval.py:6
↓ 1 callers
Function
main
()
mmdetection/tools/upgrade_model_version.py:33
↓ 1 callers
Function
main
()
mmdetection/tools/analyze_logs.py:165
↓ 1 callers
Function
main
()
mmdetection/tools/publish_model.py:28
↓ 1 callers
Function
main
()
mmdetection/tools/convert_datasets/pascal_voc.py:103
↓ 1 callers
Function
make_res_layer
(block, inplanes, planes, blocks,
mmdetection/mmdet/models/backbones/resnext.py:94
← previous
next →
101–200 of 538, ranked by callers