struct ov::op::v6::ExperimentalDetectronDetectionOutput::Attributes

Structure that specifies attributes of the operation.

#include <experimental_detectron_detection_output.hpp>

struct Attributes
{
    // fields

    float score_threshold;
    float nms_threshold;
    float max_delta_log_wh;
    int64_t num_classes;
    int64_t post_nms_count;
    size_t max_detections_per_image;
    bool class_agnostic_box_regression;
    std::vector<float> deltas_weights;
};