Skip to content

Commit

Permalink
Update reference_designs/ipu-xrt/vision_pipelines/color_detect/aie2_c…
Browse files Browse the repository at this point in the history
…olorDetect.py

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AndraBisca and github-actions[bot] authored Dec 11, 2023
1 parent 127b741 commit 06f6102
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,17 @@ def coreBody():
ObjectFifoPort.Produce, "OF_3to5", 1, line_ty
).acquiredElem()

Call(thresholdLine, [elemInTmp, elemOut, lineWidth, thresholdValueLower1, thresholdMaxvalue, thresholdModeBinary])
Call(
thresholdLine,
[
elemInTmp,
elemOut,
lineWidth,
thresholdValueLower1,
thresholdMaxvalue,
thresholdModeBinary,
],
)

objectfifo_release(ObjectFifoPort.Consume, "OF_3to3", 1)
objectfifo_release(ObjectFifoPort.Produce, "OF_3to5", 1)
Expand Down

0 comments on commit 06f6102

Please sign in to comment.