MCPcopy Create free account

hub / github.com/GuangxingHan/QA-FewDet / types & classes

Types & classes36 in github.com/GuangxingHan/QA-FewDet

↓ 4 callersClassDatasetMapperWithSupportCOCO
A callable which takes a dataset dict in Detectron2 Dataset format, and map it into a format used by the model. This is the default call
fewx/data/dataset_mapper_coco.py:27
↓ 4 callersClassDatasetMapperWithSupportVOC
A callable which takes a dataset dict in Detectron2 Dataset format, and map it into a format used by the model. This is the default call
fewx/data/dataset_mapper_pascal_voc.py:27
↓ 2 callersClassCOCOEvaluator
Evaluate AR for object proposals, AP for instance detection/segmentation, AP for keypoint detection outputs using COCO's metrics. See htt
fewx/evaluation/coco_evaluation.py:38
↓ 2 callersClassDatasetMapperWithSupportCOCO
A callable which takes a dataset dict in Detectron2 Dataset format, and map it into a format used by the model. This is the default call
QA_FewDet/data/dataset_mapper_coco.py:27
↓ 2 callersClassDatasetMapperWithSupportVOC
A callable which takes a dataset dict in Detectron2 Dataset format, and map it into a format used by the model. This is the default call
QA_FewDet/data/dataset_mapper_pascal_voc.py:27
↓ 2 callersClassPascalVOCDetectionEvaluator
Evaluate Pascal VOC AP. It contains a synchronization, therefore has to be called from all ranks. Note that this is a rewrite of the off
fewx/evaluation/pascal_voc_evaluation.py:25
↓ 1 callersClassFsodFastRCNNOutputLayers
Two linear layers for predicting Fast R-CNN outputs: (1) proposal-to-detection box regression deltas (2) classification scores
QA_FewDet/modeling/fsod/fsod_fast_rcnn.py:374
↓ 1 callersClassFsodFastRCNNOutputLayers
Two linear layers for predicting Fast R-CNN outputs: (1) proposal-to-detection box regression deltas (2) classification scores
fewx/modeling/fsod/fsod_fast_rcnn.py:374
↓ 1 callersClassFsodFastRCNNOutputs
A class that stores information about outputs of a Fast R-CNN head. It provides methods that are used to decode the outputs of a Fast R-CNN h
QA_FewDet/modeling/fsod/fsod_fast_rcnn.py:149
↓ 1 callersClassFsodFastRCNNOutputs
A class that stores information about outputs of a Fast R-CNN head. It provides methods that are used to decode the outputs of a Fast R-CNN h
fewx/modeling/fsod/fsod_fast_rcnn.py:149
↓ 1 callersClassGCN
QA_FewDet/modeling/fsod/gcn_module.py:43
↓ 1 callersClassGradientClipType
QA_FewDet/solver/build.py:19
↓ 1 callersClassGradientClipType
fewx/solver/build.py:19
↓ 1 callersClassGraphConvolution
Simple GCN layer as https://arxiv.org/abs/1609.02907
QA_FewDet/modeling/fsod/gcn_module.py:14
↓ 1 callersClassTrainer
fsod_train_net.py:44
↓ 1 callersClassTrainer
fsod_train_net_fewx.py:44
ClassCOCOEvaluator
Evaluate AR for object proposals, AP for instance detection/segmentation, AP for keypoint detection outputs using COCO's metrics. See htt
QA_FewDet/evaluation/coco_evaluation.py:38
ClassDFConv2d
Deformable convolutional layer with configurable deformable groups, dilations and groups. Code is from: https://github.com/facebookr
QA_FewDet/layers/deform_conv.py:19
ClassDFConv2d
Deformable convolutional layer with configurable deformable groups, dilations and groups. Code is from: https://github.com/facebookr
fewx/layers/deform_conv.py:19
ClassFsodRCNN
Generalized R-CNN. Any models that contains the following three components: 1. Per-image feature extraction (aka backbone) 2. Region prop
QA_FewDet/modeling/fsod/fsod_rcnn.py:45
ClassFsodRCNN
Generalized R-CNN. Any models that contains the following three components: 1. Per-image feature extraction (aka backbone) 2. Region prop
fewx/modeling/fsod/fsod_rcnn.py:42
ClassFsodRPN
Region Proposal Network, introduced by :paper:`Faster R-CNN`.
QA_FewDet/modeling/fsod/fsod_rpn.py:148
ClassFsodRPN
Region Proposal Network, introduced by :paper:`Faster R-CNN`.
fewx/modeling/fsod/fsod_rpn.py:148
ClassFsodRes5ROIHeads
The ROIHeads in a typical "C4" R-CNN model, where the box and mask head share the cropping and the per-region feature computation by a Re
QA_FewDet/modeling/fsod/fsod_roi_heads.py:53
ClassFsodRes5ROIHeads
The ROIHeads in a typical "C4" R-CNN model, where the box and mask head share the cropping and the per-region feature computation by a Re
fewx/modeling/fsod/fsod_roi_heads.py:52
ClassIOULoss
Intersetion Over Union (IoU) loss which supports three different IoU computations: * IoU * Linear IoU * gIoU
QA_FewDet/layers/iou_loss.py:5
ClassIOULoss
Intersetion Over Union (IoU) loss which supports three different IoU computations: * IoU * Linear IoU * gIoU
fewx/layers/iou_loss.py:5
ClassNaiveGroupNorm
r"""NaiveGroupNorm implements Group Normalization with the high-level matrix operations in PyTorch. It is a temporary solution to export GN by ONN
QA_FewDet/layers/naive_group_norm.py:6
ClassNaiveGroupNorm
r"""NaiveGroupNorm implements Group Normalization with the high-level matrix operations in PyTorch. It is a temporary solution to export GN by ONN
fewx/layers/naive_group_norm.py:6
ClassPascalVOCDetectionEvaluator
Evaluate Pascal VOC AP. It contains a synchronization, therefore has to be called from all ranks. Note that this is a rewrite of the off
QA_FewDet/evaluation/pascal_voc_evaluation.py:25
ClassStandardRPNHead
Standard RPN classification and regression heads described in :paper:`Faster R-CNN`. Uses a 3x3 conv to produce a shared hidden state from wh
QA_FewDet/modeling/fsod/fsod_rpn.py:73
ClassStandardRPNHead
Standard RPN classification and regression heads described in :paper:`Faster R-CNN`. Uses a 3x3 conv to produce a shared hidden state from wh
fewx/modeling/fsod/fsod_rpn.py:73
Class_NewEmptyTensorOp
QA_FewDet/layers/misc.py:15
Class_NewEmptyTensorOp
QA_FewDet/layers/deform_conv.py:7
Class_NewEmptyTensorOp
fewx/layers/misc.py:15
Class_NewEmptyTensorOp
fewx/layers/deform_conv.py:7