-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does this example works for live camera? #3
Comments
Hi, We have a live camera example here: https://github.com/Unity-Technologies/sentis-samples/blob/main/DepthEstimationSample/Assets/Scripts/InferenceWebcam.cs |
Sorry i meant this current barracuda repo do you have example for Live Object recognition? or is it not possible? |
Latest Barracuda version is called Sentis . You can try this one: https://huggingface.co/unity/sentis-yolotinyv7 |
Thanks, the above url you pasted : https://huggingface.co/unity/sentis-yolotinyv7 is for classifying the static or the image from the pre-recorded video. I tried replacing the video.texture with webcam texture for live classifying . I have already dragged the RunYolo script in the main camera. Though i get a blank white screen , i want to know is it the right way? Any example available for the live /real time classification with the bounding box? |
What we need to change to make this example work for live camera?
The text was updated successfully, but these errors were encountered: