Skip to content

Commit

Permalink
support imx500 to run more output tensors
Browse files Browse the repository at this point in the history
Updated the magic number to 16, as MAX_NUM_TENSORS=8 is too limited for multi-task networks.
  • Loading branch information
Andrewymd authored Nov 7, 2024
1 parent 055032e commit 8957fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picamera2/devices/imx500/imx500.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from picamera2 import CompletedRequest, Picamera2

NETWORK_NAME_LEN = 64
MAX_NUM_TENSORS = 8
MAX_NUM_TENSORS = 16
MAX_NUM_DIMENSIONS = 8

FW_LOADER_STAGE = 0
Expand Down

0 comments on commit 8957fa6

Please sign in to comment.