Model Overview
Model overview serves for managing models - exporting existing ones, importing new ones, selecting active model and deleting old unnecessary models.
How to open
In any AI modul, go into INSPECT window and click on the CHANGE button in the right portion of the window (highlighted with a red rectangle on the image below).
Layout
After opening, the Model Overview looks like this:
It contains a list of trained models with some basic information about them and buttons that can be used to perform operations on those models.
In the model list, the basic information you get are the name of the model, creation date, whether vertical, horizontal flip and rotation was turned on during training.
Finally, further information about the model can be found by clicking on the info button. That information differs based on the type of the model (classifier, detector…) and will be better explained in the documentation for those specific models.
Renaming model
Model can be renamed by clicking on the pen icon next to it.
A small window will open up where you can change its name:
Restoring Annotations
The models now store information about the annotations that were used during their training. You can now restore those annotation by clicking on the clock button next to them.
Deleting Models
Sometimes, you may decide to delete old unused models, since they unneccesarily take up storage space on your PC and increase the size of exports made of this project.
You can delete a single model by clicking on the thrash can icon next to the model, or alternatively you can click on multiple models while holding the ctrl key to select them and then delete multiple at once by clicking the DELETE SELECTED button.
Active model cannot be deleted. You must first switch to None Active and then you can delete it.
Exporting Models
You can export a model by clicking on the download button next to it. It compresses the model into a .zip file and then open up file manager where you can choose the name of the file and location where to store it.
Importing Models
You can import a model that was previously exported by clicking on the IMPORT MODEL button. It will open up file explorer where you can select the model you want to export.
Switching Models
You can switch to a different model by clicking on the one you want to use. the Model Overview will then automatically close and return back to the INSPECT section with images being evaluated by the new model.