MCPcopy Create free account

hub / github.com/Angzz/panoptic-fpn-gluon / types & classes

Types & classes324 in github.com/Angzz/panoptic-fpn-gluon

↓ 38 callersClassImageNet1kAttr
gluoncv/data/imagenet/classification.py:31
↓ 34 callersClassLRScheduler
r"""Learning Rate Scheduler Parameters ---------- mode : str Modes for learning rate scheduler. Currently it supports 'c
gluoncv/utils/lr_scheduler.py:52
↓ 26 callersClassResNetV1b
Pre-trained ResNetV1b Model, which produces the strides of 8 featuremaps at conv5. Parameters ---------- block : Block Class
gluoncv/model_zoo/resnetv1b.py:107
↓ 24 callersClassStack
r"""Stack the input data samples to construct the batch. The N input samples must have the same shape/length and will be stacked to construct a ba
gluoncv/data/batchify.py:83
↓ 24 callersEnumtype
scripts/deployment/cpp-inference/src/clipp.hpp:2550
↓ 22 callersClassBranchSeparables
gluoncv/model_zoo/nasnet.py:74
↓ 22 callersClassTuple
Wrap multiple batchify functions to form a function apply each input function on each input fields respectively. Each data sample should be a
gluoncv/data/batchify.py:270
↓ 19 callersClassResidualBlock
r"""ResNet V2 model from `"Identity Mappings in Deep Residual Networks" <https://arxiv.org/abs/1603.05027>`_ paper. Parameters ------
gluoncv/model_zoo/residual_attentionnet.py:53
↓ 12 callersClassPad
Pad the input ndarrays along the specific padding axis and stack them to get the output. Input of the function will be N samples. Each sample shou
gluoncv/data/batchify.py:132
↓ 8 callersClassAppend
r"""Loosely return list of the input data samples. There is no constraint of shape for any of the input samples, however, you will only be abl
gluoncv/data/batchify.py:231
↓ 7 callersClassFPNFeatureExpander
Feature extractor with additional layers to append. This is specified for ``Feature Pyramid Network for Object Detection`` which implement ``T
gluoncv/nn/feature.py:160
↓ 6 callersClassBBoxCornerToCenter
Convert corner boxes to center boxes. Corner boxes are encoded as (xmin, ymin, xmax, ymax) Center boxes are encoded as (center_x, center_y, wi
gluoncv/nn/bbox.py:43
↓ 6 callersClassCOCODetectionMetric
Detection metric for COCO bbox task. Parameters ---------- dataset : instance of gluoncv.data.COCODetection The validation datase
gluoncv/utils/metrics/coco_detection.py:17
↓ 6 callersClassSeparableConv2d
gluoncv/model_zoo/nasnet.py:58
↓ 6 callersClassUnetSkipConnectionBlock
scripts/gan/cycle_gan/train_cgan.py:194
↓ 6 callersClassUpsamplingBilinear2d
r""" Parameters ---------- size : int Upsampling size.
gluoncv/model_zoo/residual_attentionnet.py:37
↓ 6 callersClassVOC07MApMetric
Mean average precision metric for PASCAL V0C 07 dataset Parameters: --------- iou_thresh : float IOU overlap threshold for TP
gluoncv/utils/metrics/voc_detection.py:253
↓ 6 callersClassVOCDetection
Pascal VOC detection Dataset. Parameters ---------- root : str, default '~/mxnet/datasets/voc' Path to folder storing the dataset
gluoncv/data/pascal_voc/detection.py:16
↓ 5 callersClassBranchSeparablesReduction
gluoncv/model_zoo/nasnet.py:118
↓ 5 callersClassDataParallelModel
Data parallelism Hide the difference of single/multiple GPUs to the user. Inputs and outputs are both list of NDArrays in different contexts.
gluoncv/utils/parallel.py:11
↓ 5 callersClassLRSequential
r"""Compose Learning Rate Schedulers Parameters ---------- schedulers: list list of LRScheduler objects
gluoncv/utils/lr_scheduler.py:9
↓ 5 callersClassMixSoftmaxCrossEntropyLoss
SoftmaxCrossEntropyLoss2D with Auxiliary Loss Parameters ---------- aux : bool, default True Whether to use auxiliary loss. a
gluoncv/loss.py:286
↓ 5 callersClassResNet
scripts/re-id/baseline/networks/resnet.py:8
↓ 5 callersClassTrainer
scripts/segmentation/train.py:106
↓ 4 callersClassConvBlock
scripts/gan/srgan/train_srgan.py:76
↓ 4 callersClassDataParallelCriterion
Criterion data parallelism Parameters ---------- module : object Network to be parallelized. ctx : list A list of con
gluoncv/utils/parallel.py:60
↓ 4 callersClassImageTxtDataset
Load the Market 1501 dataset. Parameters ---------- items : list List for image names and labels. flag : int, default 1
gluoncv/data/market1501/data_read.py:8
↓ 4 callersClassMultiPerClassDecoder
Decode classification results. This decoder must work with `MultiClassEncoder` to reconstruct valid labels. The decoder expect results are af
gluoncv/nn/coder.py:329
↓ 4 callersClass_FCNHead
gluoncv/model_zoo/fcn.py:71
↓ 3 callersClassADE20KSegmentation
ADE20K Semantic Segmentation Dataset. Parameters ---------- root : string Path to VOCdevkit folder. Default is '$(HOME)/mxnet/dat
gluoncv/data/ade20k/segmentation.py:8
↓ 3 callersClassBBoxCenterToCorner
Convert center boxes to corner boxes. Corner boxes are encoded as (xmin, ymin, xmax, ymax) Center boxes are encoded as (center_x, center_y, wi
gluoncv/nn/bbox.py:77
↓ 3 callersClassBBoxSplit
Split bounding boxes into 4 columns. Parameters ---------- axis : int, default is -1 On which axis to split the bounding box. Def
gluoncv/nn/bbox.py:114
↓ 3 callersClassBranchSeparablesStem
gluoncv/model_zoo/nasnet.py:96
↓ 3 callersClassConvPredictor
Convolutional predictor. Convolutional predictor is widely used in object-detection. It can be used to predict classification scores (1 channe
gluoncv/nn/predictor.py:9
↓ 3 callersClassDeNormalize
Denormalize the image
gluoncv/utils/viz/segmentation.py:42
↓ 3 callersClassFirstCell
gluoncv/model_zoo/nasnet.py:279
↓ 3 callersClassNormalCell
gluoncv/model_zoo/nasnet.py:355
↓ 3 callersClassNormalizedBoxCenterDecoder
Decode bounding boxes training target with normalized center offsets. This decoder must cooperate with NormalizedBoxCenterEncoder of same `stds`
gluoncv/nn/coder.py:204
↓ 3 callersClassRPNTargetGenerator
RPN target generator network. Parameters ---------- num_sample : int, default is 256 Number of samples for RPN targets. pos_i
gluoncv/model_zoo/rpn/rpn_target.py:90
↓ 3 callersClassRandomTransformDataLoader
DataLoader that support random transform function applied to dataset. Parameters ---------- transform_fns : iterable of callables
gluoncv/data/dataloader.py:173
↓ 3 callersClassResize
Resize an image to the given size. Parameters ---------- size : int or tuple of (W, H) Size of output image. keep_ratio : boo
scripts/gan/wgan/train_wgan.py:85
↓ 3 callersClassTrainingHistory
r"""Training History Record and Plot Parameters ---------- labels : list of str List of names of the labels in the history.
gluoncv/utils/plot_history.py:5
↓ 2 callersClassBBoxClipToImage
Clip bounding box to image edges. Parameters ---------- axis : int The coordinate axis with length 4.
gluoncv/model_zoo/rpn/bbox_clip.py:6
↓ 2 callersClassBlock
r"""Bottleneck Block from `"Aggregated Residual Transformations for Deep Neural Network" <http://arxiv.org/abs/1611.05431>`_ paper. Parameter
gluoncv/model_zoo/resnext.py:35
↓ 2 callersClassCIFARBlock
r"""Bottleneck Block from `"Aggregated Residual Transformations for Deep Neural Networks" <http://arxiv.org/abs/1611.05431>`_ paper. Paramete
gluoncv/model_zoo/cifarresnext.py:33
↓ 2 callersClassCOCOInstance
MS COCO instance segmentation dataset. Parameters ---------- root : str, default '~/mxnet/datasets/coco' Path to folder storing t
gluoncv/data/mscoco/instance.py:13
↓ 2 callersClassCOCOInstanceMetric
Instance segmentation metric for COCO bbox and segm task. Will return box summary, box metric, seg summary and seg metric. Parameters ---
gluoncv/utils/metrics/coco_instance.py:14
↓ 2 callersClassCitySegmentation
Cityscapes Dataloader
gluoncv/data/cityscapes.py:15
↓ 2 callersClassCitysPanopticMetric
Instance segmentation metric for COCO bbox and segm task. Will return box summary, box metric, seg summary and seg metric. Parameters ---
gluoncv/utils/metrics/citys_panoptic.py:16
↓ 2 callersClassFeatureExpander
Feature extractor with additional layers to append. This is very common in vision networks where extra branches are attached to backbone netwo
gluoncv/nn/feature.py:97
↓ 2 callersClassGroupNorm
If the batch size is small, it's better to use GroupNorm instead of BatchNorm. GroupNorm achieves good results even at small batch sizes.
gluoncv/model_zoo/panoptic/panoptic_fpn.py:19
↓ 2 callersClassHeatmapAccuracy
Computes accuracy classification score with optional ignored labels. The accuracy score is defined as .. math:: \\text{accuracy}(y, \\
gluoncv/utils/metrics/heatmap_accuracy.py:9
↓ 2 callersClassImageNet
Load the ImageNet classification dataset. Refer to :doc:`../build/examples_datasets/imagenet` for the description of this dataset and how to
gluoncv/data/imagenet/classification.py:8
↓ 2 callersClassImagePool
scripts/gan/cycle_gan/train_cgan.py:352
↓ 2 callersClassLstDetection
Detection dataset loaded from LST file and raw images. LST file is a pure text file but with special label format. Checkout :ref:`lst_record_
gluoncv/data/lst/detection.py:10
↓ 2 callersClassMaskTargetGenerator
Mask RCNN target encoder to generate mask targets. Parameters ---------- num_images : int Number of input images. num_rois :
gluoncv/model_zoo/mask_rcnn/rcnn_target.py:7
↓ 2 callersClassMaxPoolPad
gluoncv/model_zoo/nasnet.py:31
↓ 2 callersClassMultiClassEncoder
Encode classification training target given matching results. This encoder will assign training target of matched bounding boxes to ground-tr
gluoncv/nn/coder.py:252
↓ 2 callersClassNLayerDiscriminator
scripts/gan/cycle_gan/train_cgan.py:251
↓ 2 callersClassNormalizedBoxCenterEncoder
Encode bounding boxes training target with normalized center offsets. Input bounding boxes are using corner type: `x_{min}, y_{min}, x_{max}, y_{
gluoncv/nn/coder.py:76
↓ 2 callersClassPQStat
gluoncv/utils/metrics/evalPanopticSemanticLabeling.py:75
↓ 2 callersClassRCNNTargetGenerator
RCNN target encoder to generate matching target and regression target values. Parameters ---------- num_class : int Number of tot
gluoncv/model_zoo/faster_rcnn/rcnn_target.py:137
↓ 2 callersClassRPNAnchorGenerator
r"""Anchor generator for Region Proposal Networks. Parameters ---------- stride : int Feature map stride with respect to original
gluoncv/model_zoo/rpn/anchor.py:8
↓ 2 callersClassResize
Resize an image to the given size. Parameters ---------- size : int or tuple of (W, H) Size of output image. keep_ratio : boo
scripts/gan/cycle_gan/train_cgan.py:16
↓ 2 callersClassResnetGenerator
scripts/gan/cycle_gan/train_cgan.py:84
↓ 2 callersClassSEBlock
r"""SEBlock from `"Aggregated Residual Transformations for Deep Neural Network" <http://arxiv.org/abs/1611.05431>`_ paper. Parameters ---
gluoncv/model_zoo/senet.py:33
↓ 2 callersClassSRGenerator
scripts/gan/srgan/train_srgan.py:48
↓ 2 callersClassSSDDefaultTrainTransform
Default SSD training transform which includes tons of image augmentations. Parameters ---------- width : int Image width. hei
gluoncv/data/transforms/presets/ssd.py:93
↓ 2 callersClassSSDDefaultValTransform
Default SSD validation transform. Parameters ---------- width : int Image width. height : int Image height. mean
gluoncv/data/transforms/presets/ssd.py:183
↓ 2 callersClassSSDTargetGenerator
Training targets generator for Single-shot Object Detection. Parameters ---------- iou_thresh : float IOU overlap threshold for m
gluoncv/model_zoo/ssd/target.py:12
↓ 2 callersClassSegEvalModel
Segmentation Eval Module
gluoncv/model_zoo/segbase.py:92
↓ 2 callersClassSimplePoseDefaultTrainTransform
Default training transform for simple pose. Parameters ---------- num_joints : int Number of joints defined by dataset image_
gluoncv/data/transforms/presets/simple_pose.py:13
↓ 2 callersClassSubpixelBlock
scripts/gan/srgan/train_srgan.py:31
↓ 2 callersClassUnetGenerator
scripts/gan/cycle_gan/train_cgan.py:173
↓ 2 callersClassYOLO3DefaultTrainTransform
Default YOLO training transform which includes tons of image augmentations. Parameters ---------- width : int Image width. he
gluoncv/data/transforms/presets/yolo.py:103
↓ 2 callersClassYOLO3DefaultValTransform
Default YOLO validation transform. Parameters ---------- width : int Image width. height : int Image height. mean
gluoncv/data/transforms/presets/yolo.py:202
↓ 2 callersClassYOLOV3TargetMerger
YOLOV3 target merger that merges the prefetched targets and dynamic targets. Parameters ---------- num_class : int Number of fore
gluoncv/model_zoo/yolo/yolo_target.py:203
↓ 2 callersClassprefix_not
/ * * @brief predicate that returns true if the input string does not start * with a given prefix * ***************************************
scripts/deployment/cpp-inference/src/clipp.hpp:1801
↓ 2 callersClassusage_lines
scripts/deployment/cpp-inference/src/clipp.hpp:5860
↓ 1 callersClassAlexNet
r"""AlexNet model from the `"One weird trick..." <https://arxiv.org/abs/1404.5997>`_ paper. Parameters ---------- classes : int, default
gluoncv/model_zoo/alexnet.py:28
↓ 1 callersClassAvgPoolPad
gluoncv/model_zoo/nasnet.py:44
↓ 1 callersClassBBoxBatchIOU
Batch Bounding Box IOU. Parameters ---------- axis : int On which axis is the length-4 bounding box dimension. fmt : str
gluoncv/nn/bbox.py:172
↓ 1 callersClassBipartiteMatcher
A Matcher implementing bipartite matching strategy. Parameters ---------- threshold : float Threshold used to ignore invalid padd
gluoncv/nn/matcher.py:53
↓ 1 callersClassCIFARResNext
r"""ResNext model from `"Aggregated Residual Transformations for Deep Neural Networks" <http://arxiv.org/abs/1611.05431>`_ paper. Parameters
gluoncv/model_zoo/cifarresnext.py:93
↓ 1 callersClassCIFARWideResNet
r"""ResNet V2 model from `"Identity Mappings in Deep Residual Networks" <https://arxiv.org/abs/1603.05027>`_ paper. Parameters ------
gluoncv/model_zoo/cifarwideresnet.py:92
↓ 1 callersClassCOCOKeyPointsMetric
Detection metric for COCO bbox task. Parameters ---------- dataset : instance of gluoncv.data.COCODetection The validation datase
gluoncv/utils/metrics/coco_keypoints.py:11
↓ 1 callersClassCellStem0
gluoncv/model_zoo/nasnet.py:146
↓ 1 callersClassCellStem1
gluoncv/model_zoo/nasnet.py:202
↓ 1 callersClassCompositeMatcher
A Matcher that combines multiple strategies. Parameters ---------- matchers : list of Matcher Matcher is a Block/HybridBlock used
gluoncv/nn/matcher.py:12
↓ 1 callersClassDCGAN_D
scripts/gan/wgan/train_wgan.py:138
↓ 1 callersClassDCGAN_G
scripts/gan/wgan/train_wgan.py:180
↓ 1 callersClassDCGAN_G_nobn
scripts/gan/wgan/train_wgan.py:269
↓ 1 callersClassDarknetBasicBlockV3
Darknet Basic Block. Which is a 1x1 reduce conv followed by 3x3 conv. Parameters ---------- channel : int Convolution channels fo
gluoncv/model_zoo/yolo/darknet.py:23
↓ 1 callersClassDataSet
scripts/gan/srgan/train_srgan.py:159
↓ 1 callersClassDataSet
scripts/gan/cycle_gan/train_cgan.py:327
↓ 1 callersClassDeepLabV3
r"""DeepLabV3 Parameters ---------- nclass : int Number of categories for the training dataset. backbone : string Pre
gluoncv/model_zoo/deeplabv3.py:15
↓ 1 callersClassDenseNet
r"""Densenet-BC model from the `"Densely Connected Convolutional Networks" <https://arxiv.org/pdf/1608.06993.pdf>`_ paper. Parameters ---
gluoncv/model_zoo/densenet.py:64
↓ 1 callersClassDetectionDataLoader
Data loader for detection dataset. .. deprecated:: 0.2.0 :py:class:`DetectionDataLoader` is deprecated, please use :py:class:`mxn
gluoncv/data/dataloader.py:46
↓ 1 callersClassDummyDetectionDataset
tests/unittests/test_data_dataloader.py:12
↓ 1 callersClassDummySequentialDataset
tests/unittests/test_data_dataloader.py:56
next →1–100 of 324, ranked by callers