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
Method
prepare_single
(img, scale, flip, proposal=None)
mmdetection/mmdet/datasets/custom.py:282
Function
py_sigmoid_focal_loss
(pred, target, weight, gamma=2.0
mmdetection/mmdet/core/loss/losses.py:36
Method
register_module
(self, cls)
mmdetection/mmdet/models/registry.py:33
Function
rle_decode
(rle, h: int, w: int)
mmdetection/mmdet/datasets/utils.py:119
Function
roi2bbox
(rois)
mmdetection/mmdet/core/bbox/transforms.py:128
Function
roi_align_backward_cuda
mmdetection/mmdet/ops/roi_align/src/roi_align_cuda.cpp:55
Function
roi_align_forward_cuda
mmdetection/mmdet/ops/roi_align/src/roi_align_cuda.cpp:27
Function
roi_pooling_backward_cuda
mmdetection/mmdet/ops/roi_pool/src/roi_pool_cuda.cpp:54
Function
roi_pooling_forward_cuda
mmdetection/mmdet/ops/roi_pool/src/roi_pool_cuda.cpp:26
Method
set_epoch
(self, epoch)
mmdetection/mmdet/datasets/loader/sampler.py:158
Function
show_ann
(coco, img, ann_info)
mmdetection/mmdet/datasets/utils.py:70
Function
show_result
Visualize the detection results on the image. Args: img (str or np.ndarray): Image filename or loaded image. result (tuple[list]
mmdetection/mmdet/apis/inference.py:103
Method
show_result
(self, data, result, img_norm_cfg,
mmdetection/mmdet/models/detectors/base.py:88
Method
show_result
(self, data, result, img_norm_cfg, **kwargs)
mmdetection/mmdet/models/detectors/cascade_rcnn.py:367
Method
simple_test
(self, img, img_meta, proposals=None, rescale=False)
mmdetection/mmdet/models/detectors/htc.py:270
Method
simple_test
(self, img, img_meta, **kwargs)
mmdetection/mmdet/models/detectors/ensemble_htc.py:12
Method
simple_test
Test without augmentation.
mmdetection/mmdet/models/detectors/two_stage.py:192
Method
simple_test
(self, img, img_meta, proposals=None, rescale=False)
mmdetection/mmdet/models/detectors/cascade_rcnn.py:240
Method
simple_test
(self, img, img_meta, rescale=False)
mmdetection/mmdet/models/detectors/single_stage.py:58
Function
soft_nms
(dets, iou_thr, method='linear', sigma=0.5, min_score=1e-3)
mmdetection/mmdet/ops/nms/nms_wrapper.py:52
Function
split_combined_polys
Split the combined 1-D polys into masks. A mask is represented as a list of polys, and a poly is represented as a 1-D array. In dataset, all
mmdetection/mmdet/core/mask/utils.py:4
Method
targets_as_params
(self)
mmdetection/mmdet/datasets/transforms.py:203
Function
tpfp_default
Check if detected bboxes are true positive or false positive. Args: det_bbox (ndarray): the detected bbox gt_bboxes (ndarray): gr
mmdetection/mmdet/core/evaluation/mean_ap.py:137
Function
tpfp_imagenet
Check if detected bboxes are true positive or false positive. Args: det_bbox (ndarray): the detected bbox gt_bboxes (ndarray): gr
mmdetection/mmdet/core/evaluation/mean_ap.py:56
Method
train
(self, mode=True)
mmdetection/mmdet/models/backbones/resnet.py:472
Method
train
(self, mode=True)
mmdetection/mmdet/models/shared_heads/res_layer.py:64
Function
uniform_init
(module, a=0, b=1, bias=0)
mmdetection/mmdet/models/utils/weight_init.py:21
Function
unmap
Unmap a subset of item (data) back to the original set of items (of size count)
mmdetection/mmdet/core/utils/misc.py:27
Function
weighted_binary_cross_entropy
(pred, label, weight, avg_factor=None)
mmdetection/mmdet/core/loss/losses.py:26
Function
weighted_nll_loss
(pred, label, weight, avg_factor=None)
mmdetection/mmdet/core/loss/losses.py:9
Function
weighted_sigmoid_focal_loss
(pred, target, weight,
mmdetection/mmdet/core/loss/losses.py:59
Method
with_bbox
(self)
mmdetection/mmdet/models/detectors/base.py:29
Method
with_mask
(self)
mmdetection/mmdet/models/detectors/base.py:33
Method
with_neck
(self)
mmdetection/mmdet/models/detectors/base.py:21
Method
with_rpn
(self)
mmdetection/mmdet/models/detectors/two_stage.py:60
Method
with_rpn
(self)
mmdetection/mmdet/models/detectors/cascade_rcnn.py:89
Method
with_semantic
(self)
mmdetection/mmdet/models/detectors/htc.py:38
Method
with_shared_head
(self)
mmdetection/mmdet/models/detectors/base.py:25
← previous
501–538 of 538, ranked by callers