We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0bf5a commit 2cb7636Copy full SHA for 2cb7636
src/cpp/models/include/models/results.h
@@ -243,7 +243,7 @@ struct InstanceSegmentationResult : ResultBase {
243
InstanceSegmentationResult(int64_t frameId = -1, const std::shared_ptr<MetaData>& metaData = nullptr)
244
: ResultBase(frameId, metaData) {}
245
std::vector<SegmentedObject> segmentedObjects;
246
- // Contan per class saliency_maps and "feature_vector" model output if feature_vector exists
+ // Contains per class saliency_maps and "feature_vector" model output if feature_vector exists
247
std::vector<cv::Mat_<std::uint8_t>> saliency_map;
248
ov::Tensor feature_vector;
249
};
0 commit comments