This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Replies: 1 comment
-
If you want to use the python interface, you need to use the tensor conversion as the binding is a raw byte stream that needs to be interpreted. This should not add any overhead and therefore is not an issue. |
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.
-
Hello, I use VPF decoding and yolo model, nv12 ->yuv420 ->rgb24 ->rgb24Planar ->python tensor ->"run_inference" in the example. Can I use rgb24Planar to give self. bindings [0] without converting to python tensor
Beta Was this translation helpful? Give feedback.
All reactions