MobileNetV2: Inverted Residuals and Linear Bottlenecks
Paper
•
1801.04381
•
Published
•
1
This is the MobileNet V2 model running in Unity 6 with Inference Engine. This is a small image classification model.
com.unity.ai.inference from the package manager;RunMobileNet.cs script to the Main Camera;mobilenet_v2.onnx asset from the models folder into the Model Asset field;class_desc.txt asset from the data folder into the Labels Asset field;Bee.jpg asset from the images folder into the Input Image field;Enter play mode. If working correctly the predicted class will be logged to the console.
Inference Engine is a neural network inference library for Unity. Find out more here.