File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/cpp/models/include/models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-python@v4
1717 with :
18- python-version : " 3.10 "
18+ python-version : " 3.12 "
1919 cache : pip
2020 - name : Create and start a virtual environment
2121 run : |
Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments