MCPcopy Create free account

hub / github.com/Duankaiwen/CenterNet / functions

Functions232 in github.com/Duankaiwen/CenterNet

Method__init__
(self, db)
nnet/py_factory.py:35
Method__init__
Constructor of Microsoft COCO helper class for reading and visualizing annotations. :param annotation_file (str): location of annotat
data/coco/PythonAPI/pycocotools/coco.py:71
Method__init__
Initialize CocoEval using coco APIs for gt and dt :param cocoGt: coco object with ground truth annotations :param cocoDt: coc
data/coco/PythonAPI/pycocotools/cocoeval.py:60
Method__init__
(self, iouType='segm')
data/coco/PythonAPI/pycocotools/cocoeval.py:803
Method__init__
(self, dim, pool1, pool2, pool3, pool4)
models/CenterNet-104.py:57
Method__init__
(self, dim)
models/CenterNet-104.py:99
Method__init__
(self, dim)
models/CenterNet-104.py:103
Method__init__
(self, dim)
models/CenterNet-104.py:107
Method__init__
(self, db)
models/CenterNet-104.py:128
Method__init__
(self, dim, pool1, pool2, pool3, pool4)
models/CenterNet-52.py:57
Method__init__
(self, dim)
models/CenterNet-52.py:99
Method__init__
(self, dim)
models/CenterNet-52.py:103
Method__init__
(self, dim)
models/CenterNet-52.py:107
Method__init__
(self, db)
models/CenterNet-52.py:128
Method__init__
( self, n, dims, modules, layer=residual, make_up_layer=make_layer, make_low_layer=make_layer,
models/py_utils/kp.py:18
Method__init__
(self, pull_weight=1, push_weight=1, regr_weight=1, focal_loss=_neg_loss)
models/py_utils/kp.py:293
Method__init__
(self, k, inp_dim, out_dim, stride=1, with_bn=True)
models/py_utils/utils.py:5
Method__init__
(self, inp_dim, out_dim, with_bn=True)
models/py_utils/utils.py:20
Method__init__
(self, module, device_ids=None, output_device=None, dim=0, chunk_sizes=None)
models/py_utils/data_parallel.py:43
Method__init__
(self, db_config)
db/detection.py:5
Method__init__
(self)
db/base.py:8
Method__init__
(self, db_config, split)
db/coco.py:16
Method__str__
(self)
data/coco/PythonAPI/pycocotools/cocoeval.py:772
Function_ae_loss
(tag0, tag1, mask)
models/py_utils/kp_utils.py:200
Function_decode
( tl_heat, br_heat, tl_tag, br_tag, tl_regr, br_regr, ct_heat, ct_regr, K=100, kernel=1, ae_threshold
models/py_utils/kp_utils.py:76
Function_neg_loss
(preds, gt)
models/py_utils/kp_utils.py:172
Function_regr_loss
(regr, gt_regr, mask)
models/py_utils/kp_utils.py:226
Method_summarize
( ap=1, iouThr=None, areaRng='all', maxDets=100 )
data/coco/PythonAPI/pycocotools/cocoeval.py:657
Method_summarizeDets
()
data/coco/PythonAPI/pycocotools/cocoeval.py:688
Method_summarizeKps
()
data/coco/PythonAPI/pycocotools/cocoeval.py:703
Method_toMask
(anns, coco)
data/coco/PythonAPI/pycocotools/cocoeval.py:90
Method_to_float
(self, x)
db/coco.py:141
MethodannToMask
Convert annotation which can be polygons, uncompressed RLE, or RLE to binary mask. :return: binary mask (numpy 2D array)
data/coco/PythonAPI/pycocotools/coco.py:426
Functionarea
(rleObjs)
data/coco/PythonAPI/pycocotools/mask.py:93
Methodbackward
(ctx, grad_output)
models/py_utils/_cpools/__init__.py:31
Methodbackward
(ctx, grad_output)
models/py_utils/_cpools/__init__.py:44
Methodbackward
(ctx, grad_output)
models/py_utils/_cpools/__init__.py:57
Methodbatch_size
(self)
config.py:134
Functionbrightness_
(data_rng, image, gs, gs_mean, var)
utils/image.py:25
Methodcache_dir
(self)
config.py:170
Methodchunk_sizes
(self)
config.py:45
MethodcomputeIoU
(self, imgId, catId)
data/coco/PythonAPI/pycocotools/cocoeval.py:206
MethodcomputeOks
(self, imgId, catId)
data/coco/PythonAPI/pycocotools/cocoeval.py:235
Methodconfig_dir
(self)
config.py:130
Methodconfigs
(self)
db/base.py:37
Functioncontrast_
(data_rng, image, gs, gs_mean, var)
utils/image.py:29
Methoddata
(self)
db/base.py:31
Methoddata_dir
(self)
config.py:166
Functiondata_parallel
r"""Evaluates module(input) in parallel across the GPUs given in device_ids. This is the functional version of the DataParallel module. Args
models/py_utils/data_parallel.py:86
Methoddata_rng
(self)
config.py:69
Methoddataset
(self)
config.py:108
Methoddb_inds
(self)
db/base.py:65
Methoddecay_rate
(self)
config.py:146
Functiondecode
(rleObjs)
data/coco/PythonAPI/pycocotools/mask.py:87
Methoddisplay
(self)
config.py:158
Methoddownload
Download COCO images from mscoco.org server. :param tarDir (str): COCO results directory name imgIds (list): images to
data/coco/PythonAPI/pycocotools/coco.py:358
Methodeig_val
(self)
db/base.py:57
Methodeig_vec
(self)
db/base.py:61
Functionencode
(bimask)
data/coco/PythonAPI/pycocotools/mask.py:80
Methodevaluate
(self, result_json, cls_ids, image_ids, gt_json=None)
db/coco.py:167
MethodevaluateImg
perform evaluation for single category and image :return: dict (single image results)
data/coco/PythonAPI/pycocotools/cocoeval.py:278
MethodevaluateImg_fd
perform evaluation for single category and image :return: dict (single image results)
data/coco/PythonAPI/pycocotools/cocoeval.py:358
Methodforward
(self, xs, ys, **kwargs)
nnet/py_factory.py:19
Methodforward
(self, *xs, **kwargs)
nnet/py_factory.py:31
Methodforward
(self, x)
models/CenterNet-104.py:30
Methodforward
(self, x)
models/CenterNet-104.py:76
Methodforward
(self, x)
models/CenterNet-52.py:30
Methodforward
(self, x)
models/CenterNet-52.py:76
Methodforward
(self, up1, up2)
models/py_utils/kp_utils.py:8
Methodforward
(self, x)
models/py_utils/kp.py:67
Methodforward
(self, *xs, **kwargs)
models/py_utils/kp.py:287
Methodforward
(self, outs, targets)
models/py_utils/kp.py:303
Methodforward
(self, x)
models/py_utils/utils.py:13
Methodforward
(self, x)
models/py_utils/utils.py:29
Methodforward
(self, x)
models/py_utils/utils.py:52
Methodforward
(self, *inputs, **kwargs)
models/py_utils/data_parallel.py:63
Methodforward
(ctx, input)
models/py_utils/_cpools/__init__.py:12
Methodforward
(ctx, input)
models/py_utils/_cpools/__init__.py:25
Methodforward
(ctx, input)
models/py_utils/_cpools/__init__.py:38
Methodforward
(ctx, input)
models/py_utils/_cpools/__init__.py:51
Methodforward
(self, x)
models/py_utils/_cpools/__init__.py:67
Methodforward
(self, x)
models/py_utils/_cpools/__init__.py:71
Methodforward
(self, x)
models/py_utils/_cpools/__init__.py:75
Methodfull
(self)
config.py:61
Methodinfo
Print information about the annotation file. :return:
data/coco/PythonAPI/pycocotools/coco.py:121
Functionkp_decode
(nnet, images, K, ae_threshold=0.5, kernel=3)
test/coco.py:53
Functionkp_detection
(db, k_ind, data_aug, debug)
sample/coco.py:49
Functionkp_detection
(db, nnet, result_dir, debug=False, decode_func=kp_decode)
test/coco.py:59
Methodlearning_rate
(self)
config.py:142
Functionmake_br_layer
(dim)
models/CenterNet-104.py:113
Functionmake_br_layer
(dim)
models/CenterNet-52.py:113
Functionmake_ct_layer
(dim)
models/CenterNet-104.py:116
Functionmake_ct_layer
(dim)
models/CenterNet-52.py:116
Functionmake_hg_layer
(kernel, dim0, dim1, mod, layer=convolution, **kwargs)
models/CenterNet-104.py:122
Functionmake_kp_layer
(cnv_dim, curr_dim, out_dim)
models/py_utils/kp_utils.py:29
Functionmake_layer
(k, inp_dim, out_dim, modules, layer=convolution, **kwargs)
models/py_utils/utils.py:63
Functionmake_layer_revr
(k, inp_dim, out_dim, modules, layer=convolution, **kwargs)
models/py_utils/utils.py:69
Functionmake_pool_layer
(dim)
models/CenterNet-104.py:119
Functionmake_pool_layer
(dim)
models/CenterNet-52.py:119
Functionmake_tl_layer
(dim)
models/CenterNet-104.py:110
← previousnext →101–200 of 232, ranked by callers