detectron2
最新
Tutorials
Notes
API文档
detectron2
文档
»
索引
在GitHub上编辑
索引
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
我
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__add__() (detectron2.data.transforms.TransformList method)
__call__() (detectron2.data.DatasetMapper method)
(detectron2.data.transforms.Augmentation method)
(fvcore.common.param_scheduler.ParamScheduler method)
__getitem__() (detectron2.structures.BitMasks method)
(detectron2.structures.Boxes method)
(detectron2.structures.ImageList method)
(detectron2.structures.Instances method)
(detectron2.structures.Keypoints method)
(detectron2.structures.PolygonMasks method)
(detectron2.structures.ROIMasks method)
(detectron2.structures.RotatedBoxes method)
__iadd__() (detectron2.data.transforms.TransformList method)
__init__() (detectron2.checkpoint.Checkpointer method)
(detectron2.checkpoint.PeriodicCheckpointer method)
(detectron2.data.DatasetFromList method)
(detectron2.data.DatasetMapper method)
(detectron2.data.MapDataset method)
(detectron2.data.samplers.InferenceSampler method)
(detectron2.data.samplers.RandomSubsetTrainingSampler method)
(detectron2.data.samplers.RepeatFactorTrainingSampler method)
(detectron2.data.samplers.TrainingSampler method)
(detectron2.data.ToIterableDataset method)
(detectron2.data.transforms.AugInput method)
(detectron2.data.transforms.AugmentationList method)
(detectron2.data.transforms.BlendTransform method)
(detectron2.data.transforms.ColorTransform method)
(detectron2.data.transforms.CropTransform method)
(detectron2.data.transforms.ExtentTransform method)
(detectron2.data.transforms.FixedSizeCrop method)
(detectron2.data.transforms.GridSampleTransform method)
(detectron2.data.transforms.PadTransform method)
(detectron2.data.transforms.PILColorTransform method)
(detectron2.data.transforms.RandomApply method)
(detectron2.data.transforms.RandomBrightness method)
(detectron2.data.transforms.RandomContrast method)
(detectron2.data.transforms.RandomCrop method)
(detectron2.data.transforms.RandomCrop_CategoryAreaConstraint method)
(detectron2.data.transforms.RandomExtent method)
(detectron2.data.transforms.RandomFlip method)
(detectron2.data.transforms.RandomLighting method)
(detectron2.data.transforms.RandomResize method)
(detectron2.data.transforms.RandomRotation method)
(detectron2.data.transforms.RandomSaturation method)
(detectron2.data.transforms.Resize method)
(detectron2.data.transforms.ResizeScale method)
(detectron2.data.transforms.ResizeShortestEdge method)
(detectron2.data.transforms.ResizeTransform method)
(detectron2.data.transforms.RotationTransform method)
(detectron2.data.transforms.ScaleTransform method)
(detectron2.data.transforms.TransformList method)
(detectron2.evaluation.COCOEvaluator method)
(detectron2.evaluation.COCOPanopticEvaluator method)
(detectron2.evaluation.DatasetEvaluators method)
(detectron2.evaluation.LVISEvaluator method)
(detectron2.evaluation.PascalVOCDetectionEvaluator method)
(detectron2.evaluation.SemSegEvaluator method)
(detectron2.layers.ASPP method)
(detectron2.layers.CNNBlockBase method)
(detectron2.layers.Conv2d method)
(detectron2.layers.CycleBatchNormList method)
(detectron2.layers.DeformConv method)
(detectron2.layers.DepthwiseSeparableConv2d method)
(detectron2.layers.ModulatedDeformConv method)
(detectron2.layers.ROIAlign method)
(detectron2.layers.ROIAlignRotated method)
(detectron2.solver.LRMultiplier method)
(detectron2.solver.WarmupParamScheduler method)
(detectron2.structures.BitMasks method)
(detectron2.structures.Boxes method)
(detectron2.structures.ImageList method)
(detectron2.structures.Instances method)
(detectron2.structures.Keypoints method)
(detectron2.structures.PolygonMasks method)
(detectron2.structures.ROIMasks method)
(detectron2.structures.RotatedBoxes method)
(detectron2.utils.registry.Registry method)
(detectron2.utils.video_visualizer.VideoVisualizer method)
(detectron2.utils.visualizer.VisImage method)
(detectron2.utils.visualizer.Visualizer method)
(fvcore.common.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.PeriodicCheckpointer method)
(fvcore.common.history_buffer.HistoryBuffer method)
(fvcore.common.param_scheduler.MultiStepParamScheduler method)
(fvcore.common.registry.Registry method)
(fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
__iter__() (detectron2.structures.Boxes method)
(detectron2.structures.PolygonMasks method)
(detectron2.structures.RotatedBoxes method)
__len__() (detectron2.data.transforms.TransformList method)
__radd__() (detectron2.data.transforms.TransformList method)
__repr__() (detectron2.data.transforms.Augmentation method)
(detectron2.data.transforms.Transform method)
__str__() (detectron2.data.transforms.Augmentation method)
A
activation_count() (in module fvcore.nn)
ActivationCountAnalysis (class in fvcore.nn)
add_checkpointable() (detectron2.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.Checkpointer method)
affine (detectron2.layers.BatchNorm2d attribute)
(detectron2.layers.NaiveSyncBatchNorm attribute)
all_gather() (in module detectron2.utils.comm)
ancestor_mode() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
annotations_to_instances() (in module detectron2.data.detection_utils)
annotations_to_instances_rotated() (in module detectron2.data.detection_utils)
apply_box() (detectron2.data.transforms.Transform method)
apply_coords() (detectron2.data.transforms.BlendTransform method)
(detectron2.data.transforms.ColorTransform method)
(detectron2.data.transforms.CropTransform method)
(detectron2.data.transforms.ExtentTransform method)
(detectron2.data.transforms.GridSampleTransform method)
(detectron2.data.transforms.HFlipTransform method)
(detectron2.data.transforms.NoOpTransform method)
(detectron2.data.transforms.PadTransform method)
(detectron2.data.transforms.ResizeTransform method)
(detectron2.data.transforms.RotationTransform method)
(detectron2.data.transforms.ScaleTransform method)
(detectron2.data.transforms.Transform method)
(detectron2.data.transforms.TransformList method)
(detectron2.data.transforms.VFlipTransform method)
apply_image() (detectron2.data.transforms.BlendTransform method)
(detectron2.data.transforms.ColorTransform method)
(detectron2.data.transforms.CropTransform method)
(detectron2.data.transforms.ExtentTransform method)
(detectron2.data.transforms.GridSampleTransform method)
(detectron2.data.transforms.HFlipTransform method)
(detectron2.data.transforms.NoOpTransform method)
(detectron2.data.transforms.PadTransform method)
(detectron2.data.transforms.PILColorTransform method)
(detectron2.data.transforms.ResizeTransform method)
(detectron2.data.transforms.RotationTransform method)
(detectron2.data.transforms.ScaleTransform method)
(detectron2.data.transforms.Transform method)
(detectron2.data.transforms.TransformList method)
(detectron2.data.transforms.VFlipTransform method)
apply_overrides() (detectron2.config.LazyConfig static method)
apply_polygons() (detectron2.data.transforms.CropTransform method)
(detectron2.data.transforms.Transform method)
apply_rotated_box() (detectron2.data.transforms.HFlipTransform method)
(detectron2.data.transforms.NoOpTransform method)
(detectron2.data.transforms.ResizeTransform method)
apply_segmentation() (detectron2.data.transforms.BlendTransform method)
(detectron2.data.transforms.ColorTransform method)
(detectron2.data.transforms.ExtentTransform method)
(detectron2.data.transforms.GridSampleTransform method)
(detectron2.data.transforms.PadTransform method)
(detectron2.data.transforms.ResizeTransform method)
(detectron2.data.transforms.RotationTransform method)
(detectron2.data.transforms.ScaleTransform method)
(detectron2.data.transforms.Transform method)
area() (detectron2.structures.Boxes method)
(detectron2.structures.PolygonMasks method)
(detectron2.structures.RotatedBoxes method)
as_dict() (detectron2.data.Metadata method)
ASPP (class in detectron2.layers)
AugInput (class in detectron2.data.transforms)
Augmentation (class in detectron2.data.transforms)
AugmentationList (class in detectron2.data.transforms)
avg() (fvcore.common.history_buffer.HistoryBuffer method)
avg_seconds() (fvcore.common.timer.Timer method)
B
batched_nms() (in module detectron2.layers)
batched_nms_rotated() (in module detectron2.layers)
BatchNorm2d (class in detectron2.layers)
bias (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
,
[1]
(detectron2.layers.Linear attribute)
BitMasks (class in detectron2.structures)
BlendTransform (class in detectron2.data.transforms)
Boxes (class in detectron2.structures)
BoxMode (class in detectron2.structures)
build_augmentation() (in module detectron2.data.detection_utils)
build_detection_test_loader() (in module detectron2.data)
build_detection_train_loader() (in module detectron2.data)
build_lr_scheduler() (in module detectron2.solver)
build_optimizer() (in module detectron2.solver)
by_module() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
by_module_and_operator() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
by_operator() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
C
c2_msra_fill() (in module fvcore.nn)
c2_xavier_fill() (in module fvcore.nn)
canonical_module_name() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
cat() (detectron2.structures.BitMasks static method)
(detectron2.structures.Boxes class method)
(detectron2.structures.Instances static method)
(detectron2.structures.Keypoints static method)
(detectron2.structures.PolygonMasks static method)
(detectron2.structures.RotatedBoxes class method)
(in module detectron2.layers)
CfgNode (class in detectron2.config)
(class in fvcore.common.config)
channels (detectron2.layers.ShapeSpec attribute)
check_image_size() (in module detectron2.data.detection_utils)
Checkpointer (class in detectron2.checkpoint)
(class in fvcore.common.checkpoint)
checkpointer (detectron2.checkpoint.PeriodicCheckpointer attribute)
(fvcore.common.checkpoint.PeriodicCheckpointer attribute)
ciou_loss() (in module detectron2.layers)
CityscapesInstanceEvaluator (class in detectron2.evaluation)
CityscapesSemSegEvaluator (class in detectron2.evaluation)
clear_op_handles() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
clip() (detectron2.structures.Boxes method)
(detectron2.structures.RotatedBoxes method)
clone() (detectron2.config.CfgNode method)
(detectron2.structures.Boxes method)
(detectron2.structures.RotatedBoxes method)
CNNBlockBase (class in detectron2.layers)
COCOEvaluator (class in detectron2.evaluation)
COCOPanopticEvaluator (class in detectron2.evaluation)
colormap() (in module detectron2.utils.colormap)
ColorMode (class in detectron2.utils.visualizer)
ColorTransform (class in detectron2.data.transforms)
CompositeParamScheduler (class in fvcore.common.param_scheduler)
configurable() (in module detectron2.config)
ConstantParamScheduler (class in fvcore.common.param_scheduler)
Conv2d (class in detectron2.layers)
convert() (detectron2.structures.BoxMode static method)
convert_frozen_batchnorm() (detectron2.layers.FrozenBatchNorm2d class method)
convert_frozenbatchnorm2d_to_batchnorm2d() (detectron2.layers.FrozenBatchNorm2d class method)
convert_image_to_rgb() (in module detectron2.data.detection_utils)
convert_to_coco_json() (in module detectron2.data.datasets)
ConvTranspose2d (class in detectron2.layers)
copy() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
CosineParamScheduler (class in fvcore.common.param_scheduler)
create_keypoint_hflip_indices() (in module detectron2.data.detection_utils)
create_local_process_group() (in module detectron2.utils.comm)
create_rotation_matrix() (detectron2.data.transforms.RotationTransform method)
crop_and_resize() (detectron2.structures.BitMasks method)
(detectron2.structures.PolygonMasks method)
CropTransform (class in detectron2.data.transforms)
cross_entropy() (in module detectron2.layers)
CycleBatchNormList (class in detectron2.layers)
D
DatasetCatalog (in module detectron2.data)
DatasetEvaluator (class in detectron2.evaluation)
DatasetEvaluators (class in detectron2.evaluation)
DatasetFromList (class in detectron2.data)
DatasetMapper (class in detectron2.data)
DeformConv (class in detectron2.layers)
defrost() (detectron2.config.CfgNode method)
DepthwiseSeparableConv2d (class in detectron2.layers)
DetectionCheckpointer (class in detectron2.checkpoint)
detectron2.checkpoint
module
detectron2.config
module
detectron2.data
module
detectron2.data.datasets
module
detectron2.data.detection_utils
module
detectron2.data.samplers
module
detectron2.data.transforms
module
detectron2.evaluation
module
detectron2.layers
module
detectron2.solver
module
detectron2.structures
module
detectron2.utils.colormap
module
detectron2.utils.comm
module
detectron2.utils.logger
module
detectron2.utils.memory
module
detectron2.utils.registry
module
detectron2.utils.video_visualizer
module
detectron2.utils.visualizer
module
device() (detectron2.structures.BitMasks property)
(detectron2.structures.Boxes property)
(detectron2.structures.ImageList property)
(detectron2.structures.Keypoints property)
(detectron2.structures.PolygonMasks property)
(detectron2.structures.ROIMasks property)
(detectron2.structures.RotatedBoxes property)
dilation (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
diou_loss() (in module detectron2.layers)
draw_and_connect_keypoints() (detectron2.utils.visualizer.Visualizer method)
draw_binary_mask() (detectron2.utils.visualizer.Visualizer method)
draw_box() (detectron2.utils.visualizer.Visualizer method)
draw_circle() (detectron2.utils.visualizer.Visualizer method)
draw_dataset_dict() (detectron2.utils.visualizer.Visualizer method)
draw_instance_predictions() (detectron2.utils.video_visualizer.VideoVisualizer method)
(detectron2.utils.visualizer.Visualizer method)
draw_line() (detectron2.utils.visualizer.Visualizer method)
draw_panoptic_seg() (detectron2.utils.visualizer.Visualizer method)
draw_polygon() (detectron2.utils.visualizer.Visualizer method)
draw_rotated_box_with_label() (detectron2.utils.visualizer.Visualizer method)
draw_sem_seg() (detectron2.utils.video_visualizer.VideoVisualizer method)
(detectron2.utils.visualizer.Visualizer method)
draw_soft_mask() (detectron2.utils.visualizer.Visualizer method)
draw_text() (detectron2.utils.visualizer.Visualizer method)
dump() (detectron2.config.CfgNode method)
E
empty_input_loss_func_wrapper() (in module detectron2.layers)
encode_json_sem_seg() (detectron2.evaluation.SemSegEvaluator method)
eps (detectron2.layers.BatchNorm2d attribute)
(detectron2.layers.NaiveSyncBatchNorm attribute)
evaluate() (detectron2.evaluation.CityscapesInstanceEvaluator method)
(detectron2.evaluation.CityscapesSemSegEvaluator method)
(detectron2.evaluation.COCOEvaluator method)
(detectron2.evaluation.COCOPanopticEvaluator method)
(detectron2.evaluation.DatasetEvaluator method)
(detectron2.evaluation.DatasetEvaluators method)
(detectron2.evaluation.LVISEvaluator method)
(detectron2.evaluation.PascalVOCDetectionEvaluator method)
(detectron2.evaluation.SemSegEvaluator method)
ExponentialParamScheduler (class in fvcore.common.param_scheduler)
ExtentTransform (class in detectron2.data.transforms)
extra_repr() (detectron2.layers.CycleBatchNormList method)
(detectron2.layers.DeformConv method)
(detectron2.layers.Linear method)
(detectron2.layers.ModulatedDeformConv method)
F
filter_empty_instances() (detectron2.data.detection_utils模块中的函数)
FixedSizeCrop (detectron2.data.transforms模块中的类)
flop_count() (fvcore.nn模块中的函数)
flop_count_str() (fvcore.nn模块中的函数)
flop_count_table() (fvcore.nn模块中的函数)
FlopCountAnalysis (fvcore.nn模块中的类)
forward() (detectron2.layers.ASPP类的方法)
(detectron2.layers.Conv2d类的方法)
(detectron2.layers.ConvTranspose2d类的方法)
(detectron2.layers.CycleBatchNormList类的方法)
(detectron2.layers.DeformConv类的方法)
(detectron2.layers.DepthwiseSeparableConv2d类的方法)
(detectron2.layers.FrozenBatchNorm2d类的方法)
(detectron2.layers.Linear类的方法)
(detectron2.layers.ModulatedDeformConv类的方法)
(detectron2.layers.NaiveSyncBatchNorm类的方法)
(detectron2.layers.ROIAlign类的方法)
(detectron2.layers.ROIAlignRotated类的方法)
freeze() (detectron2.config.CfgNode类的方法)
(detectron2.layers.CNNBlockBase类的方法)
from_config() (detectron2.data.DatasetMapper类的类方法)
from_polygon_masks() (detectron2.structures.BitMasks类的静态方法)
from_roi_masks() (detectron2.structures.BitMasks类的静态方法)
from_tensors() (detectron2.structures.ImageList类的静态方法)
FrozenBatchNorm2d (detectron2.layers模块中的类)
fvcore.common.checkpoint
模块
fvcore.common.config
模块
fvcore.common.history_buffer
模块
fvcore.common.param_scheduler
模块
fvcore.common.registry
模块
fvcore.common.timer
模块
fvcore.nn
模块
G
gather() (in module detectron2.utils.comm)
get() (detectron2.data.catalog.DatasetCatalog method)
(detectron2.data.catalog.MetadataCatalog method)
(detectron2.data.Metadata method)
(detectron2.structures.Instances method)
(detectron2.utils.registry.Registry method)
(fvcore.common.registry.Registry method)
get_all_checkpoint_files() (detectron2.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.Checkpointer method)
get_bn_modules() (in module fvcore.nn)
get_bounding_boxes() (detectron2.structures.BitMasks method)
(detectron2.structures.PolygonMasks method)
get_centers() (detectron2.structures.Boxes method)
(detectron2.structures.RotatedBoxes method)
get_cfg() (in module detectron2.config)
get_checkpoint_file() (detectron2.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.Checkpointer method)
get_crop_size() (detectron2.data.transforms.RandomCrop method)
get_default_optimizer_params() (in module detectron2.solver)
get_detection_dataset_dicts() (in module detectron2.data)
get_fields() (detectron2.structures.Instances method)
get_image() (detectron2.utils.visualizer.VisImage method)
get_local_process_group() (in module detectron2.utils.comm)
get_local_rank() (in module detectron2.utils.comm)
get_local_size() (in module detectron2.utils.comm)
get_lr() (detectron2.solver.LRMultiplier method)
get_lvis_instances_meta() (in module detectron2.data.datasets)
get_norm() (in module detectron2.layers)
get_output() (detectron2.utils.visualizer.Visualizer method)
get_output_shape() (detectron2.data.transforms.ResizeShortestEdge static method)
get_rank() (in module detectron2.utils.comm)
get_transform() (detectron2.data.transforms.Augmentation method)
(detectron2.data.transforms.FixedSizeCrop method)
(detectron2.data.transforms.MinIoURandomCrop method)
(detectron2.data.transforms.RandomApply method)
(detectron2.data.transforms.RandomBrightness method)
(detectron2.data.transforms.RandomContrast method)
(detectron2.data.transforms.RandomCrop method)
(detectron2.data.transforms.RandomCrop_CategoryAreaConstraint method)
(detectron2.data.transforms.RandomExtent method)
(detectron2.data.transforms.RandomFlip method)
(detectron2.data.transforms.RandomLighting method)
(detectron2.data.transforms.RandomResize method)
(detectron2.data.transforms.RandomRotation method)
(detectron2.data.transforms.RandomSaturation method)
(detectron2.data.transforms.Resize method)
(detectron2.data.transforms.ResizeScale method)
(detectron2.data.transforms.ResizeShortestEdge method)
get_world_size() (in module detectron2.utils.comm)
giou_loss() (in module fvcore.nn)
global_avg() (fvcore.common.history_buffer.HistoryBuffer method)
GridSampleTransform (class in detectron2.data.transforms)
groups (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
H
has() (detectron2.structures.Instances 方法)
has_checkpoint() (detectron2.checkpoint.Checkpointer 方法)
(fvcore.common.checkpoint.Checkpointer 方法)
heatmaps_to_keypoints() (detectron2.structures 模块中的方法)
height (detectron2.layers.ShapeSpec 属性)
HFlipTransform (detectron2.data.transforms 中的类)
HistoryBuffer (fvcore.common.history_buffer 中的类)
I
IMAGE (detectron2.utils.visualizer.ColorMode 属性)
IMAGE_BW (detectron2.utils.visualizer.ColorMode 属性)
image_size() (detectron2.structures.Instances 属性)
image_sizes (detectron2.structures.ImageList 属性)
ImageList (detectron2.structures 中的类)
in_features (detectron2.layers.Linear 属性)
inference_context() (detectron2.evaluation 模块中的方法)
inference_on_dataset() (detectron2.evaluation 模块中的方法)
InferenceSampler (detectron2.data.samplers 中的类)
input_args (detectron2.data.transforms.Augmentation 属性)
inside_box() (detectron2.structures.Boxes 方法)
(detectron2.structures.RotatedBoxes 方法)
Instances (detectron2.structures 中的类)
instances_to_json() (detectron2.evaluation.RotatedCOCOEvaluator 方法)
instantiate() (detectron2.config 模块中的方法)
interpolate() (detectron2.layers 模块中的方法)
inverse() (detectron2.data.transforms.BlendTransform 方法)
(detectron2.data.transforms.ColorTransform 方法)
(detectron2.data.transforms.CropTransform 方法)
(detectron2.data.transforms.HFlipTransform 方法)
(detectron2.data.transforms.NoOpTransform 方法)
(detectron2.data.transforms.PadTransform 方法)
(detectron2.data.transforms.ResizeTransform 方法)
(detectron2.data.transforms.RotationTransform 方法)
(detectron2.data.transforms.ScaleTransform 方法)
(detectron2.data.transforms.Transform 方法)
(detectron2.data.transforms.TransformList 方法)
(detectron2.data.transforms.VFlipTransform 方法)
is_frozen() (detectron2.config.CfgNode 方法)
is_main_process() (detectron2.utils.comm 模块中的方法)
is_paused() (fvcore.common.timer.Timer 方法)
K
kernel_size (detectron2.layers.Conv2d 属性)
(detectron2.layers.ConvTranspose2d 属性)
Keypoints (detectron2.structures 中的类)
L
latest() (fvcore.common.history_buffer.HistoryBuffer 方法)
LazyCall (detectron2.config 中的类)
LazyConfig (detectron2.config 中的类)
Linear (detectron2.layers 中的类)
LinearParamScheduler (fvcore.common.param_scheduler 中的类)
load() (detectron2.checkpoint.Checkpointer 方法)
(detectron2.checkpoint.DetectionCheckpointer 方法)
(detectron2.config.LazyConfig 静态方法)
(fvcore.common.checkpoint.Checkpointer 方法)
load_coco_json() (detectron2.data.datasets 模块中的方法)
load_lvis_json() (detectron2.data.datasets 模块中的方法)
load_proposals_into_dataset() (detectron2.data 模块中的方法)
load_rel() (detectron2.config.LazyConfig 静态方法)
load_sem_seg() (detectron2.data.datasets 模块中的方法)
load_voc_instances() (detectron2.data.datasets 模块中的方法)
load_yaml_with_base() (detectron2.config.CfgNode 类方法)
(fvcore.common.config.CfgNode 类方法)
locate() (detectron2.utils.registry 模块中的方法)
log_every_n() (detectron2.utils.logger 模块中的方法)
log_every_n_seconds() (detectron2.utils.logger 模块中的方法)
log_first_n() (detectron2.utils.logger 模块中的方法)
LRMultiplier (detectron2.solver 中的类)
LRScheduler (detectron2.solver 模块中的方法)
LVISEvaluator (detectron2.evaluation 中的类)
M
MapDataset (detectron2.data中的类)
median() (fvcore.common.history_buffer.HistoryBuffer方法)
merge_from_file() (detectron2.config.CfgNode方法)
(fvcore.common.config.CfgNode方法)
merge_from_list() (detectron2.config.CfgNode方法)
(fvcore.common.config.CfgNode方法)
merge_from_other_cfg() (detectron2.config.CfgNode方法)
(fvcore.common.config.CfgNode方法)
Metadata (detectron2.data中的类)
MetadataCatalog (detectron2.data模块中)
MinIoURandomCrop (detectron2.data.transforms中的类)
ModulatedDeformConv (detectron2.layers中的类)
模块
detectron2.checkpoint
detectron2.config
detectron2.data
detectron2.data.datasets
detectron2.data.detection_utils
detectron2.data.samplers
detectron2.data.transforms
detectron2.evaluation
detectron2.layers
detectron2.solver
detectron2.structures
detectron2.utils.colormap
detectron2.utils.comm
detectron2.utils.logger
detectron2.utils.memory
detectron2.utils.registry
detectron2.utils.video_visualizer
detectron2.utils.visualizer
fvcore.common.checkpoint
fvcore.common.config
fvcore.common.history_buffer
fvcore.common.param_scheduler
fvcore.common.registry
fvcore.common.timer
fvcore.nn
momentum (detectron2.layers.BatchNorm2d属性)
(detectron2.layers.NaiveSyncBatchNorm属性)
move_device_like() (detectron2.layers模块中)
MultiStepParamScheduler (fvcore.common.param_scheduler中的类)
N
NaiveSyncBatchNorm (detectron2.layers中的类)
name (detectron2.data.Metadata属性)
nms() (detectron2.layers模块中的函数)
nms_rotated() (detectron2.layers模块中的函数)
nonempty() (detectron2.structures.BitMasks方法)
(detectron2.structures.Boxes方法)
(detectron2.structures.PolygonMasks方法)
(detectron2.structures.RotatedBoxes方法)
nonzero_tuple() (detectron2.layers模块中的函数)
NoOpTransform (detectron2.data.transforms中的类)
normalize_angles() (detectron2.structures.RotatedBoxes方法)
num_features (detectron2.layers.BatchNorm2d属性)
(detectron2.layers.NaiveSyncBatchNorm属性)
O
out_channels (detectron2.layers.Conv2d 属性)
(detectron2.layers.ConvTranspose2d 属性)
out_features (detectron2.layers.Linear 属性)
output_padding (detectron2.layers.Conv2d 属性)
(detectron2.layers.ConvTranspose2d 属性)
overlay_instances() (detectron2.utils.visualizer.Visualizer 方法)
overlay_rotated_instances() (detectron2.utils.visualizer.Visualizer 方法)
P
padding (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
padding_mode (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
PadTransform (class in detectron2.data.transforms)
pairwise_ioa() (in module detectron2.structures)
pairwise_iou() (in module detectron2.structures)
pairwise_iou_rotated() (in module detectron2.structures)
pairwise_point_box_distance() (in module detectron2.structures)
parameter_count() (in module fvcore.nn)
parameter_count_table() (in module fvcore.nn)
ParamScheduler (class in fvcore.common.param_scheduler)
PascalVOCDetectionEvaluator (class in detectron2.evaluation)
paste_masks_in_image() (in module detectron2.layers)
pause() (fvcore.common.timer.Timer method)
PeriodicCheckpointer (class in detectron2.checkpoint)
(class in fvcore.common.checkpoint)
PILColorTransform (class in detectron2.data.transforms)
PolygonMasks (class in detectron2.structures)
polygons (detectron2.structures.PolygonMasks attribute)
polygons_to_bitmask() (in module detectron2.structures)
PolynomialDecayParamScheduler (class in fvcore.common.param_scheduler)
print_csv_format() (in module detectron2.evaluation)
print_instances_class_histogram() (in module detectron2.data)
process() (detectron2.evaluation.CityscapesInstanceEvaluator method)
(detectron2.evaluation.CityscapesSemSegEvaluator method)
(detectron2.evaluation.COCOEvaluator method)
(detectron2.evaluation.COCOPanopticEvaluator method)
(detectron2.evaluation.DatasetEvaluator method)
(detectron2.evaluation.DatasetEvaluators method)
(detectron2.evaluation.LVISEvaluator method)
(detectron2.evaluation.PascalVOCDetectionEvaluator method)
(detectron2.evaluation.RotatedCOCOEvaluator method)
(detectron2.evaluation.SemSegEvaluator method)
R
random_color() (in module detectron2.utils.colormap)
random_colors() (in module detectron2.utils.colormap)
RandomApply (class in detectron2.data.transforms)
RandomBrightness (class in detectron2.data.transforms)
RandomContrast (class in detectron2.data.transforms)
RandomCrop (class in detectron2.data.transforms)
RandomCrop_CategoryAreaConstraint (class in detectron2.data.transforms)
RandomExtent (class in detectron2.data.transforms)
RandomFlip (class in detectron2.data.transforms)
RandomLighting (class in detectron2.data.transforms)
RandomResize (class in detectron2.data.transforms)
RandomRotation (class in detectron2.data.transforms)
RandomSaturation (class in detectron2.data.transforms)
RandomSubsetTrainingSampler (class in detectron2.data.samplers)
read_image() (in module detectron2.data.detection_utils)
reduce_dict() (in module detectron2.utils.comm)
register() (detectron2.data.catalog.DatasetCatalog method)
(detectron2.utils.registry.Registry method)
(fvcore.common.registry.Registry method)
register_coco_instances() (in module detectron2.data.datasets)
register_coco_panoptic() (in module detectron2.data.datasets)
register_coco_panoptic_separated() (in module detectron2.data.datasets)
register_lvis_instances() (in module detectron2.data.datasets)
register_pascal_voc() (in module detectron2.data.datasets)
register_type() (detectron2.data.transforms.Transform class method)
Registry (class in detectron2.utils.registry)
(class in fvcore.common.registry)
remove() (detectron2.structures.Instances method)
repeat_factors_from_category_frequency() (detectron2.data.samplers.RepeatFactorTrainingSampler static method)
RepeatFactorTrainingSampler (class in detectron2.data.samplers)
reset() (detectron2.evaluation.COCOEvaluator method)
(detectron2.evaluation.COCOPanopticEvaluator method)
(detectron2.evaluation.DatasetEvaluator method)
(detectron2.evaluation.DatasetEvaluators method)
(detectron2.evaluation.LVISEvaluator method)
(detectron2.evaluation.PascalVOCDetectionEvaluator method)
(detectron2.evaluation.SemSegEvaluator method)
(fvcore.common.timer.Timer method)
reset_image() (detectron2.utils.visualizer.VisImage method)
reset_parameters() (detectron2.layers.Linear method)
Resize (class in detectron2.data.transforms)
ResizeScale (class in detectron2.data.transforms)
ResizeShortestEdge (class in detectron2.data.transforms)
ResizeTransform (class in detectron2.data.transforms)
resume() (fvcore.common.timer.Timer method)
resume_or_load() (detectron2.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.Checkpointer method)
retry_if_cuda_oom() (in module detectron2.utils.memory)
roi_align() (in module detectron2.layers)
roi_align_rotated() (in module detectron2.layers)
ROIAlign (class in detectron2.layers)
ROIAlignRotated (class in detectron2.layers)
ROIMasks (class in detectron2.structures)
RotatedBoxes (class in detectron2.structures)
RotatedCOCOEvaluator (class in detectron2.evaluation)
RotationTransform (class in detectron2.data.transforms)
S
save() (detectron2.checkpoint.Checkpointer 方法)
(detectron2.checkpoint.PeriodicCheckpointer 方法)
(detectron2.config.LazyConfig 静态方法)
(detectron2.utils.visualizer.VisImage 方法)
(fvcore.common.checkpoint.Checkpointer 方法)
(fvcore.common.checkpoint.PeriodicCheckpointer 方法)
scale() (detectron2.structures.Boxes 方法)
(detectron2.structures.RotatedBoxes 方法)
ScaleTransform (detectron2.data.transforms 中的类)
seconds() (fvcore.common.timer.Timer 方法)
SEGMENTATION (detectron2.utils.visualizer.ColorMode 属性)
SemSegEvaluator (detectron2.evaluation 中的类)
set() (detectron2.data.Metadata 方法)
(detectron2.structures.Instances 方法)
set_global_cfg() (detectron2.config 模块中的方法)
set_op_handle() (fvcore.nn.ActivationCountAnalysis 方法)
(fvcore.nn.FlopCountAnalysis 方法)
setup_logger() (detectron2.utils.logger 模块中的方法)
shapes_to_tensor() (detectron2.layers 模块中的方法)
ShapeSpec (detectron2.layers 中的类)
shared_random_seed() (detectron2.utils.comm 模块中的方法)
sigmoid_focal_loss() (fvcore.nn 模块中的方法)
sigmoid_focal_loss_star() (fvcore.nn 模块中的方法)
SizeMismatchError
smooth_l1_loss() (fvcore.nn 模块中的方法)
state_dict() (detectron2.solver.LRMultiplier 方法)
step() (detectron2.checkpoint.PeriodicCheckpointer 方法)
(fvcore.common.checkpoint.PeriodicCheckpointer 方法)
StepParamScheduler (fvcore.common.param_scheduler 中的类)
StepWithFixedGammaParamScheduler (fvcore.common.param_scheduler 中的类)
stride (detectron2.layers.Conv2d 属性)
(detectron2.layers.ConvTranspose2d 属性)
(detectron2.layers.ShapeSpec 属性)
synchronize() (detectron2.utils.comm 模块中的方法)
T
tag_last_checkpoint() (detectron2.checkpoint.Checkpointer method)
(fvcore.common.checkpoint.Checkpointer method)
tensor (detectron2.structures.BitMasks attribute)
(detectron2.structures.Boxes attribute)
Timer (class in fvcore.common.timer)
to() (detectron2.structures.BitMasks method)
(detectron2.structures.Boxes method)
(detectron2.structures.ImageList method)
(detectron2.structures.Instances method)
(detectron2.structures.Keypoints method)
(detectron2.structures.PolygonMasks method)
(detectron2.structures.ROIMasks method)
(detectron2.structures.RotatedBoxes method)
to_bitmasks() (detectron2.structures.ROIMasks method)
to_heatmap() (detectron2.structures.Keypoints method)
to_py() (detectron2.config.LazyConfig static method)
ToIterableDataset (class in detectron2.data)
total() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
tracer_warnings() (fvcore.nn.ActivationCountAnalysis method)
(fvcore.nn.FlopCountAnalysis method)
track_running_stats (detectron2.layers.BatchNorm2d attribute)
(detectron2.layers.NaiveSyncBatchNorm attribute)
training (detectron2.layers.ASPP attribute)
(detectron2.layers.CNNBlockBase attribute)
(detectron2.layers.CycleBatchNormList attribute)
(detectron2.layers.DeformConv attribute)
(detectron2.layers.DepthwiseSeparableConv2d attribute)
(detectron2.layers.FrozenBatchNorm2d attribute)
(detectron2.layers.ModulatedDeformConv attribute)
(detectron2.layers.ROIAlign attribute)
(detectron2.layers.ROIAlignRotated attribute)
TrainingSampler (class in detectron2.data.samplers)
Transform (class in detectron2.data.transforms)
transform() (detectron2.data.transforms.AugInput method)
transform_instance_annotations() (in module detectron2.data.detection_utils)
transform_proposals() (in module detectron2.data.detection_utils)
TransformList (class in detectron2.data.transforms)
transposed (detectron2.layers.Conv2d attribute)
(detectron2.layers.ConvTranspose2d attribute)
U
uncalled_modules() (fvcore.nn.ActivationCountAnalysis 方法)
(fvcore.nn.FlopCountAnalysis 方法)
uncalled_modules_warnings() (fvcore.nn.ActivationCountAnalysis 方法)
(fvcore.nn.FlopCountAnalysis 方法)
unsupported_ops() (fvcore.nn.ActivationCountAnalysis 方法)
(fvcore.nn.FlopCountAnalysis 方法)
unsupported_ops_warnings() (fvcore.nn.ActivationCountAnalysis 方法)
(fvcore.nn.FlopCountAnalysis 方法)
update() (fvcore.common.history_buffer.HistoryBuffer 方法)
update_bn_stats() (在模块 fvcore.nn 中)
V
values() (fvcore.common.history_buffer.HistoryBuffer 方法)
verify_results() (detectron2.evaluation 模块中的方法)
VFlipTransform (detectron2.data.transforms 中的类)
VideoVisualizer (detectron2.utils.video_visualizer 中的类)
VisImage (detectron2.utils.visualizer 中的类)
Visualizer (detectron2.utils.visualizer 中的类)
W
WarmupParamScheduler (detectron2.solver中的类)
weight (detectron2.layers.Conv2d属性)
(detectron2.layers.ConvTranspose2d属性)
,
[1]
(detectron2.layers.Linear属性)
,
[1]
WHERE_EPSILON (fvcore.common.param_scheduler.CompositeParamScheduler属性)
(fvcore.common.param_scheduler.ConstantParamScheduler属性)
(fvcore.common.param_scheduler.CosineParamScheduler属性)
(fvcore.common.param_scheduler.ExponentialParamScheduler属性)
(fvcore.common.param_scheduler.LinearParamScheduler属性)
(fvcore.common.param_scheduler.MultiStepParamScheduler属性)
(fvcore.common.param_scheduler.ParamScheduler属性)
(fvcore.common.param_scheduler.PolynomialDecayParamScheduler属性)
(fvcore.common.param_scheduler.StepParamScheduler属性)
(fvcore.common.param_scheduler.StepWithFixedGammaParamScheduler属性)
width (detectron2.layers.ShapeSpec属性)
X
XYWH_ABS (detectron2.structures.BoxMode 属性)
XYWH_REL (detectron2.structures.BoxMode 属性)
XYWHA_ABS (detectron2.structures.BoxMode 属性)
XYXY_ABS (detectron2.structures.BoxMode 属性)
XYXY_REL (detectron2.structures.BoxMode 属性)