Skip to content

Commit

Permalink
Update reference_designs/ipu-xrt/vision_pipelines/color_threshold/aie…
Browse files Browse the repository at this point in the history
…2_colorThreshold.py

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jgmelber and github-actions[bot] authored Dec 5, 2023
1 parent 6a20f0b commit 2ba2bc4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ def sequence(inTensor, notUsed, outTensor):
IpuWriteRTPOp("rtpComputeTile4", col = 0, row = 4, index = 1, value = 255)
IpuWriteRTPOp("rtpComputeTile4", col = 0, row = 4, index = 2, value = 0)

IpuWriteRTPOp("rtpComputeTile5", col = 0, row = 5, index = 0, value = 50)
IpuWriteRTPOp("rtpComputeTile5", col = 0, row = 5, index = 1, value = 255)
IpuWriteRTPOp("rtpComputeTile5", col = 0, row = 5, index = 2, value = 0)
IpuWriteRTPOp("rtpComputeTile5", col=0, row=5, index=0, value=50)
IpuWriteRTPOp("rtpComputeTile5", col=0, row=5, index=1, value=255)
IpuWriteRTPOp("rtpComputeTile5", col=0, row=5, index=2, value=0)

ipu_dma_memcpy_nd(
metadata="inOOB_L3L2",
Expand Down

0 comments on commit 2ba2bc4

Please sign in to comment.