Fix clang-format 10/304410/2
authorKwanghoon Son <k.son@samsung.com>
Wed, 17 Jan 2024 04:26:07 +0000 (13:26 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 17 Jan 2024 04:27:22 +0000 (13:27 +0900)
Change-Id: If210c34343b4da5080fea5360ae752705dda635e
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
mv_machine_learning/inference/src/ObjectDecoder.cpp

index ae78242..43a0156 100644 (file)
@@ -273,7 +273,8 @@ void ObjectDecoder::decodeYOLO(BoxesList &boxesList)
                                float boxScore =
                                                decodeYOLOScore(anchorIdx * mBoxOffset + (mNumberOfObjects + 5) * offset + 4, strideIdx);
 
-                               const auto &anchorBox = decodeInfo.vAnchorBoxes[strideIdx][anchorIdx * yoloAnchor.offsetAnchors + offset];
+                               const auto &anchorBox =
+                                               decodeInfo.vAnchorBoxes[strideIdx][anchorIdx * yoloAnchor.offsetAnchors + offset];
 
                                for (int objIdx = 0; objIdx < mNumberOfObjects; ++objIdx) { //each box to every object
                                        float objScore = decodeYOLOScore(