Fix op category section in operations spec (#7130)

This commit is contained in:
Gabriele Galiero Casay
2021-08-23 12:12:46 +02:00
committed by GitHub
parent f00a1f3141
commit 8d4e850356
108 changed files with 108 additions and 108 deletions

View File

@@ -2,7 +2,7 @@
**Versioned name**: *DeformablePSROIPooling-1*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *DeformablePSROIPooling* computes deformable position-sensitive pooling of regions of interest specified by input.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ExperimentalDetectronDetectionOutput-6*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: The *ExperimentalDetectronDetectionOutput* operation performs non-maximum suppression to generate
the detection output using information on location and score predictions.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ExperimentalDetectronGenerateProposalsSingleImage-6*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: The *ExperimentalDetectronGenerateProposalsSingleImage* operation computes ROIs and their scores
based on input data.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ExperimentalDetectronPriorGridGenerator-6*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: The *ExperimentalDetectronPriorGridGenerator* operation generates prior grids of specified sizes.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ExperimentalDetectronROIFeatureExtractor-6*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *ExperimentalDetectronROIFeatureExtractor* is the [ROIAlign](ROIAlign_3.md) operation applied
over a feature pyramid.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *PSROIPooling-1*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *PSROIPooling* computes position-sensitive pooling on regions of interest specified by input.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *PriorBoxClustered-1*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *PriorBoxClustered* operation generates prior boxes of specified sizes normalized to the input image size.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *PriorBox-1*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *PriorBox* operation generates prior boxes of specified sizes and aspect ratios across all dimensions.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ROIAlign-3*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *ROIAlign* is a *pooling layer* used over feature maps of non-uniform input sizes and outputs a feature map of a fixed size.

View File

@@ -2,7 +2,7 @@
**Versioned name**: *ROIPooling-1*
**Category**: Object detection
**Category**: *Object detection*
**Short description**: *ROIPooling* is a *pooling layer* used over feature maps of non-uniform input sizes and outputs a feature map of a fixed size.