Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Angzz/panoptic-fpn-gluon
/ types & classes
Types & classes
324 in github.com/Angzz/panoptic-fpn-gluon
⨍
Functions
1,672
◇
Types & classes
324
↳
Endpoints
1
↓ 38 callers
Class
ImageNet1kAttr
gluoncv/data/imagenet/classification.py:31
↓ 34 callers
Class
LRScheduler
r"""Learning Rate Scheduler Parameters ---------- mode : str Modes for learning rate scheduler. Currently it supports 'c
gluoncv/utils/lr_scheduler.py:52
↓ 26 callers
Class
ResNetV1b
Pre-trained ResNetV1b Model, which produces the strides of 8 featuremaps at conv5. Parameters ---------- block : Block Class
gluoncv/model_zoo/resnetv1b.py:107
↓ 24 callers
Class
Stack
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 callers
Enum
type
scripts/deployment/cpp-inference/src/clipp.hpp:2550
↓ 22 callers
Class
BranchSeparables
gluoncv/model_zoo/nasnet.py:74
↓ 22 callers
Class
Tuple
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 callers
Class
ResidualBlock
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 callers
Class
Pad
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 callers
Class
Append
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 callers
Class
FPNFeatureExpander
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 callers
Class
BBoxCornerToCenter
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 callers
Class
COCODetectionMetric
Detection metric for COCO bbox task. Parameters ---------- dataset : instance of gluoncv.data.COCODetection The validation datase
gluoncv/utils/metrics/coco_detection.py:17
↓ 6 callers
Class
SeparableConv2d
gluoncv/model_zoo/nasnet.py:58
↓ 6 callers
Class
UnetSkipConnectionBlock
scripts/gan/cycle_gan/train_cgan.py:194
↓ 6 callers
Class
UpsamplingBilinear2d
r""" Parameters ---------- size : int Upsampling size.
gluoncv/model_zoo/residual_attentionnet.py:37
↓ 6 callers
Class
VOC07MApMetric
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 callers
Class
VOCDetection
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 callers
Class
BranchSeparablesReduction
gluoncv/model_zoo/nasnet.py:118
↓ 5 callers
Class
DataParallelModel
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 callers
Class
LRSequential
r"""Compose Learning Rate Schedulers Parameters ---------- schedulers: list list of LRScheduler objects
gluoncv/utils/lr_scheduler.py:9
↓ 5 callers
Class
MixSoftmaxCrossEntropyLoss
SoftmaxCrossEntropyLoss2D with Auxiliary Loss Parameters ---------- aux : bool, default True Whether to use auxiliary loss. a
gluoncv/loss.py:286
↓ 5 callers
Class
ResNet
scripts/re-id/baseline/networks/resnet.py:8
↓ 5 callers
Class
Trainer
scripts/segmentation/train.py:106
↓ 4 callers
Class
ConvBlock
scripts/gan/srgan/train_srgan.py:76
↓ 4 callers
Class
DataParallelCriterion
Criterion data parallelism Parameters ---------- module : object Network to be parallelized. ctx : list A list of con
gluoncv/utils/parallel.py:60
↓ 4 callers
Class
ImageTxtDataset
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 callers
Class
MultiPerClassDecoder
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 callers
Class
_FCNHead
gluoncv/model_zoo/fcn.py:71
↓ 3 callers
Class
ADE20KSegmentation
ADE20K Semantic Segmentation Dataset. Parameters ---------- root : string Path to VOCdevkit folder. Default is '$(HOME)/mxnet/dat
gluoncv/data/ade20k/segmentation.py:8
↓ 3 callers
Class
BBoxCenterToCorner
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 callers
Class
BBoxSplit
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 callers
Class
BranchSeparablesStem
gluoncv/model_zoo/nasnet.py:96
↓ 3 callers
Class
ConvPredictor
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 callers
Class
DeNormalize
Denormalize the image
gluoncv/utils/viz/segmentation.py:42
↓ 3 callers
Class
FirstCell
gluoncv/model_zoo/nasnet.py:279
↓ 3 callers
Class
NormalCell
gluoncv/model_zoo/nasnet.py:355
↓ 3 callers
Class
NormalizedBoxCenterDecoder
Decode bounding boxes training target with normalized center offsets. This decoder must cooperate with NormalizedBoxCenterEncoder of same `stds`
gluoncv/nn/coder.py:204
↓ 3 callers
Class
RPNTargetGenerator
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 callers
Class
RandomTransformDataLoader
DataLoader that support random transform function applied to dataset. Parameters ---------- transform_fns : iterable of callables
gluoncv/data/dataloader.py:173
↓ 3 callers
Class
Resize
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 callers
Class
TrainingHistory
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 callers
Class
BBoxClipToImage
Clip bounding box to image edges. Parameters ---------- axis : int The coordinate axis with length 4.
gluoncv/model_zoo/rpn/bbox_clip.py:6
↓ 2 callers
Class
Block
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 callers
Class
CIFARBlock
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 callers
Class
COCOInstance
MS COCO instance segmentation dataset. Parameters ---------- root : str, default '~/mxnet/datasets/coco' Path to folder storing t
gluoncv/data/mscoco/instance.py:13
↓ 2 callers
Class
COCOInstanceMetric
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 callers
Class
CitySegmentation
Cityscapes Dataloader
gluoncv/data/cityscapes.py:15
↓ 2 callers
Class
CitysPanopticMetric
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 callers
Class
FeatureExpander
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 callers
Class
GroupNorm
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 callers
Class
HeatmapAccuracy
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 callers
Class
ImageNet
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 callers
Class
ImagePool
scripts/gan/cycle_gan/train_cgan.py:352
↓ 2 callers
Class
LstDetection
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 callers
Class
MaskTargetGenerator
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 callers
Class
MaxPoolPad
gluoncv/model_zoo/nasnet.py:31
↓ 2 callers
Class
MultiClassEncoder
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 callers
Class
NLayerDiscriminator
scripts/gan/cycle_gan/train_cgan.py:251
↓ 2 callers
Class
NormalizedBoxCenterEncoder
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 callers
Class
PQStat
gluoncv/utils/metrics/evalPanopticSemanticLabeling.py:75
↓ 2 callers
Class
RCNNTargetGenerator
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 callers
Class
RPNAnchorGenerator
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 callers
Class
Resize
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 callers
Class
ResnetGenerator
scripts/gan/cycle_gan/train_cgan.py:84
↓ 2 callers
Class
SEBlock
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 callers
Class
SRGenerator
scripts/gan/srgan/train_srgan.py:48
↓ 2 callers
Class
SSDDefaultTrainTransform
Default SSD training transform which includes tons of image augmentations. Parameters ---------- width : int Image width. hei
gluoncv/data/transforms/presets/ssd.py:93
↓ 2 callers
Class
SSDDefaultValTransform
Default SSD validation transform. Parameters ---------- width : int Image width. height : int Image height. mean
gluoncv/data/transforms/presets/ssd.py:183
↓ 2 callers
Class
SSDTargetGenerator
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 callers
Class
SegEvalModel
Segmentation Eval Module
gluoncv/model_zoo/segbase.py:92
↓ 2 callers
Class
SimplePoseDefaultTrainTransform
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 callers
Class
SubpixelBlock
scripts/gan/srgan/train_srgan.py:31
↓ 2 callers
Class
UnetGenerator
scripts/gan/cycle_gan/train_cgan.py:173
↓ 2 callers
Class
YOLO3DefaultTrainTransform
Default YOLO training transform which includes tons of image augmentations. Parameters ---------- width : int Image width. he
gluoncv/data/transforms/presets/yolo.py:103
↓ 2 callers
Class
YOLO3DefaultValTransform
Default YOLO validation transform. Parameters ---------- width : int Image width. height : int Image height. mean
gluoncv/data/transforms/presets/yolo.py:202
↓ 2 callers
Class
YOLOV3TargetMerger
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 callers
Class
prefix_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 callers
Class
usage_lines
scripts/deployment/cpp-inference/src/clipp.hpp:5860
↓ 1 callers
Class
AlexNet
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 callers
Class
AvgPoolPad
gluoncv/model_zoo/nasnet.py:44
↓ 1 callers
Class
BBoxBatchIOU
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 callers
Class
BipartiteMatcher
A Matcher implementing bipartite matching strategy. Parameters ---------- threshold : float Threshold used to ignore invalid padd
gluoncv/nn/matcher.py:53
↓ 1 callers
Class
CIFARResNext
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 callers
Class
CIFARWideResNet
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 callers
Class
COCOKeyPointsMetric
Detection metric for COCO bbox task. Parameters ---------- dataset : instance of gluoncv.data.COCODetection The validation datase
gluoncv/utils/metrics/coco_keypoints.py:11
↓ 1 callers
Class
CellStem0
gluoncv/model_zoo/nasnet.py:146
↓ 1 callers
Class
CellStem1
gluoncv/model_zoo/nasnet.py:202
↓ 1 callers
Class
CompositeMatcher
A Matcher that combines multiple strategies. Parameters ---------- matchers : list of Matcher Matcher is a Block/HybridBlock used
gluoncv/nn/matcher.py:12
↓ 1 callers
Class
DCGAN_D
scripts/gan/wgan/train_wgan.py:138
↓ 1 callers
Class
DCGAN_G
scripts/gan/wgan/train_wgan.py:180
↓ 1 callers
Class
DCGAN_G_nobn
scripts/gan/wgan/train_wgan.py:269
↓ 1 callers
Class
DarknetBasicBlockV3
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 callers
Class
DataSet
scripts/gan/srgan/train_srgan.py:159
↓ 1 callers
Class
DataSet
scripts/gan/cycle_gan/train_cgan.py:327
↓ 1 callers
Class
DeepLabV3
r"""DeepLabV3 Parameters ---------- nclass : int Number of categories for the training dataset. backbone : string Pre
gluoncv/model_zoo/deeplabv3.py:15
↓ 1 callers
Class
DenseNet
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 callers
Class
DetectionDataLoader
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 callers
Class
DummyDetectionDataset
tests/unittests/test_data_dataloader.py:12
↓ 1 callers
Class
DummySequentialDataset
tests/unittests/test_data_dataloader.py:56
next →
1–100 of 324, ranked by callers