struct ov::op::v6::ExperimentalDetectronROIFeatureExtractor::Attributes¶
Structure that specifies attributes of the operation.
#include <experimental_detectron_roi_feature.hpp>
struct Attributes
{
// fields
int64_t output_size;
int64_t sampling_ratio;
std::vector<int64_t> pyramid_scales;
bool aligned;
};