struct ov::op::v6::ExperimentalDetectronGenerateProposalsSingleImage::Attributes

Structure that specifies attributes of the operation.

#include <experimental_detectron_generate_proposals.hpp>

struct Attributes
{
    // fields

    float min_size;
    float nms_threshold;
    int64_t post_nms_count;
    int64_t pre_nms_count;
};