Skip to content

Commit 2cb7636

Browse files
committed
Fix a typo
1 parent db0bf5a commit 2cb7636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/models/include/models/results.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ struct InstanceSegmentationResult : ResultBase {
243243
InstanceSegmentationResult(int64_t frameId = -1, const std::shared_ptr<MetaData>& metaData = nullptr)
244244
: ResultBase(frameId, metaData) {}
245245
std::vector<SegmentedObject> segmentedObjects;
246-
// Contan per class saliency_maps and "feature_vector" model output if feature_vector exists
246+
// Contains per class saliency_maps and "feature_vector" model output if feature_vector exists
247247
std::vector<cv::Mat_<std::uint8_t>> saliency_map;
248248
ov::Tensor feature_vector;
249249
};

0 commit comments

Comments
 (0)