How to run segmentation on ndarray (and not on file) ? #1329
amitli1
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run the segmentation model on
ndarray
(array I got from microphone) .How can I do it ?
The examples show how to run one file:
Is it possible to run on
ndarray
(without saving it to the disk and running inference on the saved file) ?Beta Was this translation helpful? Give feedback.
All reactions