This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Replies: 3 comments
|
This library depends on IronPython, and as such it cannot use libraries like Disregarding that, I would think it is possible -- you can write the camera output to a texture and then send that to your python code using a variable. However, I don't believe there's an object classification library out there that is supported by IronPython (If I'm wrong about that, please do let me know.). So, I think you're out of luck there. |
0 replies
|
Awesome! Glad you got it working! |
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.
I have a Python program that makes object classification. I have imported the following in order to use the pre-trained model.
I want to use this model on Unity's camera frames. Is it possible? How?
All reactions