VIA for SONY AITRIOS
Neurala has developed versions of Brain Builder and Inspector that can build models to be deployed with products in the SONY AITRIOS edge AI sensing platform.
Brain Builder and Inspector for AITRIOS support almost all of the model types that are included in the standard VIA product.
Model Type | Details |
---|---|
Classifier | Classification models (or "Classifiers") analyze the full image (or a region of the image) and classify the image into one of many "classes" on which they have been trained. These types of models can be used to sort products that are mixed together on a conveyor belt. Integrate vision AI with an automation system to customize product handling based on type. Classifier model types include Learning Classifier and Static Classifier. |
Anomaly Recognizer | Anomaly Recognition models (or "Anomaly Recognizers") are trained on what normal product should look like. The models can then recognize when there is an anomaly or defect in the product and alert the operator. Anomaly model types include Anomaly Recognizer and Anomaly Hi-Fi. |
Detector | Detection models (or "Detectors") can locate one or more instances of defined objects within an image. These models use bounding boxes to show where trained object classes are located and can find multiple instances of an item in a single image. |
Model limitations
VIA for AITRIOS can train all model types, but some cannot be exported for use on AITRIOS-compatible hardware.
- Learning Classifiers can be trained, but only Static Classifiers can be exported.
- Anomaly Recognizers can be trained, but only Anomaly Hi-Fi models can be exports.
📄 Documentation
🔒 Licensing
Licenses for VIA for SONY AITRIOS can be purchased directly through the AITRIOS marketplace. The VIA software requires a valid software license file in order to operate. The steps to create and obtain this license file are:
- Download and install CodeMeter Runtime.
- Receive an Activation Web Page URL and Ticket ID from a Sony AITRIOS representative.
- Open the web page and input the Ticket ID.
- Press the Activate Licenses button. The license will be automatically generated and imported into CodeMeter Control Center in your local PC.
When the license is correctly installed, CodeMeter Control Center should look something like this:
If the license file is not correctly installed, then the VIA applications will display this error when started:
If the license is installed correctly, then the Neurala VIA software should operate properly.
The Neurala VIA software will work with either a USB license key or the CodeMeter license detailed above. Please contact Sony AITRIOS support for assistance in obtaining the correct license to use with Neurala VIA.
🖊️ Code repository
Neurala has created a public code repository with sample tools for working with Neurala AI models in the AITRIOS environment.
🌐 Language support
Brain Builder and Inspector for AITRIOS can display application text in either English or Japanese. If the operating system on the computer is set to Japanese, the applications will display text in that language, otherwise they will default to English.
The user can manually specify the desired language by going to the Settings and clicking on the language selector at the bottom-left of the screen.
Once the language has been manually set, Brain Builder and Inspector will use that language instead of the operating system language setting.
Class name character restrictions
Brain Builder supports a wide variety of text characters when naming Projects and Datsets. However, characters in class names are restricted to the ISO Basic Latin alphabet (A-Z, uppercase and lowercase) and numerals 0-9. Class names do not support Japanese characters or other types of characters.
If a user tries to use unsupported characters when naming a class, Brain Builder will display an error message.
Any text that is manually entered by the user, such as Project and Dataset names, , will not be translated. Brain Builder and Inspector will only show translated text that is part of the application itself.
Troubleshooting VIA for AITRIOS
VIA applications can sometimes report errors due to a wide variety of possible causes. The Troubleshooting page has some tips on how to address them.
When using VIA for Sony AITRIOS, the following notes may also apply to any issues that you encounter.
Issue | Suggested Solution |
---|---|
Brain Builder gives an error regarding the SDKService or BrainBank. | Restart the service according to the instructions on the Troubleshooting page. |
Brain Builder returns an error when exporting trained Brain. | This can be caused by the 7z library not installing properly with the VIA applications. To remedy this, reinstall the VIA application. |
An exported Anomaly Hi-Fi model fails conversion within AITRIOS because the model file is too large. | This can occur when the dataset on which the Anomaly Hi-Fi model is trained has a high amount of variability between images. To address this, try capturing images with less variation and retrain the model. |
After training a Detection model, the system GPU memory is unavailable for other applications. | Restarting the Neurala Detection Training Service should release the GPU memory. |
The Anomaly Hi-FI model outputs an incorrect imageThreshold value. | Do not use anomalyScore and imageThreshold . Use heatmap and pixelThreshold with Brain Builder v24.05 and earlier. |
Updated 3 months ago