File tree 2 files changed +2
-2
lines changed
src/cpp/models/include/models
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-python@v4
17
17
with :
18
- python-version : " 3.10 "
18
+ python-version : " 3.12 "
19
19
cache : pip
20
20
- name : Create and start a virtual environment
21
21
run : |
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ struct InstanceSegmentationResult : ResultBase {
243
243
InstanceSegmentationResult (int64_t frameId = -1 , const std::shared_ptr<MetaData>& metaData = nullptr )
244
244
: ResultBase(frameId, metaData) {}
245
245
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
247
247
std::vector<cv::Mat_<std::uint8_t >> saliency_map;
248
248
ov::Tensor feature_vector;
249
249
};
You can’t perform that action at this time.
0 commit comments