Instructions to use unity/inference-engine-yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-yolo with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
What kind of sprite do i attach ?
#2
by razdev0303 - opened
Hi iam new to unity and , i am trying to rerun this project on my unity editor , i have created a rawimage and attach it to the field ,i also attached the labels text file. I am struggling at the sprite image, i don't know what does a sprite mean and how to add it and whaat kin of sprite to attach. Thank you in advance.
Hi you can create your own sprite for the bounding box see here. You can also do a search for "turn texture into a sprite".
Perhaps we should make this a bit simpler? What's your opinion?