mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Corrected Comment as requested by reviewer.
This commit is contained in:
parent
17c430da88
commit
6bed5c181b
@ -599,11 +599,12 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief detection output layer.
|
* @brief Detection output layer.
|
||||||
*
|
*
|
||||||
* The layer size is: @f$ (1 \times 1 \times N \times 7) @f$
|
* The layer size is: @f$ (1 \times 1 \times N \times 7) @f$
|
||||||
* where N is the number of detections after nms, and each row is:
|
* where N is [keep_top_k] parameter multiplied by batch size. Each row is:
|
||||||
* [image_id, label, confidence, xmin, ymin, xmax, ymax]
|
* [image_id, label, confidence, xmin, ymin, xmax, ymax]
|
||||||
|
* where image_id is the index of image input in the batch.
|
||||||
*/
|
*/
|
||||||
class CV_EXPORTS DetectionOutputLayer : public Layer
|
class CV_EXPORTS DetectionOutputLayer : public Layer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user