Replies: 1 comment
-
My bad, you can well pass an array to the function, see here. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The
MonoDet3DInferencer
is called must be called with an image file path (passed as animg
property in theinputs
dict that gets handed to the__call__()
function, as well as as part ofinfos.data_list[].images.CAM2.img_path
. However, I'd like to be able to run inference programatically, given an image (raw pixels or JPEG-encoded) in form of a NumPy array. Is there an API to support this?Beta Was this translation helpful? Give feedback.
All reactions