Hi,
I have imported a Tensor Flow Lite model with BYOM feature. RGB image, not normalized, 26 output labels.
Everything went well at EI, but then I deployed to TI AM62A and Edge Impulse Runner returns:
(node:2053) UnhandledPromiseRejectionWarning: Process exited with null
UnhandledPromiseRejectionWarning: Process exited with null
at emitUnhandledRejectionWarning (internal/process/promises.js:151:15)
at processPromiseRejections (internal/process/promises.js:211:11)
at processTicksAndRejections (internal/process/task_queues.js:98:32)
(node:2053) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To termina te the node process on unhandled promise rejection, use the CLI flag --unhandle d-rejections=strict
(see Command-line API | Node.js v21.1.0 Documentation ns_mode). (rejection id: 1)
With 10 classes/labels, this error does not appear. Any clues? Thanks